mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixing te multipart boolean option
This commit is contained in:
parent
81d09b98ff
commit
9324bf2538
1 changed files with 1 additions and 1 deletions
|
|
@ -495,8 +495,8 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
render_file_name = os.path.basename(col)
|
||||
aov_patterns = self.aov_filter
|
||||
|
||||
# toggle preview on if multipart is on
|
||||
preview = match_aov_pattern(app, aov_patterns, render_file_name)
|
||||
# toggle preview on if multipart is on
|
||||
|
||||
if instance_data.get("multipartExr"):
|
||||
preview = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue