-
Notifications
You must be signed in to change notification settings - Fork 14
/
blender_manifest.toml
52 lines (47 loc) · 1.21 KB
/
blender_manifest.toml
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
schema_version = "1.0.0"
id = "open_stage_blender_dmx"
version = "1.8.0"
name = "DMX"
tagline = "DMX visualization and programming with GDTF/MVR, and Networking"
maintainer = "Open Stage"
type = "add-on"
website = "https://blenderdmx.eu/"
tags = ["Lighting", "Animation"]
blender_version_min = "4.2.0"
license = [
"SPDX:GPL-3.0-or-later",
]
wheels = [
"wheels/pygdtf-1.0.5.dev0-py3-none-any.whl",
"wheels/pymvr-0.3.0.dev0-py3-none-any.whl",
"wheels/sacn-1.9.1-py3-none-any.whl",
"wheels/oscpy-0.6.0-py2.py3-none-any.whl",
"wheels/ifaddr-0.2.0-py3-none-any.whl",
"wheels/async_timeout-4.0.3-py3-none-any.whl",
"wheels/open_stage_zeroconf-0.132.2.dev0-py3-none-any.whl",
"wheels/pypsn-0.2.3-py3-none-any.whl",
"wheels/io_scene_3ds-2.7.4-py3-none-any.whl",
]
[permissions]
files = "Import GDTF devices. Import/Export MVR scenes and project data"
network = "For GDTF Share, sACN, Art-Net, OSC, PSN, MVR-xchange"
[build]
paths_exclude_pattern = [
"/.git/",
"__pycache__/",
"/__pycache__/",
"*.log",
"ruff.toml",
"scripts/",
".*",
"*.pyc",
"__pycache__",
"*.zip",
".mypy_cache",
".pytest_cache",
"data.json",
"ASSETS_ATTRIBUTION.md",
"RELEASE.md",
"DEPENDENCIES.md",
"DEVELOPMENT.md",
]