Blender Git Commit Log
Git Commits -> Revision 339915a
Revision 339915a by Campbell Barton (master) July 29, 2015, 00:49 (GMT) |
Optimize PySequence_Fast usage Access arrays directly, avoiding type-check every time. |
Commit Details:
Full Hash: 339915a96269ffdd8f48335dda050f4aa071caed
Parent Commit: 96f08bf
Lines Changed: +38, -22
8 Modified Paths:
/source/blender/python/bmesh/bmesh_py_types.c (+2, -1) (Diff)
/source/blender/python/generic/idprop_py_api.c (+11, -6) (Diff)
/source/blender/python/generic/py_capi_utils.c (+5, -4) (Diff)
/source/blender/python/intern/bpy_interface.c (+3, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+5, -3) (Diff)
/source/blender/python/mathutils/mathutils.c (+7, -4) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -2) (Diff)
/source/blender/python/generic/idprop_py_api.c (+11, -6) (Diff)
/source/blender/python/generic/py_capi_utils.c (+5, -4) (Diff)
/source/blender/python/intern/bpy_interface.c (+3, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+5, -3) (Diff)
/source/blender/python/mathutils/mathutils.c (+7, -4) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -2) (Diff)