Fix: Add missing Bake Channel operator to Dope Sheet

This PR adds the operator "Bake Channels" to the "Channels" menu of the dope sheet.
The operator was already in the "Channels" menu of the Graph Editor.

Pull Request: https://projects.blender.org/blender/blender/pulls/123559
This commit is contained in:
Christoph Lendenfeld 2024-07-04 17:12:04 +02:00 committed by Christoph Lendenfeld
parent 47f7ce4580
commit af089bee98

@ -548,6 +548,9 @@ class DOPESHEET_MT_channel(Menu):
layout.separator()
layout.operator("anim.channels_fcurves_enable")
layout.separator()
layout.operator("anim.channels_bake")
layout.separator()
layout.operator("anim.channels_view_selected")