Advance Blender 5.2 web parity through M12-03D
This commit is contained in:
58
tests/golden/M12-01D/catalog-v1.json
Normal file
58
tests/golden/M12-01D/catalog-v1.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"revision": 7,
|
||||
"catalogs": [
|
||||
{ "id": "catalog:root", "name": "Characters", "parentId": null },
|
||||
{ "id": "catalog:heroes", "name": "Heroes", "parentId": "catalog:root" },
|
||||
{ "id": "44444444-4444-4444-8444-444444444444", "name": "Animation", "parentId": null }
|
||||
],
|
||||
"assets": [
|
||||
{
|
||||
"id": "legacy:hero",
|
||||
"name": "Legacy Hero",
|
||||
"kind": "OBJECT",
|
||||
"catalogId": "catalog:heroes",
|
||||
"tags": ["character", "hero"],
|
||||
"author": "M12 Artist",
|
||||
"license": "CC0-1.0",
|
||||
"sourceSha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
||||
"sourcePath": "assets/legacy-hero.blend",
|
||||
"preview": {
|
||||
"assetId": "legacy:hero",
|
||||
"sha256": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
|
||||
"mimeType": "image/png",
|
||||
"width": 64,
|
||||
"height": 64,
|
||||
"byteLength": 4096
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "legacy:walk",
|
||||
"name": "Legacy Walk",
|
||||
"kind": "ACTION",
|
||||
"catalogId": "44444444-4444-4444-8444-444444444444",
|
||||
"tags": ["walk"],
|
||||
"author": "M12 Artist",
|
||||
"license": "CC-BY-4.0",
|
||||
"sourceSha256": "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
|
||||
}
|
||||
],
|
||||
"libraries": [
|
||||
{
|
||||
"id": "library:characters",
|
||||
"name": "Characters",
|
||||
"sourcePath": "libraries/characters.blend",
|
||||
"sourceSha256": "dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd",
|
||||
"dependencyIds": ["library:materials"],
|
||||
"readOnly": true
|
||||
},
|
||||
{
|
||||
"id": "library:materials",
|
||||
"name": "Materials",
|
||||
"sourcePath": "libraries/materials.blend",
|
||||
"sourceSha256": "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
||||
"dependencyIds": [],
|
||||
"readOnly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user