fix loader template schemas

This commit is contained in:
Milan Kolar 2021-04-01 13:46:43 +02:00
parent 351a8c030c
commit 47da236e3e
6 changed files with 21 additions and 68 deletions

View file

@ -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": []
}

View file

@ -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": {}
}

View file

@ -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": {

View file

@ -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"
}
]
}
]
}

View file

@ -6,7 +6,7 @@
"children": [
{
"type": "schema_template",
"name": "template_loader_plugin",
"name": "template_loader_plugin_nuke",
"template_data": [
{
"key": "LoadImage",