Addon Manager: Arch->BIM in list of known internal WBs

This commit is contained in:
Chris Hennes
2024-12-13 19:45:17 -06:00
committed by Yorik van Havre
parent 74abfd39d9
commit e6e281e295
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ translate = fci.translate
# A list of internal workbenches that can be used as a dependency of an Addon
INTERNAL_WORKBENCHES = {
"arch": "Arch",
"bim": "BIM",
"assembly": "Assembly",
"draft": "Draft",
"fem": "FEM",

View File

@@ -13,7 +13,7 @@
<workbench>
<classname>MyFirstWorkbench</classname>
<icon>Resources/icons/PackageIcon.svg</icon>
<depend>Arch</depend>
<depend>BIM</depend>
<depend>Assembly</depend>
<depend>DraftWB</depend>
<depend>FEM WB</depend>