Home Website Youtube GitHub

mGear in Maya 2025

Has anyone installed mGear on Maya 2025 yet? Did you have any issues?

1 Like

So brave…! Maybe in 2027 I’ll consider it. :slight_smile:

3 Likes

mGear is not yet updated for Maya 2025. and it will take a little while
The biggest change in Maya 2025 is the new Pyside6 and we rely on the qt.py library, which was updated just 2 days ago :sweat_smile: :

3 Likes

Pymel hasn’t officially been committed yet for 2025, but a user has already created a pull request and has it working on 2025. So that should be good on that side. Hopefully the update to qt.py isn’t too troublesome.

I’m assuming this will be made official eventually. No need to rush to 2025, the majority of my tools and plugins are no where near ready. I literally just now switched to Maya 2024 since it took this long for every other tool I use to comfortably update along with it. I’m always at least two to three versions behind since it’s annoying to update the pipeline unless there is a VERY good reason to switch. I’m assuming mGear will work just fine on 2025 once everything else around it updates and catches up.

1 Like

btw: we are also moving away from pymel with our own wrapper calle PyMaya.
The goal is to have the same interface as pymel, so everything should work just replacing the import
import pymel.core as pm to import mgear.pymaya as pm

Here is the branch if you want to test it :slight_smile: GitHub - mgear-dev/mgear4 at pymaya

5 Likes

Oh wow, I had no idea! That’s very handy you were able to make a wrapper for it. I’ll have to check that out when I have some time :smiley:

I’ve just finished upgrading our pipeline to Maya 2024. We are forced to upgrade because licencing only gives us the last three versions.

While I’m at it, I started testing the pipeline in 2025. Almost everything works once I update to the latest Qt.py. There are a few PySide6 compatibility issues, but they are easily patched with some code.

if Qt.__binding__ == "PySide6": do_this_indead

Is there a target date you are working to add MGear support for Maya 2025? Pymel has just released support for 2025, too.

I can help if needed, but I can’t compile plugins, only python.

I don’t know what license you have, but are you sure about this? Or is it possible it’s just Autodesk’s confusing and awful downloads website? If you know your license doesn’t support it, just ignore me! :slight_smile:

The release is planned before the end of this year.
The branch for mGear 5.0 is on github but still have some bugs that I am fixing
We have removed Pymel dependency :partying_face: and update for pyside6
The solvers are also available for window and mac os
But remember still WIP and some tools doesn’t work or will be removed before release

7 Likes

Removing the pymel dependency is huge! I’m excited to try it out :slight_smile:
Is the beta branch available to the public?

@corvineMaster

1 Like