mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update client/ayon_core/plugins/publish/extract_oiio_postprocess.py
Co-authored-by: Mustafa Zaky Jafar <mustafataherzaky@outlook.com>
This commit is contained in:
parent
596612cc99
commit
a7e02c19e5
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ class ExtractOIIOPostProcess(publish.Extractor):
|
|||
options = None
|
||||
|
||||
def process(self, instance):
|
||||
if instance.data.get("farm"):
|
||||
self.log.debug("Should be processed on farm, skipping.")
|
||||
return
|
||||
if not self.profiles:
|
||||
self.log.debug("No profiles present for OIIO Post Process")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue