SVG Import broken on latest SVN version provided by ppa #40028

Closed
opened 2014-05-05 00:42:25 +02:00 by Gnaural · 12 comments

System Information
CPU: Intel Core i7
RAM: 8gig
GFX: 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
OS: Ubuntu 14.04 (64-bit)

Blender Version
BROKEN:
From ppa provided by http://launchpad.net/~irie/+archive/blender
version 2.70 (sub 5), branch b'master', commit date b'2014-05-04' b'02:37', hash b'fd80ac4', b'RelWithDebInfo'
build date: b'2014-05-04', b'07:11:33'
platform: b'Linux'
binary path: '/usr/lib/blender/blender'
build cflags: b' -Wall -Wcast-align -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=return-type -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wuninitialized -Wredundant-decls -Wno-error=unused-but-set-variable -fopenmp -msse2 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing'
build cxxflags: b' -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wuninitialized -Wundef -Wmissing-declarations -D__STDC_CONSTANT_MACROS -fopenmp -msse2 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing'
build linkflags: b' -Wl,--version-script=/build/buildd/blender-2.70+git201405040237.fd80ac4/source/creator/blender.map -pthread'
build system: b'CMake'

WORKING:
version 2.70 (sub 0), branch b'master', commit date b'2014-04-10' b'11:49', hash b'f93bc76', b'Release'
build date: b'2014-04-10', b'12:00:37'
platform: b'Linux:64bit'
binary path: '/home/bbl2/Programs/blender-2.70a-linux-glibc211-x86_64/blender'
build cflags: b'-DWITH_FREESTYLE -pipe -fPIC -funsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fopenmp -DNDEBUG -O2 -msse -msse2 -DWITH_MOD_FLUID -DWITH_MOD_OCEANSIM -D__LITTLE_ENDIAN__ -DWITH_AUDASPACE -DWITH_AVI -DWITH_OPENNL -DWITH_BOOL_COMPAT -DHAVE_STDBOOL_H'
build cxxflags: b'-pipe -fPIC -funsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fopenmp -fpermissive -D__STDC_CONSTANT_MACROS -DNDEBUG -O2 -msse -msse2 -DWITH_MOD_FLUID -DWITH_MOD_OCEANSIM -D__LITTLE_ENDIAN__ -DWITH_AUDASPACE -DWITH_AVI -DWITH_OPENNL -DWITH_BOOL_COMPAT -DHAVE_STDBOOL_H'
build linkflags: b'-lrt'
build system: b'SCons'

Short description of error
Yesterday, importing an SVG path produced by Inkscape (but saved as generic SVG) worked, today after update to latest version of Blender provided by ppa, I have unusable results. Downloading the generic 2.70 version from the blender site proved to me that something got broken in the changes.

Exact steps for others to reproduce the error
Simply import an SVG path and look at what you get - a bunch of disordered lines.

**System Information** CPU: Intel Core i7 RAM: 8gig GFX: 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) OS: Ubuntu 14.04 (64-bit) **Blender Version** BROKEN: From ppa provided by http://launchpad.net/~irie/+archive/blender version 2.70 (sub 5), branch b'master', commit date b'2014-05-04' b'02:37', hash b'fd80ac4', b'RelWithDebInfo' build date: b'2014-05-04', b'07:11:33' platform: b'Linux' binary path: '/usr/lib/blender/blender' build cflags: b' -Wall -Wcast-align -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=return-type -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wuninitialized -Wredundant-decls -Wno-error=unused-but-set-variable -fopenmp -msse2 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing' build cxxflags: b' -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wuninitialized -Wundef -Wmissing-declarations -D__STDC_CONSTANT_MACROS -fopenmp -msse2 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing' build linkflags: b' -Wl,--version-script=/build/buildd/blender-2.70+git201405040237.fd80ac4/source/creator/blender.map -pthread' build system: b'CMake' WORKING: version 2.70 (sub 0), branch b'master', commit date b'2014-04-10' b'11:49', hash b'f93bc76', b'Release' build date: b'2014-04-10', b'12:00:37' platform: b'Linux:64bit' binary path: '/home/bbl2/Programs/blender-2.70a-linux-glibc211-x86_64/blender' build cflags: b'-DWITH_FREESTYLE -pipe -fPIC -funsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fopenmp -DNDEBUG -O2 -msse -msse2 -DWITH_MOD_FLUID -DWITH_MOD_OCEANSIM -D__LITTLE_ENDIAN__ -DWITH_AUDASPACE -DWITH_AVI -DWITH_OPENNL -DWITH_BOOL_COMPAT -DHAVE_STDBOOL_H' build cxxflags: b'-pipe -fPIC -funsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fopenmp -fpermissive -D__STDC_CONSTANT_MACROS -DNDEBUG -O2 -msse -msse2 -DWITH_MOD_FLUID -DWITH_MOD_OCEANSIM -D__LITTLE_ENDIAN__ -DWITH_AUDASPACE -DWITH_AVI -DWITH_OPENNL -DWITH_BOOL_COMPAT -DHAVE_STDBOOL_H' build linkflags: b'-lrt' build system: b'SCons' **Short description of error** Yesterday, importing an SVG path produced by Inkscape (but saved as generic SVG) worked, today after update to latest version of Blender provided by ppa, I have unusable results. Downloading the generic 2.70 version from the blender site proved to me that something got broken in the changes. **Exact steps for others to reproduce the error** Simply import an SVG path and look at what you get - a bunch of disordered lines.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Gnaural

