missing_options_from_look_loader

This commit is contained in:
Milan Kolar 2020-03-25 14:03:58 +01:00
parent 544f7637b5
commit fc86c46af0

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: