Skip to content

Commit

Permalink
Animation Channels. Find Channels needs menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Nov 30, 2015
1 parent 6f6b34a commit 569d896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release/scripts/startup/bl_ui/space_dopesheet.py
Expand Up @@ -311,6 +311,9 @@ def draw(self, context):
layout.separator()
layout.operator("anim.channels_fcurves_enable")

layout.separator()
layout.operator("anim.channels_find")


class DOPESHEET_MT_key(Menu):
bl_label = "Key"
Expand Down
3 changes: 3 additions & 0 deletions release/scripts/startup/bl_ui/space_graph.py
Expand Up @@ -227,6 +227,9 @@ def draw(self, context):
layout.separator()
layout.operator("anim.channels_fcurves_enable")

layout.separator()
layout.operator("anim.channels_find")


class GRAPH_MT_key(Menu):
bl_label = "Key"
Expand Down

0 comments on commit 569d896

Please sign in to comment.