Blender Git Commit Log
Git Commits -> Revision 754c4a9
Revision 754c4a9 by Geoffrey Bantle (master) October 7, 2007, 20:36 (GMT) |
-> Make Face Edge tool Return of the fkey 'make face edge tool'. As always, selecting two vertices will make an edge. Selecting three or four verts/edges will make a quad. Additionally selecting a single closed loop of edges will create an n-gon. Still to do: -add back in the 'fix faces' call at the end to generate proper smooth flag for generated face -add a 'fuse faces' tool bound to this hotkey. This will replace both the 'join triangles' functionality of the current f-key implementation as well as the f-gon creation (replace with n-gons) |
Commit Details:
Full Hash: 754c4a9aa8e3dc60ab7d272758b63f0d6bba822b
SVN Revision: 12224
Parent Commit: 4588dac
Lines Changed: +278, -8
6 Modified Paths:
/source/blender/blenkernel/BKE_bmesh.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/BME_structure.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/BME_tools.c (+259, -0) (Diff)
/source/blender/include/editbmesh.h (+3, -2) (Diff)
/source/blender/src/editbmesh_tools.c (+10, -0) (Diff)
/source/blender/src/space.c (+1, -2) (Diff)
/source/blender/blenkernel/intern/BME_structure.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/BME_tools.c (+259, -0) (Diff)
/source/blender/include/editbmesh.h (+3, -2) (Diff)
/source/blender/src/editbmesh_tools.c (+10, -0) (Diff)
/source/blender/src/space.c (+1, -2) (Diff)