-
-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathblender_manifest.toml
More file actions
43 lines (40 loc) · 2.17 KB
/
blender_manifest.toml
File metadata and controls
43 lines (40 loc) · 2.17 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
schema_version = "1.0.0"
id = "CAD_Sketcher"
version = "0.27.5"
name = "CAD Sketcher"
tagline = "Parametric, constraint-based geometry sketcher"
maintainer = "hlorus <dave19924@gmail.com>"
type = "add-on"
website = "https://www.cadsketcher.com/"
tags = ["3D View", "Modeling", "Mesh", "Object"]
blender_version_min = "4.0.0"
license = ["SPDX:GPL-3.0-or-later"]
wheels = [
"./wheels/slvs-3.2.0.dev66-cp311-cp311-macosx_10_12_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp311-cp311-macosx_11_0_arm64.whl",
"./wheels/slvs-3.2.0.dev66-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"./wheels/slvs-3.2.0.dev66-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp311-cp311-musllinux_1_2_aarch64.whl",
"./wheels/slvs-3.2.0.dev66-cp311-cp311-musllinux_1_2_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp311-cp311-win32.whl",
"./wheels/slvs-3.2.0.dev66-cp311-cp311-win_amd64.whl",
"./wheels/slvs-3.2.0.dev66-cp312-cp312-macosx_10_13_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp312-cp312-macosx_11_0_arm64.whl",
"./wheels/slvs-3.2.0.dev66-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"./wheels/slvs-3.2.0.dev66-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp312-cp312-musllinux_1_2_aarch64.whl",
"./wheels/slvs-3.2.0.dev66-cp312-cp312-musllinux_1_2_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp312-cp312-win32.whl",
"./wheels/slvs-3.2.0.dev66-cp312-cp312-win_amd64.whl",
"./wheels/slvs-3.2.0.dev66-cp313-cp313-macosx_10_13_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp313-cp313-macosx_11_0_arm64.whl",
"./wheels/slvs-3.2.0.dev66-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"./wheels/slvs-3.2.0.dev66-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp313-cp313-musllinux_1_2_aarch64.whl",
"./wheels/slvs-3.2.0.dev66-cp313-cp313-musllinux_1_2_x86_64.whl",
"./wheels/slvs-3.2.0.dev66-cp313-cp313-win32.whl",
"./wheels/slvs-3.2.0.dev66-cp313-cp313-win_amd64.whl",
]
[permissions]
files = "Used to load CAD Sketcher assets"
network = "Used to install the solver module from PiPy"