From 5d208d2ac1f50df00f99cd4de77a0b3e2c3bd520 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Wed, 26 Jan 2022 17:10:02 +0100 Subject: [PATCH] Remove docstring that was incorrect - code wasn't actually doing that --- openpype/hosts/maya/plugins/load/load_look.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/openpype/hosts/maya/plugins/load/load_look.py b/openpype/hosts/maya/plugins/load/load_look.py index f0406186ae..8345253968 100644 --- a/openpype/hosts/maya/plugins/load/load_look.py +++ b/openpype/hosts/maya/plugins/load/load_look.py @@ -23,18 +23,6 @@ class LookLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): color = "orange" def process_reference(self, context, name, namespace, options): - """ - Load and try to assign Lookdev to nodes based on relationship data. - - Args: - name: - namespace: - context: - options: - - Returns: - - """ import maya.cmds as cmds from avalon import maya