mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #355 from tokejepsen/2.x/bugfix/preview_always_true
Fix preview always True.
This commit is contained in:
commit
398e1c7b28
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
if bake_render_path:
|
||||
preview = False
|
||||
|
||||
if "celaction" in self.hosts:
|
||||
if "celaction" in pyblish.api.registered_hosts():
|
||||
preview = True
|
||||
|
||||
staging = os.path.dirname(list(collection)[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue