mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
make sure some extractor not active while some active and all enabled
This commit is contained in:
parent
b57d585d9f
commit
58001ee12e
2 changed files with 13 additions and 13 deletions
|
|
@ -58,19 +58,19 @@
|
|||
"family_plugins_mapping": []
|
||||
},
|
||||
"ExtractModelObj": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true
|
||||
"active": false
|
||||
},
|
||||
"ExtractModelFbx": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true
|
||||
"active": false
|
||||
},
|
||||
"ExtractModelUSD": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true
|
||||
"active": false
|
||||
},
|
||||
"ExtractModel": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
|
|
@ -107,22 +107,22 @@ DEFAULT_PUBLISH_SETTINGS = {
|
|||
"family_plugins_mapping": []
|
||||
},
|
||||
"ExtractModelObj": {
|
||||
"enabled": False,
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": True
|
||||
"active": False
|
||||
},
|
||||
"ExtractModelFbx": {
|
||||
"enabled": False,
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": True
|
||||
"active": False
|
||||
},
|
||||
"ExtractModelUSD": {
|
||||
"enabled": False,
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": True
|
||||
"active": False
|
||||
},
|
||||
"ExtractModel": {
|
||||
"enabled": False,
|
||||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": True
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue