UI: remove delete redo panel
Since the option is now hidden from the UI, add to the object menu (without this the key binding isn't discoverable).
This commit is contained in:
@@ -1599,6 +1599,7 @@ class VIEW3D_MT_object(Menu):
|
||||
layout.separator()
|
||||
|
||||
layout.operator("object.delete", text="Delete...").use_global = False
|
||||
layout.operator("object.delete", text="Delete Global...").use_global = True
|
||||
|
||||
|
||||
class VIEW3D_MT_object_animation(Menu):
|
||||
|
||||
Reference in New Issue
Block a user