diff --git a/pype/plugins/maya/load/load_look.py b/pype/plugins/maya/load/load_look.py index 04ac9b23e4..c31b7c5fe0 100644 --- a/pype/plugins/maya/load/load_look.py +++ b/pype/plugins/maya/load/load_look.py @@ -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: