Dont update node name on update

This commit is contained in:
Toke Stuart Jepsen 2023-10-05 11:43:28 +01:00
parent 2c7fc21601
commit 0c0b52d850

View file

@ -204,8 +204,6 @@ class LoadImage(load.LoaderPlugin):
last = first = int(frame_number)
# Set the global in to the start frame of the sequence
read_name = self._get_node_name(representation)
node["name"].setValue(read_name)
node["file"].setValue(file)
node["origfirst"].setValue(first)
node["first"].setValue(first)