Blender Git Commit Log
Git Commits -> Revision e191618
Revision e191618 by Campbell Barton (master) May 22, 2009, 03:22 (GMT) |
- Deprecated Mathutils.CrossVecs(v1,v2) for v1.cross(v2), (same with .DotVecs -> v1.dot(v2), for CrossQuats and DotQuats too) - Grouped Mathutils deprecated functions - Dont include source code in bpy epydocs |
Commit Details:
Full Hash: e191618cb5906ad50c7b6a75f52ad54cc6a812f7
SVN Revision: 20332
Parent Commit: 7f5acd6
Lines Changed: +140, -10
7 Modified Paths:
/source/blender/python/api2_2x/doc/epy_docgen.sh (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Mathutils.py (+44, -0) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+4, -4) (Diff)
/source/blender/python/api2_2x/quat.c (+38, -0) (Diff)
/source/blender/python/api2_2x/quat.h (+2, -0) (Diff)
/source/blender/python/api2_2x/vector.c (+48, -4) (Diff)
/source/blender/python/api2_2x/vector.h (+3, -1) (Diff)
/source/blender/python/api2_2x/doc/Mathutils.py (+44, -0) (Diff)
/source/blender/python/api2_2x/Mathutils.h (+4, -4) (Diff)
/source/blender/python/api2_2x/quat.c (+38, -0) (Diff)
/source/blender/python/api2_2x/quat.h (+2, -0) (Diff)
/source/blender/python/api2_2x/vector.c (+48, -4) (Diff)
/source/blender/python/api2_2x/vector.h (+3, -1) (Diff)