Blender Git Commit Log
Git Commits -> Revision 643f331
Revision 643f331 by Campbell Barton (master) October 14, 2012, 04:42 (GMT) |
Rip-fill mesh tool (option for rip operator) Alt+V will fill the area inbetween the ripped faces - a bit like extrude. faces are flipped to match existing geometry and customdata (uv, vcols etc) is copied from surrounding geometry too. |
Commit Details:
Full Hash: 643f331cb5557086289d70adad28157ac9cea237
SVN Revision: 51308
Parent Commit: 64b187a
Lines Changed: +259, -23
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_queries.c (+38, -0) (Diff)
/source/blender/bmesh/intern/bmesh_queries.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_rip.c (+206, -22) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+13, -1) (Diff)
/source/blender/bmesh/intern/bmesh_queries.c (+38, -0) (Diff)
/source/blender/bmesh/intern/bmesh_queries.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_rip.c (+206, -22) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+13, -1) (Diff)