mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
add one more setting to CollectFilesForCleaningUpModel
This commit is contained in:
parent
cf7fa9b732
commit
492f021ce4
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class CollectFilesForCleaningUpModel(BaseSettingsModel):
|
|||
enabled: bool = SettingsField(title="Enabled")
|
||||
optional: bool = SettingsField(title="Optional")
|
||||
active: bool = SettingsField(title="Active")
|
||||
|
||||
include_intermediate_files: bool = SettingsField(title="Include Intermediate Render Files")
|
||||
families: list[str] = SettingsField(
|
||||
default_factory=list,
|
||||
enum_resolver=product_types_enum,
|
||||
|
|
@ -120,6 +120,7 @@ DEFAULT_HOUDINI_PUBLISH_SETTINGS = {
|
|||
"enabled": False,
|
||||
"optional": True,
|
||||
"active": True,
|
||||
"include_intermediate_files": False,
|
||||
"families" : []
|
||||
},
|
||||
"ValidateContainers": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue