From fc86c46af00598b67ea633a37e0ac12c6fa59882 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Wed, 25 Mar 2020 14:03:58 +0100 Subject: [PATCH] missing_options_from_look_loader --- pype/plugins/maya/load/load_look.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: