Blender Git Commit Log
Git Commits -> Revision 70a41a5
Revision 70a41a5 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) February 7, 2018, 00:09 (GMT) |
Cleanup: Move modal operator draw callbacks out of ED_gpencil.h Turns out that these were only actually used from within the gpencil module (i.e. they were defined in drawgpencil.c, and called from the gpencil_<opname>.c files), so it's not even necessary to export these function prototypes in the ED_gpencil.h header. |
Commit Details:
Full Hash: 70a41a520009ddad4b1fa950b46a36b4888a26f8
Parent Commit: a4b72a4
Lines Changed: +61, -60