Maya 2027 Known Issues
This page lists known limitations for Maya, Maya Creative, or both, and any available workarounds.
| Blue Pencil broken when using WindowsInk mode MAYA-142267 |
| Workaround: There is no workaround available at this time. |
| Docking into a tabbed layout may cause panels UI to be offset MAYA-142238 |
Workaround: Add the following to UserSetup.py to run at startup and prevent the offset issue:
from PySide6.QtWidgets import QApplication from PySide6.QtCore import Qt
QApplication.setAttribute(Qt.ApplicationAttribute.AA_DontCreateNativeWidgetSiblings, True) |
| Texture transparency has black border on Rocky 8.5 in Maya MAYA-128005 |
| Workaround: Convert the alpha channel to a grayscale image file and use that file for transparency |
| Maya IPR does not work with MtoA 5 or newer updates MAYA-121210 |
| Workaround: Use Arnold render view instead |
| EM Parallel: Playback of PaintCollide nParticle example is incorrect MAYA-112489 |
| Workaround: Set the evaluation mode to DG (Dependency Graph) |
| Playblasts generated using the WebM codec may not maintain real-time playback speed during sequence playback in the Sequencer workspace MAYA-142260 |
| Workaround: Use an alternate codec for real-time playback |
| Dissolve transitions may not appear immediately in the viewport when first created in the Camera Sequencer MAYA-141097 |
| Workaround: After creating the dissolve transition between two shots, scrub the Sequencer Time Marker from the later shot to the earlier shot to refresh the display and make the transition visible |
| Autodesk Assistant may not load completely in Maya MAYA-142301 |
| Workaround: Restart Maya |
| Closing Autodesk Assistant clears the current conversation state instead of preserving it MAYA-142615 |
| Workaround: Use Chat History to access previous conversations |