You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Get world volume from document tree widget
worldObj = FreeCADGui.Selection.getSelection()[0]
tree = FreeCADGui.getMainWindow().findChildren(QtGui.QTreeWidget)[0]
it = QtGui.QTreeWidgetItemIterator(tree)
Which returns correct values under Linux and MacOS but under Windows Returns None
The text was updated successfully, but these errors were encountered:
There is a bug under Qt and Windows
The BuildTree function uses
Which returns correct values under Linux and MacOS but under Windows Returns None
The text was updated successfully, but these errors were encountered: