mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added functions for getting the global overrides
This commit is contained in:
parent
36811882f5
commit
5e92007254
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ import pyblish.api
|
|||
|
||||
from avalon import maya, api
|
||||
|
||||
|
||||
class CollectMindbenderMayaRenderlayers(pyblish.api.ContextPlugin):
|
||||
"""Gather instances by active render layers"""
|
||||
|
||||
|
|
@ -40,7 +41,7 @@ class CollectMindbenderMayaRenderlayers(pyblish.api.ContextPlugin):
|
|||
"subset": layer,
|
||||
"setMembers": layer,
|
||||
|
||||
# "time": context.data["time"],
|
||||
"time": api.time(),
|
||||
"author": context.data["user"],
|
||||
"source": source_file}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue