Blender Git Loki
Git Commits -> Revision a69f985
Revision a69f985 by Campbell Barton (master) June 26, 2018, 07:31 (GMT) |
PyAPI: move deep-copy args check to py_capi_utils |
Commit Details:
Full Hash: a69f985f40905b01cf542d370831e7ade138a4e3
Parent Commit: 87f598f
Lines Changed: +21, -15
9 Modified Paths:
/source/blender/python/generic/py_capi_utils.c (+6, -0) (Diff)
/source/blender/python/generic/py_capi_utils.h (+1, -0) (Diff)
/source/blender/python/mathutils/mathutils.c (+0, -7) (Diff)
/source/blender/python/mathutils/mathutils.h (+0, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+3, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+2, -1) (Diff)
/source/blender/python/generic/py_capi_utils.h (+1, -0) (Diff)
/source/blender/python/mathutils/mathutils.c (+0, -7) (Diff)
/source/blender/python/mathutils/mathutils.h (+0, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+3, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+2, -1) (Diff)