Blender Git Commit Log
Git Commits -> Revision ece00ff
Revision ece00ff by Stephen Swaney (master) May 22, 2005, 17:40 (GMT) |
Roll back changes from Big Mathutils Commit on 2005/05/20. |
Commit Details:
Full Hash: ece00ff04a90aa0aaa37f27185c25b0f7b19e77d
SVN Revision: 4478
Parent Commit: 910b0f2
Lines Changed: +3596, -3060
19 Modified Paths:
/source/blender/python/api2_2x/Bone.c (+104, -44) (Diff)
/source/blender/python/api2_2x/euler.c (+245, -301) (Diff)
/source/blender/python/api2_2x/euler.h (+19, -13) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+0, -25) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+0, -6) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+1243, -912) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+2, -36) (Diff)
/source/blender/python/api2_2x/matrix.c (+838, -632) (Diff)
/source/blender/python/api2_2x/matrix.h (+24, -19) (Diff)
/source/blender/python/api2_2x/NMesh.c (+5, -5) (Diff)
/source/blender/python/api2_2x/Object.c (+40, -35) (Diff)
/source/blender/python/api2_2x/Object.h (+5, -1) (Diff)
/source/blender/python/api2_2x/quat.c (+424, -450) (Diff)
/source/blender/python/api2_2x/quat.h (+21, -15) (Diff)
/source/blender/python/api2_2x/Types.c (+0, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+601, -546) (Diff)
/source/blender/python/api2_2x/vector.h (+22, -16) (Diff)
/source/blender/python/api2_2x/Window.c (+2, -2) (Diff)
/source/blender/python/BPY_interface.c (+1, -1) (Diff)
/source/blender/python/api2_2x/euler.c (+245, -301) (Diff)
/source/blender/python/api2_2x/euler.h (+19, -13) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+0, -25) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+0, -6) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+1243, -912) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+2, -36) (Diff)
/source/blender/python/api2_2x/matrix.c (+838, -632) (Diff)
/source/blender/python/api2_2x/matrix.h (+24, -19) (Diff)
/source/blender/python/api2_2x/NMesh.c (+5, -5) (Diff)
/source/blender/python/api2_2x/Object.c (+40, -35) (Diff)
/source/blender/python/api2_2x/Object.h (+5, -1) (Diff)
/source/blender/python/api2_2x/quat.c (+424, -450) (Diff)
/source/blender/python/api2_2x/quat.h (+21, -15) (Diff)
/source/blender/python/api2_2x/Types.c (+0, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+601, -546) (Diff)
/source/blender/python/api2_2x/vector.h (+22, -16) (Diff)
/source/blender/python/api2_2x/Window.c (+2, -2) (Diff)
/source/blender/python/BPY_interface.c (+1, -1) (Diff)