-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Port to pyside6? #4
Comments
FreeCAD actually seems to provide a wrapper for PySide which should get whatever version is available, so I've switched to using that now. Not sure if my GUI code is actually PySide6 compatible though, let me know if this works for you. |
Maybe I'm just missing something, but since I installed it, FreeCAD shows this on startup:
And I do not have the free2ki workbench. EDIT: Oh I see you have already performed changes, let me check and report, thanks! |
The export works great! Unfortunately, the Set Materials throws this exception:
|
That one should be fixed as well now. |
Thanks. It somehow works, but not cleanly. I can open the dialog and change materials. But when I hover the mouse over the materials dialog, these ugly logs appear:
And when exiting FreeCAD after using this dialog, it segfaults, I suppose it must be related:
|
I want to install this on Archlinux, that does not have pyside2 (Qt5) on official repositories, but pyside6 (Qt6). Could it be possible getting a release working with pyside6?
Thanks for the plugin!
The text was updated successfully, but these errors were encountered: