Blender Git Commit Log
Git Commits -> Revision a99c4c7
Revision a99c4c7 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, 04:06 (GMT) |
Cleanup: Move ED_gpencil_stroke_minmax() to blenkernel The rest of the boundbox/minmax code is already there. We might as well have the function for grabbing this info from a single stroke there too. |
Commit Details:
Full Hash: a99c4c729071efb05f1ff0e0b4658eed649d4653
Parent Commit: bc125b4
Lines Changed: +40, -39
5 Modified Paths:
/source/blender/blenkernel/BKE_gpencil.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+34, -12) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+0, -19) (Diff)
/source/blender/editors/include/ED_gpencil.h (+0, -4) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+2, -4) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+34, -12) (Diff)
/source/blender/editors/gpencil/gpencil_utils.c (+0, -19) (Diff)
/source/blender/editors/include/ED_gpencil.h (+0, -4) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+2, -4) (Diff)