fix nuke: loader was not updating file knob on read

This commit is contained in:
Jakub Jezek 2021-01-28 13:04:53 +01:00
parent 9377e9127c
commit 021e6305dc
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

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)