Blender Git Commit Log

Git Commits -> Revision efa7aaa

Revision efa7aaa by Campbell Barton (master)
August 20, 2020, 06:10 (GMT)
Cleanup: use const variables where possible in the Python API

Commit Details:

Full Hash: efa7aaa97f5c2a6073017a15f1b1d98fdc451ba5
Parent Commit: 8877e3a
Lines Changed: +134, -132

35 Modified Paths:

/source/blender/python/bmesh/bmesh_py_ops_call.c (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+4, -4) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+7, -7) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.c (+2, -2) (Diff)
/source/blender/python/generic/bgl.c (+3, -3) (Diff)
/source/blender/python/generic/idprop_py_api.c (+6, -6) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+4, -4) (Diff)
/source/blender/python/generic/py_capi_utils.c (+10, -10) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+4, -4) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_app_icons.c (+4, -4) (Diff)
/source/blender/python/intern/bpy_app_opensubdiv.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_app_timers.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_app_translations.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_driver.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+5, -5) (Diff)
/source/blender/python/intern/bpy_library_load.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_msgbus.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+5, -5) (Diff)
/source/blender/python/intern/bpy_rna.c (+30, -29) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+7, -7) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna_driver.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna_gizmo.c (+6, -6) (Diff)
/source/blender/python/mathutils/mathutils.c (+4, -4) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_kdtree.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021