mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Cosmetics
This commit is contained in:
parent
61c1acaa95
commit
31f11684e1
1 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ class AOVFilterSubmodel(BaseSettingsModel):
|
|||
title="AOV regex"
|
||||
)
|
||||
|
||||
|
||||
class CollectLocalRenderInstancesModel(BaseSettingsModel):
|
||||
|
||||
use_deadline_aov_filter: bool = SettingsField(
|
||||
|
|
@ -109,7 +110,7 @@ DEFAULT_HOUDINI_PUBLISH_SETTINGS = {
|
|||
},
|
||||
"CollectLocalRenderInstances": {
|
||||
"use_deadline_aov_filter": False,
|
||||
"aov_filter" : {
|
||||
"aov_filter": {
|
||||
"host_name": "houdini",
|
||||
"value": [
|
||||
".*([Bb]eauty).*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue