-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblender_manifest.toml
36 lines (34 loc) · 1018 Bytes
/
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
schema_version = "1.0.0"
id = "UnexpectedSlicer"
version = "1.0.0"
name = "UnexpectedSlicer"
tagline = "Slice models directly from Blender"
maintainer = "Nicolas Predella <[email protected]>"
type = "add-on"
website = "https://github.com/PredellaN/UnexpectedSlicer"
blender_version_min = "4.3.0"
license = [
"SPDX:GPL-3.0-or-later"
]
tags = ["Import-Export"]
platforms = [
"windows-x64",
"macos-arm64",
"linux-x64"
]
wheels = [
"./wheels/wheels/psutil-6.1.0-cp36-abi3-macosx_10_9_x86_64.whl",
"./wheels/wheels/psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/wheels/psutil-6.1.0-cp37-abi3-win_amd64.whl"
]
copyright = [
"2016-2024 PrusaSlicer, Prusa Research a.s., released under GNU AGPLv3"
]
[permissions]
files = "Import/export of configurations, creation of tempfiles that are required to run the slicing process"
[build]
paths_exclude_pattern = [
"__pycache__/",
"experimental/",
"cache/",
]