Remove docstring that was incorrect - code wasn't actually doing that

This commit is contained in:
Roy Nieterau 2022-01-26 17:10:02 +01:00
parent 9dc0e266d2
commit 5d208d2ac1

View file

@ -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