-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
38 lines (38 loc) · 1.31 KB
/
index.json
File metadata and controls
38 lines (38 loc) · 1.31 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
{
"version": "v1",
"blocklist": [],
"data": [
{
"schema_version": "1.0.0",
"id": "bdk_addon",
"name": "Unreal BDK",
"tagline": "Makes Blender a level editor for games running on Unreal 1 and 2",
"version": "2.0.3",
"type": "add-on",
"maintainer": "Colin Basnett <cmbasnett@gmail.com>",
"license": [
"SPDX:GPL-3.0-or-later"
],
"blender_version_min": "4.5.0",
"website": "https://github.com/DarklightGames/bdk_addon/",
"permissions": {
"files": "Read and write files such as terrain heightmaps",
"clipboard": "Copy and paste T3D data"
},
"tags": [
"Game Engine"
],
"platforms": [
"windows-x64",
"linux-x64"
],
"python_versions": [
"3.11",
"3.13"
],
"archive_url": "https://github.com/DarklightGames/bdk_addon//releases/download/2.0.3/./bdk_addon-main-b798f1e41f5815feebb7a53815bfd8b9a6b44257.zip",
"archive_size": 4279369,
"archive_hash": "sha256:10c94582b7ecb9ff5b6788285fb058222c2053e51c85a0d5c0e61c66f6e4ea06"
}
]
}