Blender Git Commit Log
Git Commits -> Revision a9d979c
Revision a9d979c by Campbell Barton (master) February 15, 2015, 03:01 (GMT) |
mathutils: add freeze() method, is_frozen attr This allows you to make any mathutils object immutable. |
Commit Details:
Full Hash: a9d979c8ef2b6de25c1953da341dd5e207416540
Parent Commit: ce85aef
Lines Changed: +157, -53
7 Modified Paths:
/source/blender/python/mathutils/mathutils.c (+34, -0) (Diff)
/source/blender/python/mathutils/mathutils.h (+21, -0) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+18, -7) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+18, -5) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+26, -20) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+21, -12) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+19, -9) (Diff)
/source/blender/python/mathutils/mathutils.h (+21, -0) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+18, -7) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+18, -5) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+26, -20) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+21, -12) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+19, -9) (Diff)