Missed this in previous commit...

This commit is contained in:
Bastien Montagne 2015-10-13 13:58:43 +02:00
parent af9002dc3f
commit 0426f74ca6
Notes: blender-bot 2023-02-14 11:21:43 +01:00
Referenced by issue #46467, Clean Keyframes removes the channels.
2 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,7 @@ class DOPESHEET_MT_delete(Menu):
layout.separator()
layout.operator("action.clean")
layout.operator("action.clean").channels = False
layout.operator("action.clean", text="Clean Channels").channels = True

View File

@ -293,7 +293,7 @@ class GRAPH_MT_delete(Menu):
layout.separator()
layout.operator("graph.clean")
layout.operator("graph.clean").channels = False
layout.operator("graph.clean", text="Clean Channels").channels = True