Deadline Pype 3 - handles are not required

This commit is contained in:
Petr Kalis 2021-03-01 12:00:02 +01:00
parent 6be84d1753
commit 7368173c6c

View file

@ -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