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 <campbell@blender.org>2022-05-25 10:20:08 +0300
committerCampbell Barton <campbell@blender.org>2022-05-25 10:20:08 +0300
commitc9a9763e36abd6df6efd43f01908119b1e5c1deb (patch)
treeb9e3c2911254b3575ef17a3768c93f65afc6d4ab /source/blender/editors/mesh/mesh_intern.h
parent8f0612b7813fb49c097f24f7acb9141c0d758908 (diff)
parent26c6ec559414126988b2d758c37768638136e801 (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index 1ee4be50322..303234df48c 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -174,8 +174,7 @@ void MESH_OT_knife_project(struct wmOperatorType *ot);
/**
* \param use_tag: When set, tag all faces inside the polylines.
*/
-void EDBM_mesh_knife(struct bContext *C,
- struct ViewContext *vc,
+void EDBM_mesh_knife(struct ViewContext *vc,
struct LinkNode *polys,
bool use_tag,
bool cut_through);