Maya 2024.0.1 didn't update the API version info?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Maya 2024.0.1 (on Windows) reports as "2024.0.1" on the splash screen, the Help/About dialog, and in the values returned by maya.cmds.about() for majorVersion/minorVersion/patchVersion (patchVersion is "1"). However, maya.cmds.about(apiVersion=True) and maya.api.OpenMaya.MGlobal.apiVersion() returns 20240000, NOT 20240001 as might be expected.
Did Autodesk forget to bump the API versioning with the 2024.0.1 patch release? Or is the API version considered unchanged, at 20240000, and separate from the "app version"? That would be a bit unfortunate, as there seems to be no way to get the same info that is feeding about(), using the OpenMaya interface. Using maya.cmds.about() from mayapy requires maya.standalone.initialize() to be called, which OpenMaya does not.