Blender Git Commit Log
Git Commits -> Revision a01bcfa
Revision a01bcfa by Campbell Barton (master) May 3, 2019, 02:43 (GMT) |
Cleanup: add semicolon after PyObject_VAR_HEAD clang-format doesn't expand macros, add semicolon to prevent misleading formatting. |
Commit Details:
Full Hash: a01bcfa6366f893fbc8fdbf537d91ece4832ea03
Parent Commit: b8226a3
Lines Changed: +63, -37
14 Modified Paths:
/source/blender/python/bmesh/bmesh_py_types.h (+18, -9) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+6, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+6, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.h (+2, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.h (+4, -2) (Diff)
/source/blender/python/generic/bgl.h (+2, -1) (Diff)
/source/blender/python/generic/idprop_py_api.h (+8, -5) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_batch.h (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_element.h (+2, -1) (Diff)
/source/blender/python/gpu/gpu_py_shader.h (+2, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.h (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.h (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+6, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+6, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.h (+2, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.h (+4, -2) (Diff)
/source/blender/python/generic/bgl.h (+2, -1) (Diff)
/source/blender/python/generic/idprop_py_api.h (+8, -5) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_batch.h (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_element.h (+2, -1) (Diff)
/source/blender/python/gpu/gpu_py_shader.h (+2, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.h (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.h (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -1) (Diff)