Blender Git Loki
Git Commits -> Revision cff288c
Revision cff288c by Campbell Barton (master) August 4, 2015, 08:49 (GMT) |
Use PyC_ParseBool to parse bools This could cause problems since they could be any int, then passed directly to internal functions that assume bools. |
Commit Details:
Full Hash: cff288cf3a0d71b610fa20875a321ea3b8db2388
Parent Commit: 62c8f46
Lines Changed: +132, -76
9 Modified Paths:
/source/blender/python/bmesh/bmesh_py_api.c (+8, -5) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+44, -28) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+22, -14) (Diff)
/source/blender/python/intern/bpy.c (+8, -5) (Diff)
/source/blender/python/intern/bpy_library.c (+11, -3) (Diff)
/source/blender/python/intern/bpy_operator.c (+10, -3) (Diff)
/source/blender/python/intern/bpy_props.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_utils_units.c (+8, -3) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+18, -12) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+44, -28) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+22, -14) (Diff)
/source/blender/python/intern/bpy.c (+8, -5) (Diff)
/source/blender/python/intern/bpy_library.c (+11, -3) (Diff)
/source/blender/python/intern/bpy_operator.c (+10, -3) (Diff)
/source/blender/python/intern/bpy_props.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_utils_units.c (+8, -3) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+18, -12) (Diff)