Dissolve/delete dont need confirmation when called from menu

This commit is contained in:
Dalai Felinto 2018-10-09 19:39:37 -03:00
parent 396eba4533
commit ba36e90170
Notes: blender-bot 2023-02-14 05:44:22 +01:00
Referenced by issue #57579, Grease Pencil render with Cycles fails
Referenced by issue #57137, Unable to choose vertex after clicking snap transform (retopo)
1 changed files with 1 additions and 0 deletions

View File

@ -3553,6 +3553,7 @@ class VIEW3D_MT_edit_armature_delete(Menu):
def draw(self, context):
layout = self.layout
layout.operator_context = 'EXEC_AREA'
layout.operator("armature.delete", text="Bones")