-
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.3",
"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": 16479,
"archive_hash": "sha256:840a6d169e2a5f606d0b60027b51f23578939c117b257b6320695cb0c2595017"
},
{
"schema_version": "1.0.0",
"id": "Launch_Production_Kit",
"name": "Launch Production Kit",
"tagline": "Production shortcuts and toolsets",
"version": "0.0.5",
"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": 23455,
"archive_hash": "sha256:dad54afa4f526d04115a946a3f264f00317fb5f0b8c409675b6e3df042ef63ee"
},
{
"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.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-RenderKit",
"tags": [
"Camera",
"Compositing",
"Material",
"Pipeline",
"Render",
"Scene"
],
"archive_url": "./Launch_RenderKit.zip",
"archive_size": 41670,
"archive_hash": "sha256:c831518b537f14eb83284f37e8fe4c3a9023b6bdec7bdeed52542b6bda1b941b"
}
]
}