Blender Git Commit Log
Git Commits -> Revision 46cf33b
Revision 46cf33b by Campbell Barton (master) August 20, 2017, 05:49 (GMT) |
PyAPI: Make use of PyC_LongAs... API Avoids setting exceptions inline, also use Matrix_ParseAny for bmesh.ops. Some inline exceptions are kept because they show useful details. |
Commit Details:
Full Hash: 46cf33bf0146946ed05756a9b8bfa1318538f020
Parent Commit: a10a7f4
Lines Changed: +68, -96
11 Modified Paths:
/source/blender/python/bmesh/bmesh_py_ops_call.c (+13, -28) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+27, -44) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+3, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+5, -6) (Diff)
/source/blender/python/generic/idprop_py_api.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_app.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_rna.c (+5, -5) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+3, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+27, -44) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+3, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+5, -6) (Diff)
/source/blender/python/generic/idprop_py_api.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_app.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_rna.c (+5, -5) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+3, -1) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+3, -1) (Diff)