mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
use template_workfile_options in blender aftereffects photoshop and tvpaint
This commit is contained in:
parent
e5ede2cc01
commit
d8fb5abfc4
8 changed files with 24 additions and 24 deletions
|
|
@ -21,10 +21,6 @@
|
|||
},
|
||||
"workfile_builder": {
|
||||
"create_first_version": false,
|
||||
"template_path": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": ""
|
||||
}
|
||||
"custom_templates": []
|
||||
}
|
||||
}
|
||||
|
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
"workfile_builder": {
|
||||
"create_first_version": false,
|
||||
"template_path": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": ""
|
||||
}
|
||||
"custom_templates": []
|
||||
}
|
||||
}
|
||||
|
|
@ -16,10 +16,6 @@
|
|||
},
|
||||
"workfile_builder": {
|
||||
"create_first_version": false,
|
||||
"template_path": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": ""
|
||||
}
|
||||
"custom_templates": []
|
||||
}
|
||||
}
|
||||
|
|
@ -34,11 +34,7 @@
|
|||
},
|
||||
"workfile_builder": {
|
||||
"create_first_version": false,
|
||||
"template_path": {
|
||||
"windows": "",
|
||||
"darwin": "",
|
||||
"linux": ""
|
||||
}
|
||||
"custom_templates": []
|
||||
},
|
||||
"filters": {}
|
||||
}
|
||||
|
|
@ -88,7 +88,11 @@
|
|||
},
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_workfile_builder_simple"
|
||||
"name": "template_workfile_options",
|
||||
"skip_paths": [
|
||||
"workfile_builder/builder_on_start",
|
||||
"workfile_builder/profiles"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,11 @@
|
|||
"children": [
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_workfile_builder_simple"
|
||||
"name": "template_workfile_options",
|
||||
"skip_paths": [
|
||||
"workfile_builder/builder_on_start",
|
||||
"workfile_builder/profiles"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,11 @@
|
|||
},
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_workfile_builder_simple"
|
||||
"name": "template_workfile_options",
|
||||
"skip_paths": [
|
||||
"workfile_builder/builder_on_start",
|
||||
"workfile_builder/profiles"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -114,7 +114,11 @@
|
|||
},
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_workfile_builder_simple"
|
||||
"name": "template_workfile_options",
|
||||
"skip_paths": [
|
||||
"workfile_builder/builder_on_start",
|
||||
"workfile_builder/profiles"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue