Merge branch 'hotfix/missing_options_from_look_loader' into develop

This commit is contained in:
Milan Kolar 2020-03-25 14:04:38 +01:00
commit bfe7534460

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: