Skip to content

Commit 5cab89b

Browse files
author
Evan Seitz
committed
Update ManifoldEM_GUI.py
1 parent 801c7e7 commit 5cab89b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ManifoldEM_GUI.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
#0.1.0: alpha (2019)
105105
#0.2.0: beta (2021)
106106
Graphics = True #set to 'False' to disable 3D graphics, which may be helpful for ssh GUI use on remote workstations (to get past tab 2 and run on tab 3 only)
107+
if Graphics is False:
108+
print('Mode set: 3D graphics disabled.')
107109
font_header = QtGui.QFont('Arial', 13)
108110
font_standard = QtGui.QFont('Arial', 12)
109111
anchorsMin = 1 #set minimum number of anchors needed for Belief Propagation

0 commit comments

Comments
 (0)