Skip to content

Commit

Permalink
port 278 - version 021 - Graph editor, removed the icon buttons as do…
Browse files Browse the repository at this point in the history
…uble entry for copy and paste.

Issue: http://www.bforartists.de/content/port-278-021-changes
  • Loading branch information
ReinerBforartists committed Jan 24, 2017
1 parent ceab791 commit f54cc1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release/scripts/startup/bl_ui/space_graph.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ def draw(self, context):
layout.prop(st, "auto_snap", text="") layout.prop(st, "auto_snap", text="")
layout.prop(st, "pivot_point", icon_only=True) layout.prop(st, "pivot_point", icon_only=True)


row = layout.row(align=True)
row.operator("graph.copy", text="", icon='COPYDOWN')
row.operator("graph.paste", text="", icon='PASTEDOWN')
row.operator("graph.paste", text="", icon='PASTEFLIPDOWN').flipped = True

row = layout.row(align=True) row = layout.row(align=True)
if st.has_ghost_curves: if st.has_ghost_curves:
row.operator("graph.ghost_curves_clear", text="", icon='GHOST_DISABLED') row.operator("graph.ghost_curves_clear", text="", icon='GHOST_DISABLED')
Expand Down

0 comments on commit f54cc1c

Please sign in to comment.