Blender Git Commit Log
Git Commits -> Revision 1012e9b
Revision 1012e9b by Hans Goudey (master) April 28, 2021, 18:13 (GMT) |
Cleanup: Fix inconcistent array lengths in function declarations In some cases functions were defined with arguments of different array lengths in headers vs. implementations. This commit fixes some of the cases I ran into, but probably not all of them. |
Commit Details:
Full Hash: 1012e9bbfa61e09a49962e5ca468e239ad75865a
Parent Commit: cb09d34
Lines Changed: +26, -26
12 Modified Paths:
/source/blender/blenkernel/intern/pbvh_intern.h (+11, -11) (Diff)
/source/blender/blenlib/BLI_math_color.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+4, -4) (Diff)
/source/blender/blenlib/intern/uvproject.c (+1, -1) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -1) (Diff)
/source/blender/editors/include/UI_resources.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.c (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_color.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+4, -4) (Diff)
/source/blender/blenlib/intern/uvproject.c (+1, -1) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -1) (Diff)
/source/blender/editors/include/UI_resources.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.c (+1, -1) (Diff)