Fix T102187: Add knife tool in mesh panel

Add knife tool option in mesh panel

Reviewer: campbellbarton, JulienKaspar

Differential Revision: https://developer.blender.org/D16395
This commit is contained in:
Pratik Borhade 2022-11-13 22:48:24 +05:30 committed by Philipp Oeser
parent ac7b4855bd
commit 6a9b0772fe
Notes: blender-bot 2023-02-14 09:48:23 +01:00
Referenced by issue #88449: Blender LTS: Maintenance Task 2.93
Referenced by issue #88449, Blender LTS: Maintenance Task 2.93
Referenced by issue #102187, There is no "Knife" tool in the menu
1 changed files with 1 additions and 0 deletions

View File

@ -3677,6 +3677,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")