mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Change default state to False
This commit is contained in:
parent
104e03b13d
commit
86066660e8
1 changed files with 2 additions and 2 deletions
|
|
@ -1181,10 +1181,10 @@ DEFAULT_PUBLISH_VALUES = {
|
|||
]
|
||||
},
|
||||
"ExtractUSDAssetContribution": {
|
||||
"use_ayon_entity_uri": True,
|
||||
"use_ayon_entity_uri": False,
|
||||
},
|
||||
"ExtractUSDLayerContribution": {
|
||||
"use_ayon_entity_uri": True,
|
||||
"use_ayon_entity_uri": False,
|
||||
},
|
||||
"PreIntegrateThumbnails": {
|
||||
"enabled": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue