Blender Git Loki
Git Commits -> Revision cac4107
Revision cac4107 by Campbell Barton (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (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: cac41070c0fd9ed0d741f1479874c6815a5ce58e
Parent Commit: c4c2f11
Committed By: Fabian Schempp
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)