mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix loader template schemas
This commit is contained in:
parent
351a8c030c
commit
47da236e3e
6 changed files with 21 additions and 68 deletions
|
|
@ -9,6 +9,18 @@
|
||||||
"resolutionWidth": 1920,
|
"resolutionWidth": 1920,
|
||||||
"resolutionHeight": 1080,
|
"resolutionHeight": 1080,
|
||||||
"pixelAspect": 1.0,
|
"pixelAspect": 1.0,
|
||||||
"applications": [],
|
"applications": [
|
||||||
|
"maya_2020",
|
||||||
|
"nuke_12-2",
|
||||||
|
"nukex_12-2",
|
||||||
|
"hiero_12-2",
|
||||||
|
"resolve_16",
|
||||||
|
"houdini_18-5",
|
||||||
|
"blender_2-90",
|
||||||
|
"harmony_20",
|
||||||
|
"photoshop_2021",
|
||||||
|
"aftereffects_2021",
|
||||||
|
"unreal_4-24"
|
||||||
|
],
|
||||||
"tools_env": []
|
"tools_env": []
|
||||||
}
|
}
|
||||||
|
|
@ -1,10 +1,4 @@
|
||||||
{
|
{
|
||||||
"project_plugins": {
|
|
||||||
"windows": [],
|
|
||||||
"darwin": [],
|
|
||||||
"linux": []
|
|
||||||
},
|
|
||||||
"project_environments": {},
|
|
||||||
"publish": {
|
"publish": {
|
||||||
"IntegrateHeroVersion": {
|
"IntegrateHeroVersion": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
|
@ -220,5 +214,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"project_plugins": {
|
||||||
|
"windows": [],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"project_environments": {}
|
||||||
}
|
}
|
||||||
|
|
@ -459,39 +459,6 @@
|
||||||
0.8,
|
0.8,
|
||||||
0.5
|
0.5
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"ReferenceLoader": {
|
|
||||||
"enabled": true,
|
|
||||||
"representations": [
|
|
||||||
"ma",
|
|
||||||
"mb",
|
|
||||||
"abc",
|
|
||||||
"fbx"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"AudioLoader": {
|
|
||||||
"enabled": true,
|
|
||||||
"representations": [
|
|
||||||
"wav"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"GpuCacheLoader": {
|
|
||||||
"enabled": true,
|
|
||||||
"representations": [
|
|
||||||
"abc"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"ImagePlaneLoader": {
|
|
||||||
"enabled": true,
|
|
||||||
"representations": [
|
|
||||||
"jpg",
|
|
||||||
"png",
|
|
||||||
"mov"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"MatchmoveLoader": {
|
|
||||||
"enabled": true,
|
|
||||||
"representations": []
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"workfile_build": {
|
"workfile_build": {
|
||||||
|
|
|
||||||
|
|
@ -151,32 +151,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "schema_template",
|
|
||||||
"name": "template_loader_plugin",
|
|
||||||
"template_data": [
|
|
||||||
{
|
|
||||||
"key": "ReferenceLoader",
|
|
||||||
"label": "Reference Loader"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "AudioLoader",
|
|
||||||
"label": "Audio Loader"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "GpuCacheLoader",
|
|
||||||
"label": "GpuCache Loader"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ImagePlaneLoader",
|
|
||||||
"label": "Imageplane Loader"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "MatchmoveLoader",
|
|
||||||
"label": "Matchmove Loader"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"type": "schema_template",
|
"type": "schema_template",
|
||||||
"name": "template_loader_plugin",
|
"name": "template_loader_plugin_nuke",
|
||||||
"template_data": [
|
"template_data": [
|
||||||
{
|
{
|
||||||
"key": "LoadImage",
|
"key": "LoadImage",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue