Skip to content

Commit c04f663

Browse files
PhoneDroidchennes
authored andcommitted
Remove BIMBots addon
Obsolete, service the addon is built upon doesn't exist anymore.
1 parent 69c22e2 commit c04f663

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@
8181
path = btl
8282
url = https://github.com/knipknap/better-tool-library
8383
branch = main
84-
[submodule "BIMBots"]
85-
path = BIMBots
86-
url = https://github.com/opensourceBIM/BIMbots-FreeCAD
87-
branch = master
8884
[submodule "BIM"]
8985
path = BIM
9086
url = https://github.com/yorikvanhavre/BIM_Workbench

AddonCatalog.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,6 @@
189189
"freecad_max": "1.0.99"
190190
}
191191
],
192-
"BIMBots": [
193-
{
194-
"repository": "https://github.com/opensourceBIM/BIMbots-FreeCAD",
195-
"git_ref": "master",
196-
"branch_display_name": "master",
197-
"zip_url": "https://github.com/opensourceBIM/BIMbots-FreeCAD/archive/refs/heads/master.zip"
198-
}
199-
],
200192
"BIM": [
201193
{
202194
"repository": "https://github.com/yorikvanhavre/BIM_Workbench",

addonflags.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"Mod": [
55
"assembly2",
66
"drawing_dimensioning",
7-
"cura_engine"
7+
"cura_engine",
8+
"BIMBots"
89
]
910
},
1011
"deprecated" : [
@@ -26,12 +27,6 @@
2627
"as_of":"0.22",
2728
"notes":"Feature merged into FreeCAD"
2829
},
29-
{
30-
"name":"BIMBots",
31-
"kind":"mod",
32-
"as_of":"0.22",
33-
"notes":"Service cancelled - see https://github.com/opensourceBIM/BIMbots-FreeCAD/issues/2"
34-
},
3530
{
3631
"name":"CommandPanel",
3732
"kind":"mod",

0 commit comments

Comments
 (0)