-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
89 lines (88 loc) · 2.2 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"characters":[
{
"name": "Anata",
"description": "Female",
"portrait": "./assets/portraitImages/female.jpg",
"manifest":"./loot-assets/anata/female/manifest.json",
"format": "vrm"
},
{
"name": "Anata",
"description": "Male",
"portrait": "./assets/portraitImages/male.jpg",
"manifest":"./loot-assets/anata/male/manifest.json",
"format": "vrm"
},
{
"name": "ON1FORCE",
"description": "Demon",
"portrait": "./assets/portraitImages/0n1.jpg",
"manifest":"./loot-assets/0N1/manifest.json",
"format": "vrm"
},
{
"name": "TUBBY CAT",
"description": "Cute",
"portrait": "./assets/portraitImages/tubby.jpg",
"manifest":"./loot-assets/tubbycats/manifest.json",
"format": "vrm"
}
],
"loras":[
{
"name": "SDXL Lora 728",
"description": "Poses and camera positions to create Lora for SDXL 726 x 726",
"manifest":"./lora-assets/manifest.json",
"icon": "|"
}
],
"sprites":[
{
"name": "Multiple Animations",
"description": "Multiple definitions for different animations converted to sprites.",
"manifest":"./sprite-atlas-assets/manifest.json",
"icon": "|"
}
],
"thumbnails":[
{
"name": "Clothing Thumbnail",
"description": "Create thumbnails for Clothing",
"manifest":"./thumbnail-assets/manifest.json",
"icon": "|"
},
{
"name": "Clothing Thumbnail2",
"description": "Create thumbnails for Clothing",
"manifest":"./thumbnail-assets/manifest.json",
"icon": "|"
}
],
"defaultAnimations":[
{
"name": "T-Pose",
"description": "T-Pose",
"location":"./animations/T-Pose.fbx",
"icon": "|"
},
{
"name": "Dancing",
"description": "Basic Dance Animation",
"location":"./animations/Dancing.fbx",
"icon": "|"
},
{
"name": "Walking",
"description": "Basic Walk Animation",
"location":"./animations/Walking.fbx",
"icon": "|"
},
{
"name": "Waving",
"description": "Basic Waving Animation",
"location":"./animations/Waving.fbx",
"icon": "|"
}
]
}