mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
AY-745 - added field to carry over deadline info
Should be refactored into more generic if necessary
This commit is contained in:
parent
6b0568a3ed
commit
12d49cbe61
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ class RenderInstance(object):
|
|||
anatomyData = attr.ib(default=None)
|
||||
outputDir = attr.ib(default=None)
|
||||
context = attr.ib(default=None)
|
||||
deadline = attr.ib(default=None)
|
||||
|
||||
@frameStart.validator
|
||||
def check_frame_start(self, _, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue