Blender Git Commit Log

Git Commits -> Revision b424845

July 16, 2017, 15:40 (GMT)
New subdivide stroke modifier

This modifier add intermediary points to stroke to get more control points for other modifiers as Noise.

This is not a subsurf modifier. This will be a different one.

Commit Details:

Full Hash: b424845bb5ef450b8b73de5ae2327221ea8427a8
Parent Commit: 3c6f2af
Lines Changed: +247, -5

1 Added Path:

/source/blender/modifiers/intern/MOD_gpencilsubdiv.c (+109, -0) (View)

9 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+13, -0) (Diff)
/source/blender/blenkernel/BKE_gpencil.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+72, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+13, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+34, -2) (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