I personally use WingIDE, which can be configured to send commands to maya (basically replacing the script editor). Also, it includes a built-in Python shell that lets you test concepts in real-time, line by line.
I'm currently learning SublimeText, which is WAAAY easier to set up with maya--you just have to install Justin's Maya Plugin and set up a commandPort in Maya, and it works. I'm brand new to Sublime (as in just started playing with it tonight), but I'm absolutely loving working with it. I still like Wing for it's Python integration and Step-Through debugging, but it's beyond possible that can be set up in Sublime as well from what I'm seeing. I'm sure a Sublime user can step in and say more though. On Thu, Jun 4, 2015 at 8:51 PM, Panupat Chongstitwattana <[email protected] > wrote: > I really enjoy how the scripting in Maya is like 1 continuous session. > Meaning I can import something once and keep on running its method over and > over. Also enjoy how I can high light parts of my code and execute only > that without losing the code. > > Any IDE out there that offers similar functionality? > > -- > 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/51f80349-b2a5-484b-8234-842cbf4c5c60%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/51f80349-b2a5-484b-8234-842cbf4c5c60%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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/CAM33%3Da6YTpO-M4Z6MGz2r2c8390CznEHx3T%2B-0SEb405rqyWiA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
