mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix nuke: loader was not updating file knob on read
This commit is contained in:
parent
9377e9127c
commit
021e6305dc
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ class LoadImage(api.Loader):
|
|||
last = first = int(frame_number)
|
||||
|
||||
# Set the global in to the start frame of the sequence
|
||||
node["file"].setValue(file)
|
||||
node["origfirst"].setValue(first)
|
||||
node["first"].setValue(first)
|
||||
node["origlast"].setValue(last)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue