Blender Git Loki
Git Commits -> Revision 89b83f0
Revision 89b83f0 by Campbell Barton (master) March 30, 2012, 11:35 (GMT) |
patch to add __deepcopy__ to mathutils types, this is no different to __copy__, except some py utilities expect __deepcopy__ to exist, so better have them. |
Commit Details:
Full Hash: 89b83f00608dfb2a7750476035f0635885473d21
SVN Revision: 45289
Parent Commit: 785373b
Lines Changed: +49, -3
7 Modified Paths:
/source/blender/python/mathutils/mathutils.c (+7, -0) (Diff)
/source/blender/python/mathutils/mathutils.h (+1, -0) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+8, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+8, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+8, -0) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+8, -0) (Diff)
/source/blender/python/mathutils/mathutils.h (+1, -0) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+8, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+8, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+8, -0) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+9, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+8, -0) (Diff)