Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-11-26 04:59:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-26 04:59:11 +0400
commit7ef78723b7d43cee5897da2c43f5038e56ccd3d6 (patch)
treebb70be841151b63eec0d52d46ef15324ef0ff1b7 /source/blender/bmesh/tools/bmesh_decimate_dissolve.c
parent97b8a1f752fbe729c20c8398dfa9fdbc2e2e4ff3 (diff)
code cleanup: doxy comment corrections and correct own typo animation player docs.
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_decimate_dissolve.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_decimate_dissolve.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/bmesh/tools/bmesh_decimate_dissolve.c b/source/blender/bmesh/tools/bmesh_decimate_dissolve.c
index d2a5c580ae6..f67f01e4585 100644
--- a/source/blender/bmesh/tools/bmesh_decimate_dissolve.c
+++ b/source/blender/bmesh/tools/bmesh_decimate_dissolve.c
@@ -69,9 +69,6 @@ static int dissolve_elem_cmp(const void *a1, const void *a2)
return 0;
}
-/**
- * \param do_all_verts Collapse all verts between 2 faces - don't check their edge angle.
- */
void BM_mesh_decimate_dissolve_ex(BMesh *bm, const float angle_limit, const int do_dissolve_boundaries,
BMVert **vinput_arr, const int vinput_len,
BMEdge **einput_arr, const int einput_len)