Blender Git Commit Log

Git Commits -> Revision 0ff2204

Revision 0ff2204 by Campbell Barton (master)
May 23, 2013, 06:19 (GMT)
Support for bridge tool subdivisions, smoothing and shape along the profile.
also added the underlying subdivision as a standalone operator in the edge menu, named: subdivide edge-ring.
http://www.graphicall.org/ftp/ideasman42/bridge_subd.png

Commit Details:

Full Hash: 0ff22044cd130c1a1b534522ee89b1194a91d0ac
SVN Revision: 56972
Parent Commit: 4625e70
Lines Changed: +1468, -38

1 Added Path:

/source/blender/bmesh/operators/bmo_subdivide_edgering.c (+1187, -0) (View)

14 Modified Paths:

/source/blender/blenlib/BLI_ghash.h (+5, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_edgeloop.c (+20, -1) (Diff)
/source/blender/bmesh/intern/bmesh_edgeloop.h (+6, -1) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+24, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+12, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_queries.c (+25, -0) (Diff)
/source/blender/bmesh/intern/bmesh_queries.h (+3, -0) (Diff)
/source/blender/bmesh/operators/bmo_bridge.c (+64, -17) (Diff)
/source/blender/bmesh/operators/bmo_subdivide.c (+1, -19) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+117, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021