forked from NemetschekAllplan/plugin-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathallplan-extensions.json
More file actions
111 lines (111 loc) · 3.73 KB
/
allplan-extensions.json
File metadata and controls
111 lines (111 loc) · 3.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[
{
"uuid": "f86d7b11-096b-4f0c-8702-5bce3a45b88a",
"name": "Fixture placement",
"developer": "allplan-gmbh",
"description": "Tool for placing fixtures made with VisualScripting in a more efficient way",
"github": {
"owner": "bmarciniec",
"repo": "fixture-placement"
},
"support": {
"email": "pythonparts@allplan.com",
"languages": [
"eng",
"deu"
]
},
"compatibility": ">=2026.0.0"
},
{
"uuid": "7612a6aa-0e83-4b62-a548-d18a3c30e7d7",
"name": "Batch IFC & DWG Export",
"developer": "allplan-gmbh",
"description": "The plugin allows you to automatically export multiple IFC and DWG files.",
"github": {
"owner": "xinling-xu",
"repo": "batch-ifc-dwg-export"
}
},
{
"uuid": "fc33264f-5895-431e-a160-b0ff211f6fdf",
"name": "Transfer formwork to Rebar Attributes",
"developer": "allplan-gmbh",
"description": "This plugin transfers attributes from 3D volumes upon rebar using a containment algoritm",
"github": {
"owner": "bertvo-allplan",
"repo": "AllplanFormworkAttributeTransfer"
}
},
{
"uuid": "704cbe81-47f0-48d0-bfab-67b646d7edd4",
"name": "Batch DWG export from favourites",
"developer": "allplan-cz",
"description": "Tool for exporting multiple drawings from favourites to designated folder.",
"github": {
"owner": "allplan-mkovac",
"repo": "Export-DWG"
}
},
{
"uuid": "b8b5051d-bade-4ea6-961b-f6d9129ba6cf",
"name": "PythonParts SDK",
"developer": "allplan-gmbh",
"description": "SDK for developing PythonParts",
"github": {
"owner": "NemetschekAllplan",
"repo": "pythonparts-sdk"
},
"compatibility": ">=2.0.0"
},
{
"uuid": "da9439a2-b8f2-4b0a-a27c-8ae8aba6a506",
"name": "Layer Handling",
"developer": "allplan-gmbh",
"description": "PythonPart for managing layer definitions with an Excel spreadsheet",
"github": {
"owner": "AnkeNiedermaier",
"repo": "layer-handling-public"
}
},
{
"uuid": "b2bdee14-a109-4be4-bf7e-83dfdaf9354f",
"name": "Excel Report",
"developer": "allplan-gmbh",
"description": "PythonPart to export parameters and quantities of objects directly to Excel",
"github": {
"owner": "AnkeNiedermaier",
"repo": "excel-report-public"
}
},
{
"uuid": "2e95af99-9c54-46c1-a424-a9a4b03ccb4e",
"name": "Attribute Set Handling",
"developer": "allplan-gmbh",
"description": "PythonPart for modifiing or defining Attribute Set Templates directly in Excel",
"github": {
"owner": "AnkeNiedermaier",
"repo": "attrib-set-handling-public"
}
},
{
"uuid": "bc2316d8-bf00-4328-b826-af777c4cb0b0",
"name": "Attribute Workflow",
"developer": "allplan-gmbh",
"description": "PythonPart to execute the workflow of attribute management based on an Excel scema",
"github": {
"owner": "AnkeNiedermaier",
"repo": "attribute-workflow-public"
}
},
{
"uuid": "06e0fc0c-f142-46f5-9ecd-faca829f97e6",
"name": "Design and Modeling Tools",
"developer": "allplan-gmbh",
"description": "A set of PythonParts to improve design and modeling workflows",
"github": {
"owner": "AnkeNiedermaier",
"repo": "design-modeling-tools-public"
}
}
]