[Bf-blender-cvs] [4aac9c934fe] blender2.8: Fix remaining copy/paste button header, these are in menus now.

William Reynish noreply at git.blender.org
Tue Oct 16 16:43:13 CEST 2018


Commit: 4aac9c934fe50b518d601700eeb225827ffab3d4
Author: William Reynish
Date:   Tue Oct 16 14:58:16 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB4aac9c934fe50b518d601700eeb225827ffab3d4

Fix remaining copy/paste button header, these are in menus now.

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

M	release/scripts/startup/bl_ui/space_dopesheet.py

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

diff --git a/release/scripts/startup/bl_ui/space_dopesheet.py b/release/scripts/startup/bl_ui/space_dopesheet.py
index b314974ba5c..e50fc4f8690 100644
--- a/release/scripts/startup/bl_ui/space_dopesheet.py
+++ b/release/scripts/startup/bl_ui/space_dopesheet.py
@@ -286,12 +286,6 @@ class DOPESHEET_HT_editor_buttons(Header):
         sub.active = toolsettings.use_proportional_action
         sub.prop(toolsettings, "proportional_edit_falloff", text="", icon_only=True)
 
-        row = layout.row(align=True)
-        row.operator("action.copy", text="", icon='COPYDOWN')
-        row.operator("action.paste", text="", icon='PASTEDOWN')
-        if st.mode not in {'GPENCIL', 'MASK'}:
-            row.operator("action.paste", text="", icon='PASTEFLIPDOWN').flipped = True
-
 
 class DOPESHEET_MT_editor_menus(Menu):
     bl_idname = "DOPESHEET_MT_editor_menus"



More information about the Bf-blender-cvs mailing list