Merge branch 'release/2.7.0' into bugfix/PYPE-766-prerender-publishing

This commit is contained in:
Jakub Jezek 2020-03-25 19:12:51 +01:00
commit e18bc265f9
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -16,7 +16,7 @@ class LookLoader(pype.maya.plugin.ReferenceLoader):
icon = "code-fork"
color = "orange"
def process_reference(self, context, name, namespace, data):
def process_reference(self, context, name, namespace, options):
"""
Load and try to assign Lookdev to nodes based on relationship data
Args: