[Bf-blender-cvs] [ed294647e3f] temp-gpencil-interpolate: GPencil: Remove Copy/Paste operators from menu

Antonio Vazquez noreply at git.blender.org
Wed Dec 23 16:14:31 CET 2020


Commit: ed294647e3f33e9e3eb254773a097fd07fbc691e
Author: Antonio Vazquez
Date:   Wed Dec 23 16:11:45 2020 +0100
Branches: temp-gpencil-interpolate
https://developer.blender.org/rBed294647e3f33e9e3eb254773a097fd07fbc691e

GPencil: Remove Copy/Paste operators from menu

These are not working as expected.

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

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 d973192b3d3..1ad2dcbb316 100644
--- a/release/scripts/startup/bl_ui/space_dopesheet.py
+++ b/release/scripts/startup/bl_ui/space_dopesheet.py
@@ -570,14 +570,8 @@ class DOPESHEET_MT_gpencil_key(Menu):
         layout.separator()
         layout.operator("action.keyframe_insert")
 
-        layout.separator()
-        layout.operator("action.frame_jump")
-
         layout.separator()
         layout.operator("action.copy")
-        layout.operator("action.paste")
-        layout.operator("action.paste", text="Paste Flipped").flipped = True
-        layout.operator("action.duplicate_move", text="Duplicate")
 
         layout.separator()
         layout.operator("action.delete")



More information about the Bf-blender-cvs mailing list