-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
114 lines (114 loc) · 3.51 KB
/
Copy pathindex.json
File metadata and controls
114 lines (114 loc) · 3.51 KB
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
109
110
111
112
113
114
{
"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.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": "5.9.9",
"website": "https://github.com/jeinselen/Blender-DeliveryKit",
"tags": [
"3D View",
"Import-Export",
"Mesh",
"Object",
"Pipeline",
"Scene"
],
"archive_url": "./Launch_DeliveryKit.zip",
"archive_size": 29257,
"archive_hash": "sha256:dffbf9ca8fc613e959bafa014d6c15c06785e23af4b4a231700f6f78673195a4"
},
{
"schema_version": "1.0.0",
"id": "Launch_Production_Kit",
"name": "Launch Production Kit",
"tagline": "Production shortcuts and toolsets",
"version": "0.1.6",
"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": "5.9.9",
"website": "https://github.com/jeinselen/Blender-ProductionKit",
"tags": [
"Material",
"Pipeline",
"Render",
"Scene"
],
"archive_url": "./Launch_ProductionKit.zip",
"archive_size": 33539,
"archive_hash": "sha256:bb60f5f15cbbcd11c1594c1146724a281320583efd6806f6eaf9821f11479876"
},
{
"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.2.0",
"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": "5.9.9",
"website": "https://github.com/jeinselen/Blender-MeshKit",
"tags": [
"3D View",
"Modeling",
"Mesh",
"Object",
"Pipeline",
"Scene",
"UV"
],
"archive_url": "./Launch_MeshKit.zip",
"archive_size": 38418,
"archive_hash": "sha256:7b5e46e1e124a221d299a82ab34d1fb6cfb1536942e7e620d866e642e90637d9"
},
{
"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.2.5",
"type": "add-on",
"maintainer": "John Einselen <jeinselen@gmail.com>",
"license": [
"SPDX:GPL-3.0-or-later"
],
"blender_version_min": "4.5.0",
"blender_version_max": "5.9.9",
"website": "https://github.com/jeinselen/Blender-RenderKit",
"permissions": {
"network": "Discovery and render coordination with other Blender instances on the LAN",
"files": "Saving videos, incremental images, and render time logs",
"clipboard": "Copy and paste output variables"
},
"tags": [
"Camera",
"Compositing",
"Material",
"Pipeline",
"Render",
"Scene"
],
"archive_url": "./Launch_RenderKit.zip",
"archive_size": 231268,
"archive_hash": "sha256:66016de4ab0b413e45fbde0366d9598da9ba7d87dd5559f5ca9b3bde46150ce3"
}
]
}