Blender Git Commit Log
Git Commits  -> Revision 8679625
		
			
			
		
Revision 8679625 by Campbell Barton (master) March 19, 2012, 05:45 (GMT)  | 
bmesh: inset tool, access from face menu (Ctrl+F) - Even option (like solidify even option) - Relative option (insets based on lengths of surrounding edges) TODO: merge tares when 2+ face corners meet but don't form a contiguous region.  | 
Commit Details:
Full Hash: 86796252dab45696213d0fafaaea967acd8ff0e5
SVN Revision: 44984
Parent Commit: e508c2d
Lines Changed:  +412,  -2
1 Added Path:
/source/blender/bmesh/operators/bmo_inset.c (+331, -0)  (View)
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+2, -2) (Diff)
/source/blender/bmesh/CMakeLists.txt (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+18, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+57, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+18, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+57, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)


 Master Commits
MiikaHweb | 2003-2021