Blender Git Loki
Git Commits -> Revision d5bebb3
Revision d5bebb3 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 29, 2019, 14:43 (GMT) |
GPencil: New Close Stroke operator This operator allows to close a stoke generating geometry for the closing gap. This is totally different of Cyclic, because this was only a visual closing, but as there wasn't new geometry, you could sculpt or edit and need manual subdivide. |
Commit Details:
Full Hash: d5bebb33b23d8630e43f369e25ea779d05275b02
Parent Commit: 5e8f7c4
Lines Changed: +148, -0
5 Modified Paths:
/source/blender/blenkernel/BKE_gpencil.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+80, -0) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+65, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+80, -0) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+65, -0) (Diff)
/source/blender/editors/gpencil/gpencil_intern.h (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_ops.c (+1, -0) (Diff)