[Bf-extensions-cvs] [ce3828f2] blender-v2.80-release: pie_editor_switch_menu: comment out missing timeline reference

meta-androcto noreply at git.blender.org
Wed Jul 24 16:27:18 CEST 2019


Commit: ce3828f254c3ae94607bb3b8f0289aede155c4a5
Author: meta-androcto
Date:   Tue Jul 23 22:23:38 2019 +1000
Branches: blender-v2.80-release
https://developer.blender.org/rBAce3828f254c3ae94607bb3b8f0289aede155c4a5

pie_editor_switch_menu: comment out missing timeline reference

===================================================================

M	space_view3d_pie_menus/pie_editor_switch_menu.py

===================================================================

diff --git a/space_view3d_pie_menus/pie_editor_switch_menu.py b/space_view3d_pie_menus/pie_editor_switch_menu.py
index bdff15a0..9786fbaa 100644
--- a/space_view3d_pie_menus/pie_editor_switch_menu.py
+++ b/space_view3d_pie_menus/pie_editor_switch_menu.py
@@ -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,



More information about the Bf-extensions-cvs mailing list