Page MenuHome

Fix T86881: Curve Edit handle offset when snapping
ClosedPublic

Authored by Falk David (filedescriptor) on Apr 28 2021, 4:20 PM.

Details

Summary

When an aligned (or auto) handle was snapped with only the control
point selected, it would not snap to the correct point, but offset. This
was because the handles were not considered selected. The TD_SELECTED
flag was not being set.

The fix makes sure that we include the handles in the selection when
the handle is aligned or auto.

Diff Detail

Repository
rB Blender

Event Timeline

Falk David (filedescriptor) requested review of this revision.Apr 28 2021, 4:20 PM
Falk David (filedescriptor) created this revision.
This revision is now accepted and ready to land.Apr 28 2021, 4:24 PM