Blender Git Commit Log

Git Commits -> Revision 6cec51b

Revision 6cec51b by Willian Padovani Germano (master)
June 11, 2005, 05:30 (GMT)
BPython bug fixes:

- #2646 reported by Campbell: Python/Fileselector (moving from fileselector called by script to another space caused script to hang around open but not accessible)
http://projects.blender.org/tracker/?func=detail&atid=125&aid=2646&group_id=9

- #2676 reported by Wim Van Hoydonck: 2.37 python scripts gui: event 8 ignored (thanks Ton for discussing / pointing what to do, Ken Hughes for also working on a fix)
http://projects.blender.org/tracker/?func=detail&atid=125&aid=2676&group_id=9

- gui-less scripts with calls to progress bar inside fileselector callbacks didn't return to the previous space on exit (staying on Scripts win), requiring an event to do so (mouse movement, for example). Quick fix for now, will rework a little after 2.37a for a better alternative, not needing to move to the Scripts win at all.

- added syntax colors access to Window.Theme module.

Scripts:

- updates by Jean-Michel Soler: svg2obj (svg paths import), tex2uvbaker, fixfromarmature;
- updates by Campbell Barton: obj import / export, console;
- tiny: converted vrml97 export to unix line endings;
- updates in ac3d exporter, help browser, save theme.

Thanks all mentioned above.

Commit Details:

Full Hash: 6cec51b259a25a54b2aa553633994fe79541eaca
SVN Revision: 4590
Parent Commit: 9c63b95
Lines Changed: +907, -431

16 Modified Paths:

/release/scripts/ac3d_export.py (+12, -3) (Diff)
/release/scripts/bpymodules/svg2obj.py (+39, -20) (Diff)
/release/scripts/console.py (+86, -16) (Diff)
/release/scripts/fixfromarmature.py (+18, -18) (Diff)
/release/scripts/help_browser.py (+35, -9) (Diff)
/release/scripts/obj_export.py (+3, -3) (Diff)
/release/scripts/obj_import.py (+266, -192) (Diff)
/release/scripts/save_theme.py (+4, -5) (Diff)
/release/scripts/tex2uvbaker.py (+277, -91) (Diff)
/source/blender/include/BPI_script.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Theme.py (+5, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+60, -31) (Diff)
/source/blender/python/api2_2x/Window.c (+60, -34) (Diff)
/source/blender/python/api2_2x/windowTheme.c (+17, -6) (Diff)
/source/blender/python/BPY_interface.c (+3, -0) (Diff)
/source/blender/src/drawscript.c (+21, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021