LumaPictures / pymel

Python in Maya Done Right
Other
490 stars 131 forks source link

Fixed a bug in pymel.core.uitypes.AETemplate.callCustom() that was introduces since Maya 2023 #468

Open SolenOchHavet opened 1 year ago

SolenOchHavet commented 1 year ago

In Maya 2023, Autodesk introduced an undocumented breaking change in maya.cmds.editorTemplate() for the callCustom flag. The order the arguments must be passed in has been flipped. Without this fix, the pymel.core.uitypes.AETemplate.callCustom() method will do nothing and thus breaking AETemplates that depends on it.