This commit is contained in:
Yorik van Havre
2024-06-07 15:57:51 +02:00
committed by Chris Hennes
parent 80670094eb
commit 078dad7fab

View File

@@ -299,23 +299,6 @@ class BIMWorkbench(Workbench):
RebarTools.updateLocale()
#self.rebar = RebarTools.RebarCommands + ["Arch_Rebar"]
# try to load bimbots
try:
import bimbots
except ImportError:
pass
else:
class BIMBots:
def GetResources(self):
return bimbots.get_plugin_info()
def Activated(self):
bimbots.launch_ui()
FreeCADGui.addCommand("BIMBots", BIMBots())
self.utils.append("BIMBots")
# load Reporting
try: