Page MenuHome

Fix T86967 : Artifacts when tracing image to Grease Pencil
ClosedPublic

Authored by Marcelo Demian Gómez (mdemiang) on Mar 26 2021, 6:25 PM.

Details

Summary

Tracing images to grease pencil objects creates sometimes artifacts, as seen, for example, when tracing the attached image.


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.

Diff Detail

Repository
rB Blender

Event Timeline

Pratik Borhade (PratikPB2123) retitled this revision from Fix for artifacts when tracing image to Grease Pencil to Fix T86967 : Artifacts when tracing image to Grease Pencil.Mar 27 2021, 5:15 AM
Pratik Borhade (PratikPB2123) edited the summary of this revision. (Show Details)

Thanks fro catch the bug and the fix! I will commit it.

This revision is now accepted and ready to land.Mar 27 2021, 3:01 PM