Page MenuHome

Fix T87082: Smooth thickness not working
ClosedPublic

Authored by Falk David (filedescriptor) on Mar 31 2021, 1:07 PM.

Details

Summary

When using the smooth operator, the thickness would not be
smoothed on the first iteration. This was becasue the inner loop
was set to run r * 20 times but r starts at 0.

The fix makes sure that "Smooth Thickness" works on the first
iteration by using a fixed value of 20 as the loop limit. This
makes sure that for every iteration, we run the smoothing of the
thickness 20 more times.

Diff Detail

Repository
rB Blender
Branch
T87082 (branched from master)
Build Status
Buildable 13841
Build 13841: arc lint + arc unit

Event Timeline

Falk David (filedescriptor) requested review of this revision.Mar 31 2021, 1:07 PM
Falk David (filedescriptor) created this revision.

LGTM. Did you test the result?

This revision is now accepted and ready to land.Mar 31 2021, 1:38 PM

Tested it with the file provided in the bug report, yes.