Replaced the changes in revision 41810 with a better implementation

of copy/paste functionality.  Instead of making a copy of the active
line set, now the settings of the active line set are copied to and
pasted from a buffer.  This allows for copying and pasting line set
settings among different scenes and render layers.
This commit is contained in:
2011-11-20 23:44:50 +00:00
parent 2676f2d58f
commit 1b8c14b453
6 changed files with 87 additions and 15 deletions

View File

@@ -180,7 +180,8 @@ class RENDER_MT_lineset_specials(Menu):
def draw(self, context):
layout = self.layout
layout.operator("scene.freestyle_lineset_copy", icon='ZOOMIN')
layout.operator("scene.freestyle_lineset_copy", icon='COPYDOWN')
layout.operator("scene.freestyle_lineset_paste", icon='PASTEDOWN')
class RENDER_PT_freestyle(RenderButtonsPanel, Panel):