[Draft] gui_utils Coin import addition

This commit is contained in:
Syres916
2021-07-18 19:52:31 +01:00
committed by GitHub
parent 5e1ae4e72d
commit a049b9118b

View File

@@ -65,6 +65,7 @@ def get_3d_view():
"""
if App.GuiUp:
import FreeCADGui as Gui
from pivy import coin
if Gui.ActiveDocument:
v = Gui.ActiveDocument.ActiveView
if "View3DInventor" in str(type(v)):