mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
filled publish filter settings
This commit is contained in:
parent
aff450992a
commit
327ff56ded
16 changed files with 127 additions and 201 deletions
|
|
@ -5,17 +5,10 @@
|
|||
},
|
||||
"ExtractReviewCutUpVideo": {
|
||||
"enabled": true,
|
||||
"tags_addition": []
|
||||
"tags_addition": [
|
||||
"review"
|
||||
]
|
||||
}
|
||||
},
|
||||
"filter": {
|
||||
"strict": {
|
||||
"ValidateVersion": true,
|
||||
"VersionUpWorkfile": true
|
||||
},
|
||||
"benevolent": {
|
||||
"ValidateVersion": false,
|
||||
"VersionUpWorkfile": false
|
||||
}
|
||||
}
|
||||
"filters": {}
|
||||
}
|
||||
|
|
@ -307,5 +307,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"filter": {}
|
||||
"filters": {
|
||||
"preset 1": {
|
||||
"ValidateNoAnimation": false,
|
||||
"ValidateShapeDefaultNames": false
|
||||
},
|
||||
"preset 2": {
|
||||
"ValidateNoAnimation": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -86,5 +86,5 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"filter": {}
|
||||
"filters": {}
|
||||
}
|
||||
|
|
@ -11,92 +11,104 @@
|
|||
},
|
||||
"create": {
|
||||
"create_workfile": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "workfile",
|
||||
"label": "Workfile",
|
||||
"family": "workfile",
|
||||
"icon": "cube",
|
||||
"defaults": [
|
||||
"Main"
|
||||
],
|
||||
"help": "Working scene backup"
|
||||
},
|
||||
"create_model": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
},
|
||||
"create_look": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "mode",
|
||||
"label": "Model",
|
||||
"family": "model",
|
||||
"icon": "cube",
|
||||
"defaults": [
|
||||
"Main"
|
||||
],
|
||||
"help": "Polygonal static geometry"
|
||||
},
|
||||
"create_rig": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "rig",
|
||||
"label": "Rig",
|
||||
"family": "rig",
|
||||
"icon": "wheelchair",
|
||||
"defaults": [
|
||||
"Main",
|
||||
"Cloth"
|
||||
],
|
||||
"help": "Artist-friendly rig with controls"
|
||||
},
|
||||
"create_pointcache": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "pointcache",
|
||||
"label": "Pointcache",
|
||||
"family": "pointcache",
|
||||
"icon": "gears",
|
||||
"defaults": [
|
||||
"Main"
|
||||
],
|
||||
"help": "Alembic pointcache for animated data"
|
||||
},
|
||||
"create_plate": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "plate",
|
||||
"label": "Plate",
|
||||
"family": "plate",
|
||||
"icon": "camera",
|
||||
"defaults": [
|
||||
"Main",
|
||||
"BG",
|
||||
"Animatic",
|
||||
"Reference",
|
||||
"Offline"
|
||||
],
|
||||
"help": "Footage for composting or reference"
|
||||
},
|
||||
"create_camera": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
},
|
||||
"create_mayaAscii": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "camera",
|
||||
"label": "Camera",
|
||||
"family": "camera",
|
||||
"icon": "camera",
|
||||
"defaults": [
|
||||
"Main"
|
||||
],
|
||||
"help": "video-camera"
|
||||
},
|
||||
"create_editorial": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "editorial",
|
||||
"label": "Editorial",
|
||||
"family": "editorial",
|
||||
"icon": "image",
|
||||
"defaults": [
|
||||
"Main"
|
||||
],
|
||||
"help": "Editorial files to generate shots."
|
||||
},
|
||||
"create_image": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "image",
|
||||
"label": "Image file",
|
||||
"family": "image",
|
||||
"icon": "image",
|
||||
"defaults": [
|
||||
"Reference",
|
||||
"Texture",
|
||||
"ConceptArt",
|
||||
"MattePaint"
|
||||
],
|
||||
"help": "Holder for all kinds of image data"
|
||||
},
|
||||
"create_matchmove": {
|
||||
"name": "",
|
||||
"label": "",
|
||||
"family": "",
|
||||
"icon": "",
|
||||
"defaults": [],
|
||||
"help": ""
|
||||
"name": "matchmove",
|
||||
"label": "Matchmove script",
|
||||
"family": "matchmove",
|
||||
"icon": "empire",
|
||||
"defaults": [
|
||||
"Camera",
|
||||
"Object",
|
||||
"Mocap"
|
||||
],
|
||||
"help": "Script exported from matchmoving application"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,90 +0,0 @@
|
|||
{
|
||||
"create_look": {
|
||||
"name": "look",
|
||||
"label": "Look",
|
||||
"family": "look",
|
||||
"icon": "paint-brush",
|
||||
"defaults": ["Main"],
|
||||
"help": "Shader connections defining shape look"
|
||||
},
|
||||
"create_model": {
|
||||
"name": "model",
|
||||
"label": "Model",
|
||||
"family": "model",
|
||||
"icon": "cube",
|
||||
"defaults": ["Main", "Proxy", "Sculpt"],
|
||||
"help": "Polygonal static geometry"
|
||||
},
|
||||
"create_workfile": {
|
||||
"name": "workfile",
|
||||
"label": "Workfile",
|
||||
"family": "workfile",
|
||||
"icon": "cube",
|
||||
"defaults": ["Main"],
|
||||
"help": "Working scene backup"
|
||||
},
|
||||
"create_camera": {
|
||||
"name": "camera",
|
||||
"label": "Camera",
|
||||
"family": "camera",
|
||||
"icon": "video-camera",
|
||||
"defaults": ["Main"],
|
||||
"help": "Single baked camera"
|
||||
},
|
||||
"create_pointcache": {
|
||||
"name": "pointcache",
|
||||
"label": "Pointcache",
|
||||
"family": "pointcache",
|
||||
"icon": "gears",
|
||||
"defaults": ["Main"],
|
||||
"help": "Alembic pointcache for animated data"
|
||||
},
|
||||
"create_rig": {
|
||||
"name": "rig",
|
||||
"label": "Rig",
|
||||
"family": "rig",
|
||||
"icon": "wheelchair",
|
||||
"defaults": ["Main"],
|
||||
"help": "Artist-friendly rig with controls"
|
||||
},
|
||||
"create_layout": {
|
||||
"name": "layout",
|
||||
"label": "Layout",
|
||||
"family": "layout",
|
||||
"icon": "cubes",
|
||||
"defaults": ["Main"],
|
||||
"help": "Simple scene for animators with camera"
|
||||
},
|
||||
"create_plate": {
|
||||
"name": "plate",
|
||||
"label": "Plate",
|
||||
"family": "plate",
|
||||
"icon": "camera",
|
||||
"defaults": ["Main", "BG", "Reference"],
|
||||
"help": "Plates for compositors"
|
||||
},
|
||||
"create_matchmove": {
|
||||
"name": "matchmove",
|
||||
"label": "Matchmove script",
|
||||
"family": "matchmove",
|
||||
"icon": "empire",
|
||||
"defaults": ["Camera", "Object", "Mocap"],
|
||||
"help": "Script exported from matchmoving application"
|
||||
},
|
||||
"create_images": {
|
||||
"name": "image",
|
||||
"label": "Image file",
|
||||
"family": "image",
|
||||
"icon": "image",
|
||||
"defaults": ["ConceptArt", "Reference", "Texture", "MattePaint"],
|
||||
"help": "Holder for all kinds of image data"
|
||||
},
|
||||
"create_editorial": {
|
||||
"name": "editorial",
|
||||
"label": "Editorial",
|
||||
"family": "editorial",
|
||||
"icon": "image",
|
||||
"defaults": ["Main"],
|
||||
"help": "Editorial files to generate shots."
|
||||
}
|
||||
}
|
||||
|
|
@ -41,8 +41,7 @@
|
|||
}]
|
||||
},
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "filter",
|
||||
"label": "Publish GUI Filters"
|
||||
"type": "schema",
|
||||
"name": "schema_publish_gui_filter"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@
|
|||
"name": "schema_workfile_build"
|
||||
},
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "filter",
|
||||
"label": "Publish GUI Filters"
|
||||
"type": "schema",
|
||||
"name": "schema_publish_gui_filter"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -138,8 +138,7 @@
|
|||
"name": "schema_workfile_build"
|
||||
},
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "filter",
|
||||
"label": "Publish GUI Filters"
|
||||
"type": "schema",
|
||||
"name": "schema_publish_gui_filter"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "dict-modifiable",
|
||||
"collapsable": true,
|
||||
"key": "filters",
|
||||
"label": "Publish GUI Filters",
|
||||
"is_file": true,
|
||||
"object_type":
|
||||
{
|
||||
"type": "raw-json",
|
||||
"label": "Plugins"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,23 +1,17 @@
|
|||
{
|
||||
"key": "system",
|
||||
"type": "dict",
|
||||
"children": [
|
||||
{
|
||||
"type": "dict",
|
||||
"key": "global",
|
||||
"children": [{
|
||||
"type": "schema",
|
||||
"name": "schema_general"
|
||||
},{
|
||||
"type": "schema",
|
||||
"name": "schema_modules"
|
||||
}, {
|
||||
"type": "schema",
|
||||
"name": "schema_applications"
|
||||
}, {
|
||||
"type": "schema",
|
||||
"name": "schema_tools"
|
||||
}]
|
||||
}
|
||||
]
|
||||
"children": [{
|
||||
"type": "schema",
|
||||
"name": "schema_general"
|
||||
},{
|
||||
"type": "schema",
|
||||
"name": "schema_modules"
|
||||
}, {
|
||||
"type": "schema",
|
||||
"name": "schema_applications"
|
||||
}, {
|
||||
"type": "schema",
|
||||
"name": "schema_tools"
|
||||
}]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue