Blender Git Commit Log
Git Commits -> Revision e4bb913
Revision e4bb913 by Campbell Barton (master) June 22, 2013, 17:25 (GMT) |
Extend existing editmesh connect tool so it can connect across multiple faces. only use this when 2 vertices are selected, otherwise use the same behavior as before. This works a little like a fast knife tool, but it only cuts straight lines and doesnt depend on the view-port. Examples: - http://www.graphicall.org/ftp/ideasman42/mesh_connect_pair.png - http://www.graphicall.org/ftp/ideasman42/mesh_connect_pair_curve.png |
Commit Details:
Full Hash: e4bb9135103f404d7af0f95d1effab208f0a8a15
SVN Revision: 57653
Parent Commit: 240fb6f
Lines Changed: +590, -4
1 Added Path:
/source/blender/bmesh/operators/bmo_connect_pair.c (+546, -0) (View)
5 Modified Paths:
/source/blender/bmesh/CMakeLists.txt (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+21, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_connect.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+20, -3) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+21, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_connect.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+20, -3) (Diff)