Blender Git Commit Log
Git Commits -> Revision ac633ee
Revision ac633ee by Jacques Lucke (lineart-shadow) December 8, 2021, 06:53 (GMT) |
Fix (unreported): off-by-one error when setting curve handles The problem is that `current_mask` can become `selection.size()`. The loop could also be refactored to break out of it when the end of the selection is reached. This can be done separately. |
Commit Details:
Full Hash: ac633ee15960c64168f82034febf90fcb23c11b1
Parent Commit: 3eb4b83
Committed By: YimingWu
Lines Changed: +2, -2
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_set_curve_handles.cc (+2, -2) (Diff)