-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
108 lines (108 loc) · 3.23 KB
/
index.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"version": "v1",
"blocklist": [],
"data": [
{
"schema_version": "1.0.0",
"id": "Launch_Delivery_Kit",
"name": "Launch Delivery Kit",
"tagline": "Quickly export selections to a specified directory in a variety of formats",
"version": "0.0.1",
"type": "add-on",
"maintainer": "John Einselen <jeinselen@gmail.com>",
"license": [
"SPDX:GPL-3.0-or-later"
],
"blender_version_min": "4.2.0",
"blender_version_max": "4.7.0",
"website": "https://github.com/jeinselen/Blender-DeliveryKit",
"tags": [
"3D View",
"Mesh",
"Object",
"Pipeline",
"Scene"
],
"archive_url": "./Launch_DeliveryKit.zip",
"archive_size": 14084,
"archive_hash": "sha256:b13e781f5d403646798bab6af9b468674ede86a30cc50dc93b89d3cb549dda1c"
},
{
"schema_version": "1.0.0",
"id": "Launch_Production_Kit",
"name": "Launch Production Kit",
"tagline": "Production shortcuts and toolsets",
"version": "0.0.4",
"type": "add-on",
"maintainer": "John Einselen <jeinselen@gmail.com>",
"license": [
"SPDX:GPL-3.0-or-later"
],
"blender_version_min": "4.2.0",
"blender_version_max": "4.7.0",
"website": "https://github.com/jeinselen/Blender-ProductionKit",
"tags": [
"Material",
"Pipeline",
"Render",
"Scene"
],
"archive_url": "./Launch_ProductionKit.zip",
"archive_size": 18025,
"archive_hash": "sha256:d1c06c8a5b7453a40b2165331ec410434a238b2438889b11c05c25ff11dcc97e"
},
{
"schema_version": "1.0.0",
"id": "Launch_Mesh_Kit",
"name": "Launch Mesh Kit",
"tagline": "Geometry tools for copy/paste, point arrays, planar UV mapping, and more",
"version": "0.0.1",
"type": "add-on",
"maintainer": "John Einselen <jeinselen@gmail.com>",
"license": [
"SPDX:GPL-3.0-or-later"
],
"blender_version_min": "4.2.0",
"blender_version_max": "4.7.0",
"website": "https://github.com/jeinselen/Blender-MeshKit",
"tags": [
"3D View",
"Modeling",
"Mesh",
"Object",
"Pipeline",
"Scene",
"UV"
],
"archive_url": "./Launch_MeshKit.zip",
"archive_size": 27449,
"archive_hash": "sha256:06c27b6a4e7397c5a7050f20194a64831ce618a7e4b3cc07fc73573756af1c69"
},
{
"schema_version": "1.0.0",
"id": "Launch_Render_Kit",
"name": "Launch Render Kit",
"tagline": "Render variables, video compression, autosaving, proxy, and render region controls",
"version": "0.1.1",
"type": "add-on",
"maintainer": "John Einselen <jeinselen@gmail.com>",
"license": [
"SPDX:GPL-3.0-or-later"
],
"blender_version_min": "4.2.0",
"blender_version_max": "4.7.0",
"website": "https://github.com/jeinselen/Blender-RenderKit",
"tags": [
"Camera",
"Compositing",
"Material",
"Pipeline",
"Render",
"Scene"
],
"archive_url": "./Launch_RenderKit.zip",
"archive_size": 41107,
"archive_hash": "sha256:3c67de9fd85398de6bbf0efe34aa209522c273c86496a25d93d5c3a8300f3e5a"
}
]
}