mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove optional/active state because it's all based on the "Enabled" state of the USD Contribution toggle
This commit is contained in:
parent
5b557213d8
commit
d490187178
1 changed files with 2 additions and 3 deletions
|
|
@ -68,7 +68,8 @@ class ContributionLayersModel(BaseSettingsModel):
|
|||
"layer on top.")
|
||||
|
||||
|
||||
class CollectUSDLayerContributionsModel(ValidateBaseModel):
|
||||
class CollectUSDLayerContributionsModel(BaseSettingsModel):
|
||||
enabled: bool = SettingsField(True, title="Enabled")
|
||||
contribution_layers: list[ContributionLayersModel] = SettingsField(
|
||||
title="Department Layer Orders",
|
||||
description=(
|
||||
|
|
@ -914,8 +915,6 @@ DEFAULT_PUBLISH_VALUES = {
|
|||
},
|
||||
"CollectUSDLayerContributions": {
|
||||
"enabled": True,
|
||||
"optional": False,
|
||||
"active": True,
|
||||
"contribution_layers": [
|
||||
# Asset layers
|
||||
{"name": "model", "order": 100},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue