removed reviewable key from settings (unused)

This commit is contained in:
Jakub Trllo 2022-07-14 14:36:00 +02:00
parent 1baf0457ba
commit 8a6ee91ec2
2 changed files with 1 additions and 19 deletions

View file

@ -12,7 +12,6 @@
"detailed_description": "Workfiles are full scenes from any application that are directly edited by artists. They represent a state of work on a task at a given point and are usually not directly referenced into other scenes.",
"allow_sequences": false,
"allow_multiple_items": false,
"reviewable": false,
"extensions": [
".ma",
".mb",
@ -47,7 +46,6 @@
"detailed_description": "Models should only contain geometry data, without any extras like cameras, locators or bones.\n\nKeep in mind that models published from tray publisher are not validated for correctness. ",
"allow_sequences": false,
"allow_multiple_items": true,
"reviewable": false,
"extensions": [
".ma",
".mb",
@ -73,7 +71,6 @@
"detailed_description": "Alembic or bgeo cache of animated data",
"allow_sequences": true,
"allow_multiple_items": true,
"reviewable": false,
"extensions": [
".abc",
".bgeo",
@ -97,7 +94,6 @@
"detailed_description": "Any type of image seqeuence coming from outside of the studio. Usually camera footage, but could also be animatics used for reference.",
"allow_sequences": true,
"allow_multiple_items": true,
"reviewable": true,
"extensions": [
".exr",
".png",
@ -120,7 +116,6 @@
"detailed_description": "Sequence or single file renders",
"allow_sequences": true,
"allow_multiple_items": true,
"reviewable": true,
"extensions": [
".exr",
".png",
@ -144,7 +139,6 @@
"detailed_description": "Ideally this should be only camera itself with baked animation, however, it can technically also include helper geometry.",
"allow_sequences": false,
"allow_multiple_items": true,
"reviewable": false,
"extensions": [
".abc",
".ma",
@ -169,7 +163,6 @@
"detailed_description": "Any image data can be published as image family. References, textures, concept art, matte paints. This is a fallback 2d family for everything that doesn't fit more specific family.",
"allow_sequences": false,
"allow_multiple_items": true,
"reviewable": true,
"extensions": [
".exr",
".jpg",
@ -193,7 +186,6 @@
"detailed_description": "Hierarchical data structure for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids",
"allow_sequences": true,
"allow_multiple_items": true,
"reviewable": false,
"extensions": [
".vdb"
]
@ -212,7 +204,6 @@
"detailed_description": "Script exported from matchmoving application to be later processed into a tracked camera with additional data",
"allow_sequences": false,
"allow_multiple_items": true,
"reviewable": false,
"extensions": []
},
{
@ -225,7 +216,6 @@
"detailed_description": "CG rigged character or prop. Rig should be clean of any extra data and directly loadable into it's respective application\t",
"allow_sequences": false,
"allow_multiple_items": false,
"reviewable": false,
"extensions": [
".ma",
".blend",
@ -238,14 +228,11 @@
"identifier": "",
"label": "Simple UE texture",
"icon": "fa.image",
"default_variants": [
""
],
"default_variants": [],
"description": "Simple Unreal Engine texture",
"detailed_description": "Texture files with Unreal Engine naming conventions",
"allow_sequences": false,
"allow_multiple_items": true,
"reviewable": false,
"extensions": []
}
]

View file

@ -72,11 +72,6 @@
"label": "Allow multiple items",
"type": "boolean"
},
{
"key": "reviewable",
"label": "Reviewable",
"type": "boolean"
},
{
"type": "list",
"key": "extensions",