Blender Git Loki
Git Commits -> Revision 478dc00
Revision 478dc00 by Campbell Barton (master) January 27, 2010, 21:33 (GMT) |
* Mathutils attributes documented - http://www.blender.org/documentation/250PythonDoc/Mathutils.html * Vector.difference() needed normalized vectors * bpy.DEUBG -> bpy.app.debug |
Commit Details:
Full Hash: 478dc000b3d65af48422154769641a3ecbe071d8
SVN Revision: 26352
Parent Commit: fb7878a
Lines Changed: +162, -167
11 Modified Paths:
/release/scripts/modules/bpy/app.py (+6, -0) (Diff)
/release/scripts/modules/bpy/__init__.py (+2, -4) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+1, -0) (Diff)
/source/blender/python/doc/epy/Mathutils.py (+0, -28) (Diff)
/source/blender/python/generic/euler.c (+17, -14) (Diff)
/source/blender/python/generic/mathutils.c (+12, -10) (Diff)
/source/blender/python/generic/mathutils.h (+3, -0) (Diff)
/source/blender/python/generic/matrix.c (+30, -19) (Diff)
/source/blender/python/generic/quat.c (+29, -27) (Diff)
/source/blender/python/generic/vector.c (+43, -56) (Diff)
/source/blender/python/sphinx_doc_gen.py (+19, -9) (Diff)
/release/scripts/modules/bpy/__init__.py (+2, -4) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+1, -0) (Diff)
/source/blender/python/doc/epy/Mathutils.py (+0, -28) (Diff)
/source/blender/python/generic/euler.c (+17, -14) (Diff)
/source/blender/python/generic/mathutils.c (+12, -10) (Diff)
/source/blender/python/generic/mathutils.h (+3, -0) (Diff)
/source/blender/python/generic/matrix.c (+30, -19) (Diff)
/source/blender/python/generic/quat.c (+29, -27) (Diff)
/source/blender/python/generic/vector.c (+43, -56) (Diff)
/source/blender/python/sphinx_doc_gen.py (+19, -9) (Diff)