the wingIDE is good for debug , but not beautiful ui,if u debug very profession,u will love it
2011/7/11, [email protected] <[email protected]>: > ============================================================================= > Today's Topic Summary > ============================================================================= > > Group: [email protected] > Url: http://groups.google.com/group/python_inside_maya/topics > > - Which editor do you use? [15 Updates] > http://groups.google.com/group/python_inside_maya/t/e3438fc9e5b070bf > - Python API lectures? [1 Update] > http://groups.google.com/group/python_inside_maya/t/1d8581486f50eaf9 > > > ============================================================================= > Topic: Which editor do you use? > Url: http://groups.google.com/group/python_inside_maya/t/e3438fc9e5b070bf > ============================================================================= > > ---------- 1 of 15 ---------- > From: 宇 <[email protected]> > Date: Jul 09 06:47PM -0700 > Url: http://groups.google.com/group/python_inside_maya/msg/ed7f706cc22006fb > > I want to know which script editor is the most popular, and which > editor does everybody in this group use? I just know the jEdit / > SubAtheaEdit / TextMate / EditPlus and Eclipse. I use the most is > > ---------- 2 of 15 ---------- > From: Ravi Jagannadhan <[email protected]> > Date: Jul 09 06:55PM -0700 > Url: http://groups.google.com/group/python_inside_maya/msg/32577b8081eeb9ea > > I've recently started using Eclipse + PyDev. Pretty good combo. > > > -- > Where we have strong emotions, we're liable to fool ourselves - Carl Sagan > > > ---------- 3 of 15 ---------- > From: Rosenio <[email protected]> > Date: Jul 09 11:30PM -0300 > Url: http://groups.google.com/group/python_inside_maya/msg/36effedc57a0c283 > > I'm using Eclipse + PyDev and it's is realy good enough to me. > > 2011/7/9 Ravi Jagannadhan <[email protected]> > > > > ---------- 4 of 15 ---------- > From: Sebastian Schoellhammer <[email protected]> > Date: Jul 10 03:03PM +1200 > Url: http://groups.google.com/group/python_inside_maya/msg/4f665cb67da059a4 > > I'm using Wing at home and we have Eclipse / Pydev at work > > > ---------- 5 of 15 ---------- > From: Emre Yilmaz <[email protected]> > Date: Jul 09 08:55PM -0700 > Url: http://groups.google.com/group/python_inside_maya/msg/a877c293b7e7e1be > > Since we're on the topic, I just started using Eclipse with Maya and > ran into two confusions. > > 1) Sending cmds to Maya directly from Eclipse? There was a plugin on > Creative Crash from Ron Bublitz > > ---------- 6 of 15 ---------- > From: Chris Gardner <[email protected]> > Date: Jul 10 02:01PM +1000 > Url: http://groups.google.com/group/python_inside_maya/msg/a7db01db5b3959d9 > > Hey Emre > >> Creative Crash from Ron Bublitz to do this, but it didn't seem to work >> for me (due I think to my too-new Eclipse version.) Is there another >> way? > > Same here - i tried to get it > > ---------- 7 of 15 ---------- > From: 张宇 <[email protected]> > Date: Jul 10 12:25PM +0800 > Url: http://groups.google.com/group/python_inside_maya/msg/aa50145bbeba4bb0 > > my eclipse works well. I'm using the Version: 3.7.0. I just know a little > about how to send the commands to your maya, it's sample, here is the code > >> sock.connect(('127.0.0.1', port)) > > ---------- 8 of 15 ---------- > From: johnvdz <[email protected]> > Date: Jul 10 06:37PM +0930 > Url: http://groups.google.com/group/python_inside_maya/msg/1c8072d17bcba3b0 > > here is a toMaya script for Eclipse... > > > http://3desque.wordpress.com/2011/03/20/tomaya/ > > > works for me > > john > > > 张宇 wrote: > > > ---------- 9 of 15 ---------- > From: 张宇 <[email protected]> > Date: Jul 10 06:31PM +0800 > Url: http://groups.google.com/group/python_inside_maya/msg/88e735a9c6baa0d0 > > I want to add a question that which tool do you use to manage your codes?The > best it can works both on mac and windows > > 2011/7/10 johnvdz <[email protected]> > > > -- > http://thatboy.me > > > ---------- 10 of 15 ---------- > From: johnvdz <[email protected]> > Date: Jul 10 10:19PM +0930 > Url: http://groups.google.com/group/python_inside_maya/msg/993809e32a0b1a76 > > I'm no expert but eclipse is pretty good for revisions etc, i have a > few friends that swear by Git for version control. > > http://git-scm.com > > > > john > > 张宇 wrote: > > > ---------- 11 of 15 ---------- > From: paul jordan <[email protected]> > Date: Jul 11 12:05AM +0930 > Url: http://groups.google.com/group/python_inside_maya/msg/14a5e9cc77b9e94f > > hi > > I was expecting a tivail install for eclipse and pydev--but it turned > into a production as the > you tuve vids were pretty inaccurate. a bad omen > > > > paul > > > ---------- 12 of 15 ---------- > From: [email protected] > Date: Jul 10 03:44PM > Url: http://groups.google.com/group/python_inside_maya/msg/d4fe2d2e71bd8304 > > I'll +1 this, git and Wing make a great team. > > > > ---------- 13 of 15 ---------- > From: John Patrick <[email protected]> > Date: Jul 10 08:45AM -0700 > Url: http://groups.google.com/group/python_inside_maya/msg/b417a79e7d28b387 > > eclipse with pydev and emacs+ here; I used to just use emacs with no > completion, before I knew the emacs+ plugin existed. For version control I > use git/github; I'm no expert on it, but the basics > > ---------- 14 of 15 ---------- > From: yury nedelin <[email protected]> > Date: Jul 10 09:23AM -0700 > Url: http://groups.google.com/group/python_inside_maya/msg/a9a3fe1625d641dc > > I use Komodo from active state. > > its very well suited for python and they have mel add-on > > yury > > > > > ---------- 15 of 15 ---------- > From: John Patrick <[email protected]> > Date: Jul 10 09:26AM -0700 > Url: http://groups.google.com/group/python_inside_maya/msg/90f81073224fcac6 > > FYI, for those looking for a tutorial on setting up Eclipse with pydev and > maya autocompletion, check out the PyMel docs: > > http://www.luma-pictures.com/tools/pymel/docs/1.0/eclipse.html > > > > ============================================================================= > Topic: Python API lectures? > Url: http://groups.google.com/group/python_inside_maya/t/1d8581486f50eaf9 > ============================================================================= > > ---------- 1 of 1 ---------- > From: Renato Polimeno <[email protected]> > Date: Jul 09 05:28PM -0300 > Url: http://groups.google.com/group/python_inside_maya/msg/7483c999c72a5246 > > http://area.autodesk.com/masterclasses > > Just found a valid link for the lecture, > I guess autodesk did uploaded lots of them back again =) > > cheers > > On Sat, Jul 9, 2011 at 4:54 AM, Nicolai > > > > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe > -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
