Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with export using Windows 11 #158

Open
KeithSloan opened this issue Dec 24, 2024 · 0 comments
Open

Problems with export using Windows 11 #158

KeithSloan opened this issue Dec 24, 2024 · 0 comments

Comments

@KeithSloan
Copy link
Owner

There is a bug under Qt and Windows

The BuildTree function uses

# 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant