Blender Git Commit Log
Git Commits -> Revision 0421076
Revision 0421076 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) September 10, 2017, 14:55 (GMT) |
Simplify: new option to remove fill lines For filling areas, sometimes is good to have a way to hide the external line of the stroke that makes the fill when select simplify. Fixed the error of render flag because the storage field was too small, so a new field has been added for simplify only. |
Commit Details:
Full Hash: 042107617999a7c7ce319c3cee856e85e560d666
Parent Commit: 890b924
Lines Changed: +52, -26
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_scene.py (+2, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+10, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+2, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+5, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+20, -11) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+13, -8) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+10, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+2, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+5, -5) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+20, -11) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+13, -8) (Diff)