Blender Git Loki
Git Commits -> Revision 96e33c4
Revision 96e33c4 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 4, 2018, 10:03 (GMT) |
Add simplify level Added a new parameter to define the number of times the new fill stroke is simplified using fixed simplify algorithm. This simplify reduces the number of points but also the precision of the filling shape for large values. |
Commit Details:
Full Hash: 96e33c428e1e8efada517083be96b1b6a4077b6d
Parent Commit: 902c9d0
Lines Changed: +21, -3
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+6, -3) (Diff)
/source/blender/editors/include/ED_gpencil.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+1, -0) (Diff)
/source/blender/editors/gpencil/gpencil_fill.c (+6, -3) (Diff)
/source/blender/editors/include/ED_gpencil.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+8, -0) (Diff)