Blender Git Loki
Git Commits -> Revision 572b7c0
Revision 572b7c0 by Ton Roosendaal (master) September 24, 2004, 16:06 (GMT) |
New: Fake Polygons, or Face-polygons, or FGons nicked for now. Just select a bunch of faces (selection should be valid flat poly) and press FKEY. Works in fact as selection-group optimizing. Nice in solid drawmode! Further some small additional fixes in the whole debugging process. Found old error in loopselect for triangles, subdivision code, and selection still. NOTE: subdivide still works on vertex level only. |
Commit Details:
Full Hash: 572b7c078d152054edc3a2f46f4d01f3def92642
SVN Revision: 3112
Parent Commit: f595036
Lines Changed: +278, -229
8 Modified Paths:
/source/blender/blenlib/BLI_editVert.h (+3, -0) (Diff)
/source/blender/include/editmesh.h (+1, -1) (Diff)
/source/blender/src/editmesh.c (+10, -5) (Diff)
/source/blender/src/editmesh_add.c (+124, -1) (Diff)
/source/blender/src/editmesh_lib.c (+101, -0) (Diff)
/source/blender/src/editmesh_loop.c (+4, -4) (Diff)
/source/blender/src/editmesh_mods.c (+16, -214) (Diff)
/source/blender/src/editmesh_tools.c (+19, -4) (Diff)
/source/blender/include/editmesh.h (+1, -1) (Diff)
/source/blender/src/editmesh.c (+10, -5) (Diff)
/source/blender/src/editmesh_add.c (+124, -1) (Diff)
/source/blender/src/editmesh_lib.c (+101, -0) (Diff)
/source/blender/src/editmesh_loop.c (+4, -4) (Diff)
/source/blender/src/editmesh_mods.c (+16, -214) (Diff)
/source/blender/src/editmesh_tools.c (+19, -4) (Diff)