Blender Git Commit Log
Git Commits -> Revision 1df1241
Revision 1df1241 by Campbell Barton (master) May 15, 2013, 20:34 (GMT) |
bmesh, grid fill tool. This uses 2 edge loops and fills them with a grid, taking into account curvature of surrounding edges. Access from face menu: Ctrl+F,G http://www.graphicall.org/ftp/ideasman42/grid_fill.png |
Commit Details:
Full Hash: 1df12416cac4e9c0339667626a41529a6a597e26
SVN Revision: 56831
Parent Commit: 8553084
Lines Changed: +501, -0
1 Added Path:
/source/blender/bmesh/operators/bmo_grid_fill.c (+418, -0) (View)
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+24, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+54, -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 (+24, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+54, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)