Blender Git Commit Log
Git Commits -> Revision eb7feea
Revision eb7feea by Joseph Eagar (master) February 8, 2009, 17:01 (GMT) |
alt-ctrl leftmouse (e.g. current knife) now uses bmesh edge subdivide! wa-hoo! basically I had to add some slots to the subdivide operator so it could accept custom percentags for splitting edges. also put some commonly passed-around paramters into a struct, so i don't have to constantly keep changing a dozen function signatures |
Commit Details:
Full Hash: eb7feeae778abf0addc2aae31e0819a86083d892
SVN Revision: 18868
Parent Commit: 1e3a23e
Lines Changed: +362, -156
7 Modified Paths:
/source/blender/bmesh/bmesh_operators.h (+2, -1) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+9, -0) (Diff)
/source/blender/bmesh/operators/subdivideop.c (+126, -113) (Diff)
/source/blender/bmesh/operators/triangulateop.c (+3, -0) (Diff)
/source/blender/editors/mesh/editmesh_loop.c (+217, -39) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+4, -2) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+9, -0) (Diff)
/source/blender/bmesh/operators/subdivideop.c (+126, -113) (Diff)
/source/blender/bmesh/operators/triangulateop.c (+3, -0) (Diff)
/source/blender/editors/mesh/editmesh_loop.c (+217, -39) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+4, -2) (Diff)