Revert use_published_workfile

This commit is contained in:
Toke Stuart Jepsen 2024-05-23 17:16:39 +01:00
parent 3debb92c02
commit 4c6eb7a84d

View file

@ -115,11 +115,8 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin,
render_path = instance.data['path']
script_path = context.data["currentFile"]
use_published_workfile = instance.data.get(
"use_published_workfile",
instance.data["attributeValues"].get(
"use_published_workfile", self.use_published_workfile
)
use_published_workfile = instance.data["attributeValues"].get(
"use_published_workfile", self.use_published_workfile
)
if use_published_workfile:
script_path = self._get_published_workfile_path(context)