[Maya-Python] Call maya's command from outer application or command shell

2015-04-06 Thread illunara
Hi everybody Can i control an instance of maya's application, calling maya's command from command shell or other application? Mayapy is not an option, i guess. Thank ;) -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To

Re: [Maya-Python] Call maya's command from outer application or command shell

2015-04-06 Thread Justin Israel
You can refer to my MayaSublime plugin: https://github.com/justinfx/MayaSublime/blob/master/MayaSublime.py I'm doing basically that, connecting to Maya's command port, over telnet. On Tue, Apr 7, 2015 at 5:03 PM illunara wrote: > Hi everybody > Can i control an instance of maya's application,

Re: [Maya-Python] Call maya's command from outer application or command shell

2015-04-06 Thread Fredrik Averpil
You can run Maya in headless mode or communicate with it via command ports. Regards, Fredrik tis 7 apr 2015 kl. 07:03 skrev illunara : > Hi everybody > Can i control an instance of maya's application, calling maya's command > from command shell or other application? > Mayapy is not an option, i

Re: [Maya-Python] Call maya's command from outer application or command shell

2015-04-06 Thread Chris Gardner
You can also use some sort of rpc system if you want to run maya like a remote python interpreter - i've used zeromq in the past (look up Rob's dccautomation) and have used rpyc just recently. pretty nice and seamless. so many options... ;) cheers, chrisg On 7 April 2015 at 16:06, Fredrik Ave

Re: [Maya-Python] Call maya's command from outer application or command shell

2015-04-06 Thread Tuan Nguyen
I love you guys so much, thank for quick and and clearly reply. Since we can use Eclipse as maya IDE, i think it possible too, and you guys give me a lots more option than that. I think i will go with Justin's plugin ;) -- You received this message because you are subscribed to the Google Groups