Blender Git Loki

Git Commits -> Revision cde2f11

Revision cde2f11 by Campbell Barton (master)
February 13, 2012, 14:37 (GMT)
new bmesh tool - limited dissolve.

This is a kind of simplification/cleanup tool which joins adjacent faces and edges based on the angle.

I've written this as an exercise (since I havnt written a bmesh operator before), and because quite a few users were asking for the dissolve operator to be extended, but I think this kind of functionality needs its own operator.

access from specials menu and mesh menu.

notes
* this exposed a bug in angle_v3v3v3(). will merge fix into trunk after release.
* added utility function BM_vert_edge_angle(), to get the angle between 2 connecting edges of a vert.

Commit Details:

Full Hash: cde2f1124498c79808007d40e082dfdfad658729
SVN Revision: 44090
Parent Commit: 74f268c
Lines Changed: +192, -5

10 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+2, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+1, -1) (Diff)
/source/blender/bmesh/bmesh_queries.h (+4, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+10, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_queries.c (+34, -4) (Diff)
/source/blender/bmesh/operators/bmo_dissolve.c (+99, -0) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+39, -0) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021