Blender Git Loki
Git Commits -> Revision 58eacb8
Revision 58eacb8 by Campbell Barton (master) July 27, 2021, 12:36 (GMT) |
Cleanup: pass sizeof array element to PyC_AsArray Replace the is_double argument which was only used for single/double precision floats. This allows supporting different sized int types more easily. |
Commit Details:
Full Hash: 58eacb8e7c7ae95bf34896d9cdd868e7a11e044e
Parent Commit: b1a2abd
Lines Changed: +89, -46
9 Modified Paths:
/source/blender/python/generic/idprop_py_api.c (+1, -1) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+1, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+44, -19) (Diff)
/source/blender/python/generic/py_capi_utils.h (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_element.c (+6, -2) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+4, -2) (Diff)
/source/blender/python/gpu/gpu_py_texture.c (+4, -3) (Diff)
/source/blender/python/intern/bpy_props.c (+24, -13) (Diff)
/source/blender/python/intern/bpy_rna_gizmo.c (+3, -3) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+1, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+44, -19) (Diff)
/source/blender/python/generic/py_capi_utils.h (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_element.c (+6, -2) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+4, -2) (Diff)
/source/blender/python/gpu/gpu_py_texture.c (+4, -3) (Diff)
/source/blender/python/intern/bpy_props.c (+24, -13) (Diff)
/source/blender/python/intern/bpy_rna_gizmo.c (+3, -3) (Diff)