Blender Git Commit Log
Git Commits -> Revision 3934449
Revision 3934449 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:15 (GMT) |
Add Force Fill Data parameter Add a general parameter to force the recalc of the triangulation data because some modifiers could change the geometry and the filling triangles would not be right. Now, the parameter is visible in UI panel because this option reduces FPS, but maybe in the future we can keep always ON and remove the parameter. |
Commit Details:
Full Hash: 39344493e36548d3ffb58033117ad0e9332856ff
Parent Commit: ee212fd
Lines Changed: +28, -19
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_gpencil.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+0, -1) (Diff)
/source/blender/blenkernel/intern/gpencil_modifier.c (+15, -0) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c (+0, -5) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+0, -7) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil_modifier.c (+0, -6) (Diff)
/release/scripts/startup/bl_ui/properties_data_modifier.py (+0, -1) (Diff)
/source/blender/blenkernel/intern/gpencil_modifier.c (+15, -0) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c (+0, -5) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+0, -7) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil_modifier.c (+0, -6) (Diff)