Blender Git Commit Log
Git Commits -> Revision be4ac3a
Revision be4ac3a by Brecht Van Lommel (master) August 21, 2012, 13:19 (GMT) |
Fix #32355: select vertex path not working when vertices are selected with e.g. border select. There was a fix before bmesh where it would require exactly two vertices to be selected, but this was not ported over, and it also wasn't quite correct. This case should also work: click on two vertices, selected the path between them, and then click on a 3rd vertex and select path, to extend the path further from the 2nd to the 3rd vertex. Now both use cases should work. |
Commit Details:
Full Hash: be4ac3a860723af7d176aeabb1dba112a1594bd3
SVN Revision: 50084
Parent Commit: 4bcae5f
Lines Changed: +32, -6
1 Modified Path:
/source/blender/editors/mesh/editmesh_tools.c (+32, -6) (Diff)