mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
44 lines
No EOL
990 B
JSON
44 lines
No EOL
990 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
|
|
}
|
|
}
|
|
},
|
|
"workfile_builder": {
|
|
"create_first_version": false,
|
|
"template_path": {
|
|
"windows": "",
|
|
"darwin": "",
|
|
"linux": ""
|
|
}
|
|
},
|
|
"filters": {}
|
|
} |