mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Revert use_published_workfile
This commit is contained in:
parent
3debb92c02
commit
4c6eb7a84d
1 changed files with 2 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue