Blender Git Commit Log
Git Commits -> Revision 446e1fa
Revision 446e1fa by Willian Padovani Germano (master) August 17, 2004, 04:26 (GMT) |
** Note: two new files added, projectfiles will need an update. Scripts: Campbell Barton (Ideasman, thanks) updated his Wavefront OBJ importer. BPython: - Finally committed pending contributions: Chris Keith wrote the Blender.Sound module -- still some testing to do this week; Joseph (joeedh) added the OnLoad scene script event; Satish Goda added 6 GLU functions to Blender.BGL. Great additions, thanks all! - Small changes to Blender.Load (leave editmode as Blender wants) and Window.EditMode (allow definition of "undo string"); - Fixed bug #1539: Window.RedrawAll() crashed Blender if an empty spacescript was available while using it in a gui-less script. - doc updates. |
Commit Details:
Full Hash: 446e1fae7c14cd4b5035d447c5b011f6fab9e806
SVN Revision: 3001
Parent Commit: 5a39312
Lines Changed: +874, -161
2 Added Paths:
/source/blender/python/api2_2x/Sound.c (+522, -0) (View)
/source/blender/python/api2_2x/Sound.h (+57, -0) (View)
/source/blender/python/api2_2x/Sound.h (+57, -0) (View)
17 Modified Paths:
/release/scripts/obj_import.py (+78, -92) (Diff)
/source/blender/makesdna/DNA_scriptlink_types.h (+3, -2) (Diff)
/source/blender/python/api2_2x/BGL.c (+13, -2) (Diff)
/source/blender/python/api2_2x/BGL.h (+9, -0) (Diff)
/source/blender/python/api2_2x/Blender.c (+4, -0) (Diff)
/source/blender/python/api2_2x/doc/API_intro.py (+47, -32) (Diff)
/source/blender/python/api2_2x/doc/BGL.py (+91, -14) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+3, -4) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+7, -2) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+7, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Window.c (+6, -3) (Diff)
/source/blender/python/SConscript (+2, -1) (Diff)
/source/blender/src/buttons_script.c (+3, -2) (Diff)
/source/blender/src/drawscript.c (+13, -5) (Diff)
/source/blender/src/usiblender.c (+6, -1) (Diff)
/source/blender/makesdna/DNA_scriptlink_types.h (+3, -2) (Diff)
/source/blender/python/api2_2x/BGL.c (+13, -2) (Diff)
/source/blender/python/api2_2x/BGL.h (+9, -0) (Diff)
/source/blender/python/api2_2x/Blender.c (+4, -0) (Diff)
/source/blender/python/api2_2x/doc/API_intro.py (+47, -32) (Diff)
/source/blender/python/api2_2x/doc/BGL.py (+91, -14) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+3, -4) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+7, -2) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+7, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Window.c (+6, -3) (Diff)
/source/blender/python/SConscript (+2, -1) (Diff)
/source/blender/src/buttons_script.c (+3, -2) (Diff)
/source/blender/src/drawscript.c (+13, -5) (Diff)
/source/blender/src/usiblender.c (+6, -1) (Diff)