Blender Git Commit Log
Git Commits -> Revision e0fa295
Revision e0fa295 by Falk David (master) April 28, 2021, 14:28 (GMT) |
Fix T86881: Curve Edit handle offset when snapping 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. Reviewed By: antoniov Maniphest Tasks: T86881 Differential Revision: https://developer.blender.org/D11111 |
Commit Details:
Full Hash: e0fa295bc6f2f99f5679a4d423818d83c67628a2
Parent Commit: c4bebc03
Lines Changed: +4, -6
1 Modified Path:
/source/blender/editors/transform/transform_convert_gpencil.c (+4, -6) (Diff)