Blender Git Loki
Git Commits -> Revision dae445d
Revision dae445d by Campbell Barton (master) February 13, 2021, 12:09 (GMT) |
Commit Details:
Full Hash: dae445d94a7a5e1ad38719ea05e5bb0bc76ede84
Parent Commit: 3266020
Lines Changed: +96, -97
25 Modified Paths:
/intern/cycles/blender/blender_python.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_ops.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_ops_call.c (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+2, -2) (Diff)
/source/blender/python/generic/idprop_py_api.c (+8, -8) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+1, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+11, -11) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+2, -2) (Diff)
/source/blender/python/intern/bpy.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_translations.c (+4, -4) (Diff)
/source/blender/python/intern/bpy_capi_utils.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_driver.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_library_load.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_msgbus.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+8, -9) (Diff)
/source/blender/python/intern/bpy_rna.c (+35, -35) (Diff)
/source/blender/python/intern/bpy_traceback.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_ops.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_ops_call.c (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+2, -2) (Diff)
/source/blender/python/generic/idprop_py_api.c (+8, -8) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+1, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+11, -11) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+2, -2) (Diff)
/source/blender/python/intern/bpy.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_translations.c (+4, -4) (Diff)
/source/blender/python/intern/bpy_capi_utils.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_driver.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_library_load.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_msgbus.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+8, -9) (Diff)
/source/blender/python/intern/bpy_rna.c (+35, -35) (Diff)
/source/blender/python/intern/bpy_traceback.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+1, -1) (Diff)