Blender Git Loki
Git Commits -> Revision 4f92037
Revision 4f92037 by Sebastian Parborg (master) February 14, 2019, 13:54 (GMT) |
Fix T61536: can't snap vertex to another vertex in edit mode using curves Previously, the curve self snapping would only snap to points that were earlier in the curve structure. This was because of a simple coding snafu of using break when meaning to use continue. |
Commit Details:
Full Hash: 4f920371580b07b9b5cbaeef2f3edb46592bd155
Parent Commit: 87bba05
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/transform/transform_snap_object.c (+2, -2) (Diff)