mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Nuke: fix mov start include handles
This commit is contained in:
parent
f2a084912c
commit
afe47dbe1f
1 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ class LoadMov(api.Loader):
|
|||
read_node['frame'].setValue(str(self.script_start))
|
||||
else:
|
||||
# start at version frame start
|
||||
read_node['frame'].setValue(str(orig_first))
|
||||
read_node['frame'].setValue(str(orig_first - handle_start))
|
||||
|
||||
if colorspace:
|
||||
read_node["colorspace"].setValue(str(colorspace))
|
||||
|
|
@ -264,7 +264,7 @@ class LoadMov(api.Loader):
|
|||
read_node['frame'].setValue(str(self.script_start))
|
||||
else:
|
||||
# start at version frame start
|
||||
read_node['frame'].setValue(str(orig_first))
|
||||
read_node['frame'].setValue(str(orig_first - handle_start))
|
||||
|
||||
if colorspace:
|
||||
read_node["colorspace"].setValue(str(colorspace))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue