Fix - removed wrong argument

Probably incorrectly merged from develop where it is already fixed.
This commit is contained in:
Petr Kalis 2023-07-12 18:01:50 +02:00
parent 681ff3ae0e
commit 48f06ba414

View file

@ -433,7 +433,7 @@ class AbstractSubmitDeadline(pyblish.api.InstancePlugin,
file_path = None
if self.use_published:
if not self.import_reference:
file_path = self.from_published_scene(context)
file_path = self.from_published_scene()
else:
self.log.info("use the scene with imported reference for rendering") # noqa
file_path = context.data["currentFile"]