mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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,
|
||||
"resolutionHeight": 1080,
|
||||
"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": []
|
||||
}
|
||||
|
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
"project_plugins": {
|
||||
"windows": [],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"project_environments": {},
|
||||
"publish": {
|
||||
"IntegrateHeroVersion": {
|
||||
"enabled": true
|
||||
|
|
@ -220,5 +214,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"project_plugins": {
|
||||
"windows": [],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"project_environments": {}
|
||||
}
|
||||
|
|
@ -459,39 +459,6 @@
|
|||
0.8,
|
||||
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": {
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_loader_plugin",
|
||||
"name": "template_loader_plugin_nuke",
|
||||
"template_data": [
|
||||
{
|
||||
"key": "LoadImage",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue