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>2013-08-23 09:32:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-23 09:32:43 +0400
commit6f4b79d5af8245ad88afbad43a813b6bf238c310 (patch)
treeeb18b9c47e9862cb1ba59ddbfeea0582ac5281db /source/blender/bmesh/tools/bmesh_bisect_plane.h
parent77fa1aaab58c3adfad9a508cea6811cea6cd10b6 (diff)
edits to new symmetrize tool
- snap axis-aligned verts to the center. - expose the threshold for detecting if a vertex is on the axis.
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_bisect_plane.h')
-rw-r--r--source/blender/bmesh/tools/bmesh_bisect_plane.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_bisect_plane.h b/source/blender/bmesh/tools/bmesh_bisect_plane.h
index 8cd04098cd2..bb7c8b357a4 100644
--- a/source/blender/bmesh/tools/bmesh_bisect_plane.h
+++ b/source/blender/bmesh/tools/bmesh_bisect_plane.h
@@ -27,7 +27,8 @@
* \ingroup bmesh
*/
-void BM_mesh_bisect_plane(BMesh *bm, float plane[4], const bool use_tag,
+void BM_mesh_bisect_plane(BMesh *bm, float plane[4],
+ const bool use_snap_center, const bool use_tag,
const short oflag_new, const float eps);
#endif /* __BMESH_BISECT_PLANE_H__ */