mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #935 from pypeclub/bugfix/nuke-update-load-image
nuke: missing `file` knob update
This commit is contained in:
commit
097f6f8808
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