From c4e041da23b9c45273fcd4874308c536b6a315d1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 3 Dec 2021 19:29:35 +1100 Subject: Cleanup: move public doc-strings into headers for 'bmesh' Some minor improvements to doc-strings too. Ref T92709 --- source/blender/bmesh/tools/bmesh_bisect_plane.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/bmesh/tools/bmesh_bisect_plane.h') diff --git a/source/blender/bmesh/tools/bmesh_bisect_plane.h b/source/blender/bmesh/tools/bmesh_bisect_plane.h index f64b5d8097c..120935296b7 100644 --- a/source/blender/bmesh/tools/bmesh_bisect_plane.h +++ b/source/blender/bmesh/tools/bmesh_bisect_plane.h @@ -20,6 +20,11 @@ * \ingroup bmesh */ +/** + * \param use_snap_center: Snap verts onto the plane. + * \param use_tag: Only bisect tagged edges and faces. + * \param oflag_center: Operator flag, enabled for geometry on the axis (existing and created) + */ void BM_mesh_bisect_plane(BMesh *bm, const float plane[4], const bool use_snap_center, -- cgit v1.2.3