Animation Editors: Select Linked Operator

This operator selects all the keyframes in the same F-Curve as a selected keyframe.
This commit is contained in:
2010-04-05 11:47:55 +00:00
parent f529360152
commit f525312721
8 changed files with 126 additions and 0 deletions

View File

@@ -124,6 +124,9 @@ class DOPESHEET_MT_select(bpy.types.Menu):
layout.operator("action.select_more")
layout.operator("action.select_less")
layout.separator()
layout.operator("action.select_linked")
class DOPESHEET_MT_channel(bpy.types.Menu):
bl_label = "Channel"