Blender Git Loki
Git Commits -> Revision e7c4c9e
Revision e7c4c9e by Marcelo Demian Gómez (master) March 27, 2021, 14:01 (GMT) |
Fix T86967 : Artifacts when tracing image to Grease Pencil Tracing images to grease pencil objects creates sometimes artifacts, as seen, for example, when tracing the attached image. {F9910821} I have found the same behavior both in the 2.92 release and in the current 2.93 master. The artifacts are caused by a variable that's not initialized or updated when finding a point tagged as POTRACE_CORNER. This patch solves this issue. Maniphest Tasks: T86967 Differential Revision: https://developer.blender.org/D10832 |
Commit Details:
Full Hash: e7c4c9e538560d7278403fbc728fe6b9e9238334
Parent Commit: dc873c4
Committed By: Antonio Vazquez
Lines Changed: +7, -0
1 Modified Path:
/source/blender/editors/gpencil/gpencil_trace_utils.c (+7, -0) (Diff)