When dark things come up like that , maybe the issue is not maya or undos but the design of your workflow / tools , maybe it needs to be simplified to stay aight with Maya , but yeah besides that if you need it fur your life it seems like you are pretty much f*cked lol
Sent from Mail for Windows 10 From: Marcus Ottosson Sent: Saturday, March 17, 2018 10:25 PM To: [email protected] Subject: Re: [Maya-Python] API Access to Undo Queue Consider a module that exposes members similarly to maya.cmds, such as createNode and connectAttr, but calls the Python API under the hood for performance. And consider having these members exposed not via flat functions like maya.cmds, but as objects like PyMEL. E.g. myNode["myAttr"] >> myOtherNode["yourAttr"]. Now consider expanding on what is made possible by both PyMEL and cmds, such as myNode["Distance", Kilometers] = myOtherNode["Age", Cached]. That is all fine and well, except none of it can be undone. :( -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBzCaKuv8hkKZYa1WxxdMfidbBXSzaYWaAVtR9iky2x_g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/5aad9779.4f9adf0a.6376.c92d%40mx.google.com. For more options, visit https://groups.google.com/d/optout.
