tornavis/source/blender/bmesh/operators
Campbell Barton 41a5e731a2 bmesh: new wireframe tool
- makes wireframe from faces.
- options similar to inset (even offset, relative scale)
- copies face settings and loops (uvs, vcolors)
- optionally replaces the existing geometry.
2012-04-29 10:44:00 +00:00
..
bmo_bevel.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_connect.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_create.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_dissolve.c code cleanup: change C naming convention (so py and C api match), eg: 2012-04-23 01:19:50 +00:00
bmo_dupe.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_edgesplit.c remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the maceros had unused args in both cases). 2012-04-19 13:47:58 +00:00
bmo_extrude.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_inset.c bmesh: new wireframe tool 2012-04-29 10:44:00 +00:00
bmo_join_triangles.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_mesh_conv.c remove Object member from BMesh struct - was only used for undo and BMEditMesh already stores an object pointer. 2012-03-11 19:58:56 +00:00
bmo_mirror.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_primitive.c - fix for python freeing its own bmesh clearing the global mirror cache. 2012-04-23 04:24:11 +00:00
bmo_removedoubles.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_slide.c style cleanup: comments 2012-04-22 11:54:53 +00:00
bmo_subdivide.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_subdivide.h code cleanup: bmesh subdivide code - BM_mesh_esubdivideflag() & "esubd" bmesh operator was passing a flag about in a fairly confusing way. 2012-04-23 03:43:02 +00:00
bmo_triangulate.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_utils.c style cleanup: format 'for' loop macros the same as for loops, some renaming to BLI_array macros. 2012-04-28 15:14:16 +00:00
bmo_wireframe.c bmesh: new wireframe tool 2012-04-29 10:44:00 +00:00