Blender Git Commit Log
Git Commits -> Revision 61e41f6
Revision 61e41f6 by Michel Selten (master) June 22, 2003, 20:14 (GMT) |
* Added matrix module * Moved the function EXPP_tuple_repr from vector.c to gen_utils.[ch] * Matrix functionality should work now in Object module. * Fixed compilation warning about implicit declaration of M_World_Init. Added the declaration to modules.h |
Commit Details:
Full Hash: 61e41f6817b0dfd3ce17ffa3d00e4600e66251d1
SVN Revision: 930
Parent Commit: ab9e15b
Lines Changed: +209, -43
1 Added Path:
/source/blender/python/api2_2x/matrix.c (+154, -0) (View)
6 Modified Paths:
/source/blender/python/api2_2x/gen_utils.c (+31, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+1, -0) (Diff)
/source/blender/python/api2_2x/modules.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+21, -12) (Diff)
/source/blender/python/api2_2x/Object.h (+1, -0) (Diff)
/source/blender/python/api2_2x/vector.c (+0, -31) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+1, -0) (Diff)
/source/blender/python/api2_2x/modules.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+21, -12) (Diff)
/source/blender/python/api2_2x/Object.h (+1, -0) (Diff)
/source/blender/python/api2_2x/vector.c (+0, -31) (Diff)