-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.json
More file actions
29 lines (29 loc) · 977 Bytes
/
index.json
File metadata and controls
29 lines (29 loc) · 977 Bytes
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
{
"version": "v1",
"blocklist": [],
"data": [
{
"schema_version": "1.0.0",
"id": "script_to_button",
"name": "Script To Button",
"tagline": "Converts scripts to buttons",
"version": "2.3.4",
"type": "add-on",
"maintainer": "RivinHD",
"license": [
"SPDX:GPL-3.0-or-later"
],
"blender_version_min": "4.2.0",
"website": "https://github.com/RivinHD/ScriptToButton/wiki",
"permissions": {
"files": "Save the user defined scripts"
},
"tags": [
"System"
],
"archive_url": "https://github.com/RivinHD/ScriptToButton/releases/download/v2.3.4/script_to_button-2.3.4.zip",
"archive_size": 87041,
"archive_hash": "sha256:8300c540e63420b7f29de2c2cdf04dbc289d16861c5e7d0f32e61f353e154e68"
}
]
}