-
Notifications
You must be signed in to change notification settings - Fork 23
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
support PySide6 #278
Comments
Yes, I've been working on it. We've dropped Py 2 support as we move towards PySide6. I can't promise a timeline, this is still mostly a side project for us. 🙂 |
I made some changes to get the UI up and running, but there are still a LOT of things to convert. |
Here's the branch I've been working on. Most of the changes needed to get the editor open and doing the basics are in there: https://github.com/nxt-dev/nxt_editor/tree/features/qt/pyside_6 |
Thanks for sharing. I will pull your branch and check to see if I have something to contribute from my changes. |
dev now supports PySide6. Still working out a few visual issues, but it's functional. You'll also need to use the latest dev branch of the core if you're trying to run in Python 3.11. |
Describe the solution you'd like
Are there plans to support PySide6 because Maya2025 has switched to it?
The text was updated successfully, but these errors were encountered: