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
As part of the transition to Qt6 and PySide6, changes are affecting the usage of PySide6.QtUiTools.loadUiType and the reliance on the PySide command line scripts. Here's the updated information:
The pyside2-uic and pyside2-rcc command line scripts are no longer functional in Maya 2025.Instead of relying on these command line scripts, users should now directly use Qt's uic and rcc files.These can be located in the following locations:
To generate Python files using the command line, users should use uic with the -g python arguments explicitly.
Please update your workflow accordingly, replacing the usage of pyside2-uic with uic -g python and referring to the correct file locations based on your platform. MAYA-132563
As such, mGear is not functional in 2025. Updating the install file to use PySide6 instead of 2 makes the installer start, but it fails when trying to run the actual installer from the modules folder.
The text was updated successfully, but these errors were encountered:
From the release notes "known issues" section:
As part of the transition to Qt6 and PySide6, changes are affecting the usage of PySide6.QtUiTools.loadUiType and the reliance on the PySide command line scripts. Here's the updated information:
The pyside2-uic and pyside2-rcc command line scripts are no longer functional in Maya 2025.Instead of relying on these command line scripts, users should now directly use Qt's uic and rcc files.These can be located in the following locations:
Windows: C:\Program Files\Autodesk\Maya2025\bin
Mac: /Applications/Autodesk/maya2025/Maya.app/ContentsLinux:/usr/autodesk/maya2025/libexec
To generate Python files using the command line, users should use uic with the -g python arguments explicitly.
Please update your workflow accordingly, replacing the usage of pyside2-uic with uic -g python and referring to the correct file locations based on your platform. MAYA-132563
As such, mGear is not functional in 2025. Updating the install file to use PySide6 instead of 2 makes the installer start, but it fails when trying to run the actual installer from the modules folder.
The text was updated successfully, but these errors were encountered: