[Draft] gui_utils Added FIXME comment to assist..

... revisiting in future
This commit is contained in:
Syres916
2021-08-02 15:19:22 +01:00
committed by GitHub
parent a049b9118b
commit f76c9926da

View File

@@ -64,6 +64,8 @@ def get_3d_view():
Return `None` if the graphical interface is not available.
"""
if App.GuiUp:
# FIXME The following two imports were added as part of PR4926
# Also see discussion https://forum.freecadweb.org/viewtopic.php?f=3&t=60251
import FreeCADGui as Gui
from pivy import coin
if Gui.ActiveDocument: