BIM: Renamed file to avoid confusion with 0.21 BIM addon
This commit is contained in:
committed by
Yorik van Havre
parent
7615c39824
commit
e2e8f39ea9
@@ -45,7 +45,7 @@ SET(Arch_SRCS
|
||||
ArchCurtainWall.py
|
||||
ArchSketchObject.py
|
||||
BimSelect.py
|
||||
BimStatusBar.py
|
||||
BimStatus.py
|
||||
)
|
||||
|
||||
SET(importers_SRCS
|
||||
|
||||
@@ -475,7 +475,7 @@ class BIMWorkbench(Workbench):
|
||||
|
||||
import WorkingPlane
|
||||
from DraftGui import todo
|
||||
import BimStatusBar
|
||||
import BimStatus
|
||||
from nativeifc import ifc_observer
|
||||
from draftutils import grid_observer
|
||||
|
||||
@@ -490,7 +490,7 @@ class BIMWorkbench(Workbench):
|
||||
|
||||
if PARAMS.GetBool("FirstTime", True) and (not hasattr(FreeCAD, "TestEnvironment")):
|
||||
todo.delay(FreeCADGui.runCommand, "BIM_Welcome")
|
||||
todo.delay(BimStatusBar.setStatusIcons, True)
|
||||
todo.delay(BimStatus.setStatusIcons, True)
|
||||
FreeCADGui.Control.clearTaskWatcher()
|
||||
|
||||
class BimWatcher:
|
||||
@@ -553,7 +553,7 @@ class BIMWorkbench(Workbench):
|
||||
def Deactivated(self):
|
||||
|
||||
from DraftGui import todo
|
||||
import BimStatusBar
|
||||
import BimStatus
|
||||
from bimcommands import BimViews
|
||||
import WorkingPlane
|
||||
from nativeifc import ifc_observer
|
||||
@@ -573,7 +573,7 @@ class BIMWorkbench(Workbench):
|
||||
grid_observer._view_observer_setup()
|
||||
|
||||
# print("Deactivating status icon")
|
||||
todo.delay(BimStatusBar.setStatusIcons, False)
|
||||
todo.delay(BimStatus.setStatusIcons, False)
|
||||
FreeCADGui.Control.clearTaskWatcher()
|
||||
|
||||
# store views widget state and vertical size
|
||||
|
||||
Reference in New Issue
Block a user