pie_editor_switch_menu: comment out missing timeline reference

This commit is contained in:
Brendon Murphy 2019-07-23 22:23:38 +10:00 committed by Brecht Van Lommel
parent d3c863c837
commit ce3828f254
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class PIE_MT_AreaTypePieAnim(Menu):
self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="NLA Editor", icon="NLA").types = "NLA_EDITOR"
self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="DopeSheet", icon="ACTION").types = "DOPESHEET_EDITOR"
self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Graph Editor", icon="GRAPH").types = "GRAPH_EDITOR"
self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Timeline", icon="TIME").types = "TIMELINE"
# self.layout.operator(PIE_OT_SetAreaType.bl_idname, text="Timeline", icon="TIME").types = "TIMELINE"
self.layout.operator(PIE_OT_SetAreaType.bl_idname,
text="Video Sequence Editor", icon="SEQUENCE").types = "SEQUENCE_EDITOR"
self.layout.operator(PIE_OT_SetAreaType.bl_idname,