Blender Git Commit Log
Git Commits -> Revision c17c655
Revision c17c655 by Campbell Barton (master) November 29, 2017, 05:08 (GMT) |
PyAPI: add function to check any mathutils type Also add CheckExact versions of type checking macros. |
Commit Details:
Full Hash: c17c6557b4ea4bfeb4528b74703795798aedaa66
Parent Commit: 26a64ba
Lines Changed: +19, -6
7 Modified Paths:
/source/blender/python/mathutils/mathutils.h (+4, -0) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Color.h (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.h (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+4, -1) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.h (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.h (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Color.h (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.h (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+4, -1) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.h (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.h (+3, -1) (Diff)