Added subscriber: @Gnaural

blender/blender#40066 was marked as duplicate of this issue

blender/blender#40066 was marked as duplicate of this issue

Added subscriber: @mont29

Added subscriber: @mont29

We do not accept bug reports from thrid party builds. Please test with one of our nightly builds.

We do not accept bug reports from thrid party builds. Please test with one of our [nightly builds](http://builder.blender.org/download).
Author

Same issue with this download from nightly builds. Here's some info:


Blender 2.70 (sub 5) System Information


Blender:


version 2.70 (sub 5), branch b'master', commit date b'2014-04-30' b'00:43', hash b'863352d', b'Release'
build date: b'2014-04-30', b'02:18:12'
platform: b'Linux:64bit'
binary path: '/home/bbl2/Programs/blender-2.70-863352d-linux-glibc211-x86_64/blender'
build cflags: b'-DWITH_FREESTYLE -pipe -fPIC -funsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fopenmp -DNDEBUG -O2 -msse -msse2 -DWITH_MOD_FLUID -DWITH_MOD_OCEANSIM -D__LITTLE_ENDIAN__ -DWITH_AUDASPACE -DWITH_AVI -DWITH_OPENNL -DHAVE_STDBOOL_H'
build cxxflags: b'-pipe -fPIC -funsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fopenmp -fpermissive -D__STDC_CONSTANT_MACROS -DNDEBUG -O2 -msse -msse2 -DWITH_MOD_FLUID -DWITH_MOD_OCEANSIM -D__LITTLE_ENDIAN__ -DWITH_AUDASPACE -DWITH_AVI -DWITH_OPENNL -DHAVE_STDBOOL_H'
build linkflags: b'-lrt'
build system: b'SCons'

Same issue with [this ](http://builder.blender.org/download/blender-2.70-863352d-linux-glibc211-x86_64.tar.bz2) download from nightly builds. Here's some info: **** # Blender 2.70 (sub 5) System Information **** Blender: **** version 2.70 (sub 5), branch b'master', commit date b'2014-04-30' b'00:43', hash b'863352d', b'Release' build date: b'2014-04-30', b'02:18:12' platform: b'Linux:64bit' binary path: '/home/bbl2/Programs/blender-2.70-863352d-linux-glibc211-x86_64/blender' build cflags: b'-DWITH_FREESTYLE -pipe -fPIC -funsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fopenmp -DNDEBUG -O2 -msse -msse2 -DWITH_MOD_FLUID -DWITH_MOD_OCEANSIM -D__LITTLE_ENDIAN__ -DWITH_AUDASPACE -DWITH_AVI -DWITH_OPENNL -DHAVE_STDBOOL_H' build cxxflags: b'-pipe -fPIC -funsigned-char -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -fopenmp -fpermissive -D__STDC_CONSTANT_MACROS -DNDEBUG -O2 -msse -msse2 -DWITH_MOD_FLUID -DWITH_MOD_OCEANSIM -D__LITTLE_ENDIAN__ -DWITH_AUDASPACE -DWITH_AVI -DWITH_OPENNL -DHAVE_STDBOOL_H' build linkflags: b'-lrt' build system: b'SCons'

Thanks for quick testing. :)

Thanks for quick testing. :)

Added subscriber: @DenisBelov

Added subscriber: @DenisBelov

◀ Merged tasks: blender/blender#40066.

◀ Merged tasks: blender/blender#40066.

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Bastien Montagne self-assigned this 2014-05-13 17:11:29 +02:00

Was a Blender internal issue, fixed by blender/blender@4875a665cc. Thanks for the report!

Was a Blender internal issue, fixed by blender/blender@4875a665cc. Thanks for the report!
Author

Thank you!

Thank you!
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#40028
No description provided.