From 284534d02cb378b15bafe8e4e3a8d1263839b2de Mon Sep 17 00:00:00 2001 From: Toke Stuart Jepsen Date: Fri, 8 May 2020 17:23:05 +0100 Subject: [PATCH] Nuke file knob was not updating. The file knob was referencing the existing containers file path and not updating to the new representation path. --- pype/plugins/nuke/load/load_sequence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/nuke/load/load_sequence.py b/pype/plugins/nuke/load/load_sequence.py index 083cc86474..1ee8f0481e 100644 --- a/pype/plugins/nuke/load/load_sequence.py +++ b/pype/plugins/nuke/load/load_sequence.py @@ -237,7 +237,7 @@ class LoadSequence(api.Loader): repr_cont = representation["context"] - file = self.fname + file = api.get_representation_path(representation) if not file: repr_id = representation["_id"]