Removed loader settings for Harmony (#5289)

It shouldn't be configurable, it is internal logic. By adding additional extension it wouldn't start to work magically.
This commit is contained in:
Petr Kalis 2023-07-14 12:17:05 +02:00 committed by GitHub
parent 326cdacc11
commit 5eb6b187f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 44 deletions

View file

@ -10,22 +10,6 @@
"rules": {}
}
},
"load": {
"ImageSequenceLoader": {
"family": [
"shot",
"render",
"image",
"plate",
"reference"
],
"representations": [
"jpeg",
"png",
"jpg"
]
}
},
"publish": {
"CollectPalettes": {
"allowed_tasks": [

View file

@ -18,34 +18,6 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "load",
"label": "Loader plugins",
"children": [
{
"type": "dict",
"collapsible": true,
"key": "ImageSequenceLoader",
"label": "Load Image Sequence",
"children": [
{
"type": "list",
"key": "family",
"label": "Families",
"object_type": "text"
},
{
"type": "list",
"key": "representations",
"label": "Representations",
"object_type": "text"
}
]
}
]
},
{
"type": "dict",
"collapsible": true,