Blender Git Commit Log
Git Commits -> Revision 2d054e0
Revision 2d054e0 by Campbell Barton (master) April 21, 2009, 07:16 (GMT) |
Blender Python API use getseter's for quat and euler types attributes, python3 compatible module initialization for Mathutils and BGL. |
Commit Details:
Full Hash: 2d054e00b068786996f9154e378e75f436eca239
SVN Revision: 19832
Parent Commit: 70dae5f
Lines Changed: +270, -184
6 Modified Paths:
/source/blender/python/api2_2x/BGL.c (+21, -1) (Diff)
/source/blender/python/api2_2x/euler.c (+83, -64) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+20, -0) (Diff)
/source/blender/python/api2_2x/quat.c (+142, -106) (Diff)
/source/blender/python/api2_2x/vector.c (+3, -12) (Diff)
/source/blender/python/api2_2x/vector.h (+1, -1) (Diff)
/source/blender/python/api2_2x/euler.c (+83, -64) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+20, -0) (Diff)
/source/blender/python/api2_2x/quat.c (+142, -106) (Diff)
/source/blender/python/api2_2x/vector.c (+3, -12) (Diff)
/source/blender/python/api2_2x/vector.h (+1, -1) (Diff)