Blender Git Commit Log
Git Commits -> Revision 4ca6f54
Revision 4ca6f54 by Willian Padovani Germano (master) May 20, 2003, 03:56 (GMT) |
* Implemented the 3 functions needed by the Object module: For Camera and Lamp * Minor updates, NMesh is not finished yet. |
Commit Details:
Full Hash: 4ca6f542a216260314eaca71d8f4af109a9c1cdf
SVN Revision: 791
Parent Commit: 1a87f3a
Lines Changed: +192, -46
8 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Camera.c (+45, -2) (Diff)
/source/blender/python/api2_2x/Camera.h (+9, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+43, -0) (Diff)
/source/blender/python/api2_2x/Lamp.h (+9, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+50, -9) (Diff)
/source/blender/python/api2_2x/NMesh.c (+29, -32) (Diff)
/source/blender/python/api2_2x/NMesh.h (+6, -1) (Diff)
/source/blender/python/api2_2x/Camera.c (+45, -2) (Diff)
/source/blender/python/api2_2x/Camera.h (+9, -1) (Diff)
/source/blender/python/api2_2x/Lamp.c (+43, -0) (Diff)
/source/blender/python/api2_2x/Lamp.h (+9, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+50, -9) (Diff)
/source/blender/python/api2_2x/NMesh.c (+29, -32) (Diff)
/source/blender/python/api2_2x/NMesh.h (+6, -1) (Diff)