Blender Git Commit Log

Git Commits -> Revision 3d48d99

Revision 3d48d99 by Sybren A. Stüvel (master)
August 7, 2020, 11:38 (GMT)
Cleanup: Python, Clang-Tidy else-after-return fixes

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/python` module.

No functional changes.

Commit Details:

Full Hash: 3d48d99647b59a6f0461baa4456660917f1bbda6
Parent Commit: 44b7354
Lines Changed: +1759, -2011

29 Modified Paths:

/source/blender/python/bmesh/bmesh_py_ops.c (+3, -5) (Diff)
/source/blender/python/bmesh/bmesh_py_ops_call.c (+11, -13) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+318, -362) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+49, -59) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+50, -63) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.c (+35, -41) (Diff)
/source/blender/python/bmesh/bmesh_py_utils.c (+27, -36) (Diff)
/source/blender/python/generic/bgl.c (+26, -33) (Diff)
/source/blender/python/generic/idprop_py_api.c (+56, -68) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+6, -8) (Diff)
/source/blender/python/generic/py_capi_utils.c (+38, -45) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+8, -10) (Diff)
/source/blender/python/intern/bpy_driver.c (+6, -10) (Diff)
/source/blender/python/intern/bpy_library_load.c (+58, -60) (Diff)
/source/blender/python/intern/bpy_props.c (+28, -30) (Diff)
/source/blender/python/intern/bpy_rna.c (+398, -441) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+106, -110) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+62, -63) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+35, -41) (Diff)
/source/blender/python/intern/bpy_rna_gizmo.c (+4, -4) (Diff)
/source/blender/python/mathutils/mathutils.c (+48, -53) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.c (+40, -48) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+15, -19) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+15, -19) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+137, -147) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+111, -134) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+20, -27) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+48, -61) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021