Blender Git Commit Log

Git Commits -> Revision 8f46b71

August 4, 2017, 15:49 (GMT)
WIP: New simplify modifier

The modifier uses Ramer Douglas Peucker algorith to simplify lines.

New more work to get more control.

Commit Details:

Full Hash: 8f46b719da5004cdfafaa798d8626d88035f98b9
Parent Commit: 5b54c66
Lines Changed: +386, -13

1 Added Path:

/source/blender/modifiers/intern/MOD_gpencilsimplify.c (+107, -0) (View)

10 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+17, -0) (Diff)
/source/blender/blenkernel/BKE_gpencil.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/gpencil_modifier.c (+196, -11) (Diff)
/source/blender/editors/object/object_modifier.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+15, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+43, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -0) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021