Blender Git Commit Log
Git Commits -> Revision 3a0725d
Revision 3a0725d by Michel Selten (master) March 18, 2003, 20:21 (GMT) |
* Moved the code to retrieve an object by name to a seperate function in gen_utils.c (GetObjectByName). * Blender.link, Blender.bylink and Blender.event should work. Somehow the only event coming through now is only REDRAW. * Added include path to /intern/guardedalloc Michel |
Commit Details:
Full Hash: 3a0725d4aab2f83b70280f19b4de9260b85091c6
SVN Revision: 522
Parent Commit: 465229e
Lines Changed: +173, -131
7 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+1, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+48, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+5, -0) (Diff)
/source/blender/python/api2_2x/interface.c (+60, -60) (Diff)
/source/blender/python/api2_2x/interface.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+7, -20) (Diff)
/source/blender/python/BPY_interface.c (+51, -50) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+48, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+5, -0) (Diff)
/source/blender/python/api2_2x/interface.c (+60, -60) (Diff)
/source/blender/python/api2_2x/interface.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+7, -20) (Diff)
/source/blender/python/BPY_interface.c (+51, -50) (Diff)