-
Notifications
You must be signed in to change notification settings - Fork 27
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
Build Tools - Support Maya 2025 #251
Comments
Qt.py has an issue for Qt6 support here; mottosso/Qt.py#394 Once the Qt.py has been resolved this issue can be continued. |
Upgrade vendored module from 1.2.0 to 1.4.1. GitHub issue #251.
Without this change, mmSolver will fail to load anything. GitHub issue #251.
QTreeView.setItemExpanded() is not supported in Qt6. It was made obsolete in Qt5. GitHub issue #251.
Maya 2025 support is now working on the develop branch, however due to #267, the UI docking feature has been disabled in Maya 2025+. Additionally the main Solver UI has some visual bugs which need to be fixed, but everything seems at least functional now. |
This does not exactly match the previous Maya versions, but will hopefully be fixed later. GitHub Issue #251.
The Solver UI has been updated now in the develop branch. This will be released in v0.5.1. Closing. |
Feature
mmSolver should build and run on Maya 2025, which will use the VFX Platform CY 2024 (https://vfxplatform.com/).
VFX Platform CY 2024 uses:
mmSolver currently works with PySide 1 and 2, but PySide6 is a newcomer and the vendored Qt.py may need to be updated or dropped.
Users building in such an environment have reported an error "no Qt bindings were found error"
Expected behavior:
mmSolver builds and runs on Maya 2025.
Actual behavior:
mmSolver fails to run on Maya 2025 (but does seem to build - with some hacking)
Software Versions
The text was updated successfully, but these errors were encountered: