Message 1 of 1
Python how to proc the mayapy.exe from a maya script editor and send it code from the script to run?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys just messing around trying to make some new handy tools, one of them I want to open a standalone Maya file put objects in the file through a process, export then import them into the scene that I'd be running the script from. I'm still pretty fresh to coding and while I have a good idea on the rest of the process I'm stuck with executing mayapy.exe and sending it code to run
thanks in advance for the help!