Blender Git Loki
Git Commits -> Revision cc1af80
Revision cc1af80 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 11, 2018, 10:25 (GMT) |
GP: Move Control Points data to Runtime As we maybe will use these control points in more operators is not logic keep them in operator temp data. This makes also possible move drawing to Draw Manager. |
Commit Details:
Full Hash: cc1af8011655bc732fac550f32aa16f622525f52
Parent Commit: 90d1665
Lines Changed: +59, -47
5 Modified Paths:
/source/blender/editors/gpencil/drawgpencil.c (+7, -9) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+0, -2) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+41, -29) (Diff)
/source/blender/editors/include/ED_gpencil.h (+0, -7) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+11, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+0, -2) (Diff)
/source/blender/editors/gpencil/gpencil_primitive.c (+41, -29) (Diff)
/source/blender/editors/include/ED_gpencil.h (+0, -7) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+11, -0) (Diff)