(This is a translation of a [Japanese [Content removed] by Shimojima Yusuke.)
I would like to ask a question about a tool published by Epic Games on Fab.
When exporting poses from PoseWrangler in Maya 2026 (Windows 11), Maya running in batch mode crashes after completing pose export, and the crash report window appears.
I have identified the portion of the code causing the crash in my environment, so that I am currently using the following temporary modification:
That is a reasonable adjustment and is a good idea. os.quit is intended for hard quitting on hangs, and cmds.quit is the correct call for gracefully quitting Maya. I’m reaching out the team to determine if we’ll make this a permanent change.