Blender Git Loki

Git Commits -> Revision 25ec4b4

Revision 25ec4b4 by Campbell Barton (master)
March 29, 2019, 20:14 (GMT)
Cleanup: style, use braces for the Python API

Commit Details:

Full Hash: 25ec4b437fe927205a810470cdc23efd7282c85b
Parent Commit: 18d06e8
Lines Changed: +1689, -800

39 Modified Paths:

/source/blender/python/bmesh/bmesh_py_ops.c (+4, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+70, -29) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+25, -9) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+4, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.c (+14, -5) (Diff)
/source/blender/python/generic/bgl.c (+55, -22) (Diff)
/source/blender/python/generic/blf_py_api.c (+28, -14) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+16, -8) (Diff)
/source/blender/python/generic/idprop_py_api.c (+47, -21) (Diff)
/source/blender/python/generic/py_capi_utils.c (+17, -7) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+2, -1) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+12, -6) (Diff)
/source/blender/python/intern/bpy.c (+16, -10) (Diff)
/source/blender/python/intern/bpy_app.c (+12, -4) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_app_translations.c (+10, -5) (Diff)
/source/blender/python/intern/bpy_capi_utils.c (+4, -2) (Diff)
/source/blender/python/intern/bpy_driver.c (+23, -11) (Diff)
/source/blender/python/intern/bpy_interface.c (+24, -12) (Diff)
/source/blender/python/intern/bpy_library_load.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+4, -2) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+123, -58) (Diff)
/source/blender/python/intern/bpy_rna.c (+305, -137) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+14, -7) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+22, -10) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+19, -17) (Diff)
/source/blender/python/intern/bpy_traceback.c (+16, -8) (Diff)
/source/blender/python/mathutils/mathutils.c (+21, -10) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.c (+4, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+92, -44) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+79, -37) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+14, -10) (Diff)
/source/blender/python/mathutils/mathutils_interpolate.c (+8, -4) (Diff)
/source/blender/python/mathutils/mathutils_kdtree.c (+8, -4) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+213, -104) (Diff)
/source/blender/python/mathutils/mathutils_noise.c (+48, -24) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+142, -67) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+168, -82) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021