mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
36 lines
No EOL
804 B
JSON
36 lines
No EOL
804 B
JSON
{
|
|
"publish": {
|
|
"ValidateProjectSettings": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateMarks": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateAssetName": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
}
|
|
},
|
|
"load": {
|
|
"LoadImage": {
|
|
"defaults": {
|
|
"stretch": true,
|
|
"timestretch": true,
|
|
"preload": true
|
|
}
|
|
},
|
|
"ImportImage": {
|
|
"defaults": {
|
|
"stretch": true,
|
|
"timestretch": true,
|
|
"preload": true
|
|
}
|
|
}
|
|
},
|
|
"filters": {}
|
|
} |