Blender Git Commit Log

Git Commits -> Revision 80f7bc6

Revision 80f7bc6 by YimingWu (master)
September 26, 2021, 11:43 (GMT)
LineArt: Smooth tolerance value for chaining.

smooth out jaggy lines with a given threshold. For each point in a stroke, the ones with in a given distance of its previous segment will be removed,
thus "zig-zag" artefacts can be cleaned up.

Reviewed By: Antonio Vazquez (antoniov)

Differential Revision: https://developer.blender.org/D12050

Commit Details:

Full Hash: 80f7bc6d8e7e7a5e543df5418313c04df5140c43
Parent Commit: 5054222
Lines Changed: +67, -3

9 Modified Paths:

/source/blender/blenloader/intern/versioning_300.c (+9, -0) (Diff)
/source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c (+28, -0) (Diff)
/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c (+9, -1) (Diff)
/source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h (+3, -0) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_defaults.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+5, -1) (Diff)
/source/blender/makesdna/DNA_gpencil_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_gpencil_modifier.c (+9, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021