Blender Git Commit Log
Git Commits -> Revision 2e64865
Revision 2e64865 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 31, 2018, 05:30 (GMT) |
Cleanup: Various fixes * Remove redundant operations (e.g. extra copies of data) * Remove duplicate functions (e.g. vector copying, for non-floats) TODO: We still have copy_v2int_v2float() and copy_v2float_v2int() to fix (i.e. rename + move to BLI_math.h) * Cleanup redundant struct forward defs in headers (including some duplicates) * Hacky fix for compiler warning in gpencil_colorpick.c (about const vs non-const) UI_FSTYLE_WIDGET is const, but UI_text_clip_middle_ex() needs non-const |
Commit Details:
Full Hash: 2e64865c51fa2624db0174b44ed641bd7cdb082f
Parent Commit: e1ae00c
Lines Changed: +44, -49
7 Modified Paths:
/source/blender/editors/gpencil/drawgpencil.c (+3, -1) (Diff)
/source/blender/editors/gpencil/gpencil_colorpick.c (+2, -2) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+7, -15) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+2, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+3, -7) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+6, -2) (Diff)
/source/blender/editors/include/ED_gpencil.h (+21, -22) (Diff)
/source/blender/editors/gpencil/gpencil_colorpick.c (+2, -2) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+7, -15) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+2, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+3, -7) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+6, -2) (Diff)
/source/blender/editors/include/ED_gpencil.h (+21, -22) (Diff)