mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
changed renderglobalsDefault to renderglobalsMain
This commit is contained in:
parent
6599a34a59
commit
511b94181b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class CollectMayaRenderlayers(pyblish.api.ContextPlugin):
|
|||
|
||||
# Get render globals node
|
||||
try:
|
||||
render_globals = cmds.ls("renderglobalsDefault")[0]
|
||||
render_globals = cmds.ls("renderglobalsMain")[0]
|
||||
except IndexError:
|
||||
self.log.info("Skipping renderlayer collection, no "
|
||||
"renderGlobalsDefault found..")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue