mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Deadline Pype 3 - handles are not required
This commit is contained in:
parent
6be84d1753
commit
7368173c6c
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ class RenderInstance(object):
|
|||
frameEnd = attr.ib() # start end
|
||||
frameStep = attr.ib() # frame step
|
||||
|
||||
handleStart = attr.ib() # start frame
|
||||
handleEnd = attr.ib() # start frame
|
||||
handleStart = attr.ib(default=None) # start frame
|
||||
handleEnd = attr.ib(default=None) # start frame
|
||||
|
||||
# for softwares (like Harmony) where frame range cannot be set by DB
|
||||
# handles need to be propagated if exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue