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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user