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:
authorPratik Borhade <pratikborhade302@gmail.com>2022-11-13 20:24:38 +0300
committerPratik Borhade <pratikborhade302@gmail.com>2022-11-13 20:24:38 +0300
commit7419e291e8b81b9dd562a05909bbf30cdd77077e (patch)
tree90c23adbd56c9b6943467072939ca72d7c247b38
parentce9fcb15a33663527e3fc1a533de356428d3445f (diff)
parentb927cc9ba6c7567066f26fd82c95b0059a8cff75 (diff)
Merge branch 'blender-v3.4-release'
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 7e0f41f7c86..aeb9d94a860 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3865,6 +3865,7 @@ class VIEW3D_MT_edit_mesh(Menu):
layout.operator("mesh.bisect")
layout.operator("mesh.knife_project")
+ layout.operator("mesh.knife_tool")
if with_bullet:
layout.operator("mesh.convex_hull")