mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'hotfix/missing_options_from_look_loader' into develop
This commit is contained in:
commit
bfe7534460
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class LookLoader(pype.maya.plugin.ReferenceLoader):
|
||||||
icon = "code-fork"
|
icon = "code-fork"
|
||||||
color = "orange"
|
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
|
Load and try to assign Lookdev to nodes based on relationship data
|
||||||
Args:
|
Args:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue