-
- Downloads
Done.
Scripts: - Jean-Michel Soler probably lost some hours of sleep since Sunday, but he managed to send me the updated path import scripts a few hours ago. My tests with Inkscape .svg and .ps and Gimp worked fine. He also tested a lot and sent me info about what is already supported. I'll send Ton a doc about bundled scripts including this info. Importers: .ai, .svg, .eps/.ps, Gimp 1-1.2.5 / 2.0. - Jean-Michel also contributed his Texture Baker script. - Campbell Barton contributed two new scripts: a mesh cleaner and a vloop skinning / lofting script. He also sent updates to his obj import / export ones. - A Vanpoucke (xand) contributed his Axis Orientation Copy script. And that makes 8 last minute additions. Thanks a lot to the authors and special thanks to JMS and Campbell for their hard work : ). BPython: - tiny addition (I'm forced to call it a showstopper bug ;) so JMS's path import scripts (that actually convert to obj and make Blender load the .obj curves) can use Blender.Load() and not rename G.sce, the default filename. Blender.Load(filename, 1) doesn't update G.sce. Nothing should break because of this, Load(filename) still works fine. - Made Blender complain again if script is for a newer Blender version than the one running it.
Showing
- release/scripts/Axiscopy.py 78 additions, 0 deletionsrelease/scripts/Axiscopy.py
- release/scripts/clean_mesh.py 188 additions, 0 deletionsrelease/scripts/clean_mesh.py
- release/scripts/knife.py 1 addition, 1 deletionrelease/scripts/knife.py
- release/scripts/mod_ai2obj.py 383 additions, 0 deletionsrelease/scripts/mod_ai2obj.py
- release/scripts/mod_eps2obj.py 390 additions, 0 deletionsrelease/scripts/mod_eps2obj.py
- release/scripts/mod_gimp2obj.py 320 additions, 0 deletionsrelease/scripts/mod_gimp2obj.py
- release/scripts/mod_svg2obj.py 647 additions, 0 deletionsrelease/scripts/mod_svg2obj.py
- release/scripts/obj_export.py 104 additions, 128 deletionsrelease/scripts/obj_export.py
- release/scripts/obj_import.py 304 additions, 266 deletionsrelease/scripts/obj_import.py
- release/scripts/paths_import.py 35 additions, 0 deletionsrelease/scripts/paths_import.py
- release/scripts/skin.py 558 additions, 0 deletionsrelease/scripts/skin.py
- release/scripts/tex2uvbaker.py 254 additions, 0 deletionsrelease/scripts/tex2uvbaker.py
- release/windows/installer/00.blender.nsi 8 additions, 0 deletionsrelease/windows/installer/00.blender.nsi
- source/blender/python/BPY_interface.c 2 additions, 2 deletionssource/blender/python/BPY_interface.c
- source/blender/python/api2_2x/Blender.c 19 additions, 6 deletionssource/blender/python/api2_2x/Blender.c
Loading
Please register or sign in to comment