Nuke: fixing loaders retime offset

This commit is contained in:
Jakub Jezek 2021-06-01 17:44:14 +02:00
parent a13d37ca1a
commit 9efdf2c518
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 2 additions and 2 deletions

View file

@ -326,7 +326,7 @@ class LoadMov(api.Loader):
rtn["after"].setValue("continue")
rtn["input.first_lock"].setValue(True)
rtn["input.first"].setValue(
self.handle_start + self.first_frame
self.first_frame
)
if time_warp_nodes != []:

View file

@ -285,7 +285,7 @@ class LoadSequence(api.Loader):
rtn["after"].setValue("continue")
rtn["input.first_lock"].setValue(True)
rtn["input.first"].setValue(
self.handle_start + self.first_frame
self.first_frame
)
if time_warp_nodes != []: