Merge pull request #935 from pypeclub/bugfix/nuke-update-load-image

nuke: missing `file` knob update
This commit is contained in:
Milan Kolar 2021-01-28 13:08:47 +01:00 committed by GitHub
commit 097f6f8808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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