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
parent 1b34da5da6
commit b927cc9ba6
Notes: blender-bot 2023-02-14 08:38:14 +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 #100749, Blender LTS: Maintenance Task 3.3
Referenced by issue #102187, There is no "Knife" tool in the menu
1 changed files with 1 additions and 0 deletions

View File

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