Blender Git Commit Log
Git Commits -> Revision 788fa67
Revision 788fa67 by Michel Selten (master) April 21, 2003, 20:33 (GMT) |
* Split Object.c (created Object.h) * Split Blender.c (created Blender.h) * Followed a naming convention suggested by Willian for Modules and Classes. * Implemented New, Get and GetSelected functions for the Object module. * Implemented most of the attributes in the Get and Set functions for the Object module. * Hopefully fixed a link error on OS X. Declared g_blenderdict externally in modules.h and moved the real declaration to Blender.c |
Commit Details:
Full Hash: 788fa67bdf4a17c2128f15bc1f2fde7d58dd54bb
SVN Revision: 596
Parent Commit: ec669df
Lines Changed: +734, -474
2 Added Paths:
/source/blender/python/api2_2x/Blender.h (+90, -0) (View)
/source/blender/python/api2_2x/Object.h (+138, -0) (View)
/source/blender/python/api2_2x/Object.h (+138, -0) (View)