Blender Git Commit Log

Git Commits -> Revision 9dbe7bb

Revision 9dbe7bb by Antonio Vazquez (master)
May 8, 2016, 12:53 (GMT)
D1886: GPencil - Add smooth iterations parameter to get better quality

After some test, a new iteration parameter has been added in order to
apply repetitive smoothing to the stroke. By default 1 iteration is applied,
but can used any number between 1 and 3.

The repetition uses different levels of intensity from 100% of the defined smooth
factor for the first loop, 50% for the second and 25% for the third. We use in each
loop a smaller value in order to avoid deform too much the stroke.

Commit Details:

Full Hash: 9dbe7bbe9a943ffd18fa670c4f68b4f90a6fc773
Parent Commit: dc78e47
Committed By: Joshua Leung
Lines Changed: +37, -8

7 Modified Paths:

/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+5, -2) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+9, -0) (Diff)
/source/blender/editors/gpencil/gpencil_paint.c (+11, -4) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021