Blender Git Commit Log
Git Commits -> Revision 778542f
Revision 778542f by Campbell Barton (master) April 29, 2019, 10:01 (GMT) |
Cleanup: comments (long lines) in python |
Commit Details:
Full Hash: 778542fd8fe80f87286d36bb4005314a8343e038
Parent Commit: c7f67d6
Lines Changed: +182, -90
23 Modified Paths:
/source/blender/python/bmesh/bmesh_py_types.c (+14, -4) (Diff)
/source/blender/python/generic/idprop_py_api.c (+2, -1) (Diff)
/source/blender/python/generic/python_utildefines.h (+2, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+8, -4) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+2, -1) (Diff)
/source/blender/python/intern/bpy.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_app_ocio.c (+6, -4) (Diff)
/source/blender/python/intern/bpy_app_translations.c (+13, -9) (Diff)
/source/blender/python/intern/bpy_driver.c (+11, -5) (Diff)
/source/blender/python/intern/bpy_gizmo_wrap.c (+3, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+3, -2) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+5, -3) (Diff)
/source/blender/python/intern/bpy_props.c (+4, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+49, -25) (Diff)
/source/blender/python/intern/bpy_rna.h (+8, -3) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+6, -2) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.c (+10, -5) (Diff)
/source/blender/python/intern/bpy_utils_units.c (+7, -5) (Diff)
/source/blender/python/mathutils/mathutils.c (+11, -7) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+7, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+5, -2) (Diff)
/source/blender/python/generic/idprop_py_api.c (+2, -1) (Diff)
/source/blender/python/generic/python_utildefines.h (+2, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+8, -4) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+2, -1) (Diff)
/source/blender/python/intern/bpy.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_app_ocio.c (+6, -4) (Diff)
/source/blender/python/intern/bpy_app_translations.c (+13, -9) (Diff)
/source/blender/python/intern/bpy_driver.c (+11, -5) (Diff)
/source/blender/python/intern/bpy_gizmo_wrap.c (+3, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+3, -2) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+5, -3) (Diff)
/source/blender/python/intern/bpy_props.c (+4, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+49, -25) (Diff)
/source/blender/python/intern/bpy_rna.h (+8, -3) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+6, -2) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.c (+10, -5) (Diff)
/source/blender/python/intern/bpy_utils_units.c (+7, -5) (Diff)
/source/blender/python/mathutils/mathutils.c (+11, -7) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+7, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+5, -2) (Diff)