Blender Git Loki
Git Commits -> Revision 798d39d
Revision 798d39d by Johnny Matthews (master) July 13, 2005, 15:20 (GMT) |
Well here it is. Subdivision/Loop Tools Recode Commit #1 Ton has been pushing me to get this in and finish it up with help, so here is a run down of the commit Revised Features Subdivide now is Edge based, allows for multicut Loopcut was recoded, now has multi option Knife tool now has multi option New Features Edgeslide Edgering select Removed Features Alt-B Edgeloop selection (use alt-RMB in edgemode) Shift-R Faceloop selection (use alt-RMB in facemode) Old Subdivide (Except for smooth which is left in until new one works) Todo Subdivide Smooth Math is broken - could use some help here (look for alter_co in editmesh_tools.c) Tweak mouse control of Edgeslide is hackish ATM Add Non-proportional movement to edgeslide Add smooth option to new loopcut I probably left something out. See here for more info http://wiki.blender.org/bin/view.pl/Blenderdev/EdgeSubdivision |
Commit Details:
Full Hash: 798d39dd4cc3c1cfeca33d7ebe99ca2c0e41ba99
SVN Revision: 4708
Parent Commit: 6a648da
Lines Changed: +4339, -3853
12 Modified Paths:
/source/blender/blenlib/BLI_linklist.h (+1, -0) (Diff)
/source/blender/blenlib/intern/BLI_linklist.c (+17, -0) (Diff)
/source/blender/include/BIF_editmesh.h (+7, -2) (Diff)
/source/blender/src/buttons_editing.c (+2, -2) (Diff)
/source/blender/src/editmesh_add.c (+18, -4) (Diff)
/source/blender/src/editmesh_loop.c (+216, -1331) (Diff)
/source/blender/src/editmesh_mods.c (+85, -3) (Diff)
/source/blender/src/editmesh_tools.c (+3940, -2474) (Diff)
/source/blender/src/editobject.c (+36, -12) (Diff)
/source/blender/src/header_view3d.c (+11, -13) (Diff)
/source/blender/src/space.c (+2, -11) (Diff)
/source/blender/src/toolbox.c (+4, -1) (Diff)
/source/blender/blenlib/intern/BLI_linklist.c (+17, -0) (Diff)
/source/blender/include/BIF_editmesh.h (+7, -2) (Diff)
/source/blender/src/buttons_editing.c (+2, -2) (Diff)
/source/blender/src/editmesh_add.c (+18, -4) (Diff)
/source/blender/src/editmesh_loop.c (+216, -1331) (Diff)
/source/blender/src/editmesh_mods.c (+85, -3) (Diff)
/source/blender/src/editmesh_tools.c (+3940, -2474) (Diff)
/source/blender/src/editobject.c (+36, -12) (Diff)
/source/blender/src/header_view3d.c (+11, -13) (Diff)
/source/blender/src/space.c (+2, -11) (Diff)
/source/blender/src/toolbox.c (+4, -1) (Diff)