Page MenuHome

Fix Curves Smooth modifier appears to be able to act on control points
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Nov 4 2022, 12:49 PM.

Details

Summary

This is not the case though, the modifier act explicitly on mesh edges,
if no tesselated mesh is provided, it would simpy early out and do
nothing.

Now always disable the "Apply on Spline" option with a tip that this
modifier can only smooth the tesselated curve (not the underlying curve
control points). Similar to rB1a6b51e17502.

Fixes T102060.

Diff Detail

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

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Nov 4 2022, 12:49 PM
Philipp Oeser (lichtwerk) created this revision.

The change seems fine to me.

This code is on its way out now, with the plans to use versioning to replace the existing curve type, but that's a ways off still.

This revision is now accepted and ready to land.Nov 4 2022, 1:58 PM