Blender Git Loki
Git Commits -> Revision 41a6355
Revision 41a6355 by Campbell Barton (master) May 3, 2019, 08:09 (GMT) |
Revert "Cleanup: add semicolon after PyObject_VAR_HEAD" This reverts commit a01bcfa6366f893fbc8fdbf537d91ece4832ea03. This causes MSVC2019 build to fail with error C2059 Unfortunately this means we have to put up with bad formatting in Python structs. |
Commit Details:
Full Hash: 41a63556cffb13d38135fcb152b266c0fe72cef2
Parent Commit: 688c724
Lines Changed: +37, -63
14 Modified Paths:
/source/blender/python/bmesh/bmesh_py_types.h (+9, -18) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+3, -6) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+3, -6) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.h (+1, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.h (+2, -4) (Diff)
/source/blender/python/generic/bgl.h (+1, -2) (Diff)
/source/blender/python/generic/idprop_py_api.h (+5, -8) (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 (+1, -2) (Diff)
/source/blender/python/gpu/gpu_py_shader.h (+1, -2) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.h (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.h (+1, -2) (Diff)
/source/blender/python/mathutils/mathutils.h (+1, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+3, -6) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+3, -6) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.h (+1, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.h (+2, -4) (Diff)
/source/blender/python/generic/bgl.h (+1, -2) (Diff)
/source/blender/python/generic/idprop_py_api.h (+5, -8) (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 (+1, -2) (Diff)
/source/blender/python/gpu/gpu_py_shader.h (+1, -2) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.h (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.h (+1, -2) (Diff)
/source/blender/python/mathutils/mathutils.h (+1, -2) (Diff)