Blender Git Loki
Git Commits -> Revision f60760e
Revision f60760e by Campbell Barton (master) June 30, 2009, 00:42 (GMT) |
Python API Mathutils support for subclassing Vector, Quat, Euler and Matrix types. Removed C docstrings, prefer to make sure our epydocs are well maintained rather then duplicate, vague doc strings. Will convert scripts to detect missing docs from the BGE. |
Commit Details:
Full Hash: f60760e2e2922a9e600cc67cafbb2e61869e4bb4
SVN Revision: 21254
Parent Commit: da32a05
Lines Changed: +510, -554
12 Modified Paths:
/source/blender/python/generic/euler.c (+35, -40) (Diff)
/source/blender/python/generic/euler.h (+2, -3) (Diff)
/source/blender/python/generic/geometry.c (+6, -6) (Diff)
/source/blender/python/generic/mathutils.c (+17, -17) (Diff)
/source/blender/python/generic/matrix.c (+38, -51) (Diff)
/source/blender/python/generic/matrix.h (+2, -3) (Diff)
/source/blender/python/generic/quat.c (+29, -39) (Diff)
/source/blender/python/generic/quat.h (+2, -3) (Diff)
/source/blender/python/generic/vector.c (+370, -382) (Diff)
/source/blender/python/generic/vector.h (+2, -3) (Diff)
/source/gameengine/Expressions/PyObjectPlus.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PyMath.cpp (+6, -6) (Diff)
/source/blender/python/generic/euler.h (+2, -3) (Diff)
/source/blender/python/generic/geometry.c (+6, -6) (Diff)
/source/blender/python/generic/mathutils.c (+17, -17) (Diff)
/source/blender/python/generic/matrix.c (+38, -51) (Diff)
/source/blender/python/generic/matrix.h (+2, -3) (Diff)
/source/blender/python/generic/quat.c (+29, -39) (Diff)
/source/blender/python/generic/quat.h (+2, -3) (Diff)
/source/blender/python/generic/vector.c (+370, -382) (Diff)
/source/blender/python/generic/vector.h (+2, -3) (Diff)
/source/gameengine/Expressions/PyObjectPlus.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PyMath.cpp (+6, -6) (Diff)