Re: [Maya-Python] Ctrl + P

2021-04-10 Thread Marcus Ottosson
https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2018/ENU/Maya-Basics/files/GUID-B79EBC73-40D6-4D7C-B1D4-5DF5C8784914-htm.html Bingo, that’s it right there. I had only seen the “compact version” of it in any reproducible way, when changing colors in shaders etc. T

Re: [Maya-Python] Re: Maya contexts with maya.standalone

2021-04-10 Thread Chris Granados- Xian
Thanks for your reply! Yeah, sadly there are functions ran by these contexts that could be used without mouse interaction but since they are part of the context they are not accessible from Maya headless, which is a shame because there is a lot of automation and batch processing that could be made

[Maya-Python] Re: Maya contexts with maya.standalone

2021-04-10 Thread Matteo Di Lena
Hey Chris, I never worked with contexts in standalone, but I think they're supposed to be an event that allows Maya to manipulate objects/weights in the viewport based on mouse interaction, so that's probably why they return False. Il giorno lunedì 29 marzo 2021 alle 20:44:24 UTC+1 Chris Granad