Re: [Maya-Python] Digest for python_inside_maya@googlegroups.com - 11 Messages in 3 Topics

2013-03-08 Thread Ravi Jagannadhan
Too late! I've already decided you were thanking me :P ... On Fri, Mar 8, 2013 at 6:10 PM, 郭金锋 wrote: > Well, I mean Justin [?] > > > 2013/3/9 郭金锋 > >> Cool! Thanks a lot![?] BTW, I‘ve watched a couple of your video >> tutorials, they are very helpful! Looking forward to your new tutorials! >>

Re: [Maya-Python] Digest for python_inside_maya@googlegroups.com - 11 Messages in 3 Topics

2013-03-08 Thread 郭金锋
Well, I mean Justin [?] 2013/3/9 郭金锋 > Cool! Thanks a lot![?] BTW, I‘ve watched a couple of your video tutorials, > they are very helpful! Looking forward to your new tutorials! > > 2013/3/9 > > Today's Topic Summary >> >> Group: http://groups.google.com/group/python_inside_maya/topics >> >>

Re: [Maya-Python] Digest for python_inside_maya@googlegroups.com - 11 Messages in 3 Topics

2013-03-08 Thread 郭金锋
Cool! Thanks a lot![?] BTW, I‘ve watched a couple of your video tutorials, they are very helpful! Looking forward to your new tutorials! 2013/3/9 > Today's Topic Summary > > Group: http://groups.google.com/group/python_inside_maya/topics > >- Maya API tuts <#13d4b743afbef623_group_thread_0

[Maya-Python] Way to determine if there is dirty-plug-propagation connection?

2013-03-08 Thread Paul Molodowitch
Ie, I want to know if nodeA.startPlug is made dirty, will it cause nodeB.endPlug to become dirty as well? In other words, I want to know if startPlug can potentially affect endPlug. I could attempt to figure this out myself, by tracking back through the dependency graph, querying for attribute-af

Re: [Maya-Python] Re: Maya API tuts

2013-03-08 Thread Dorian FEVRIER
I've done some english translation of my Maya Python API tutorials: http://www.fevrierdorian.com/blog/tag/api De : Ricardo Viana À : "python_inside_maya@googlegroups.com" Envoyé le : Vendredi 8 mars 2013 12h37 Objet : [Maya-Python] Re: Maya API tuts Than

[Maya-Python] Re: Maya API tuts

2013-03-08 Thread Ricardo Viana
Thanks. Very helpful. Cheers r Ric On Friday, March 8, 2013, Panupat Chongstitwattana wrote: > Chad has an intro tutorial which is pretty recent. > > Maya API Intro series > http://www.chadvernon.com/blog/resources/maya-api-programming/ > > > > On Fri,

Re: [Maya-Python] Maya API tuts

2013-03-08 Thread Panupat Chongstitwattana
Chad has an intro tutorial which is pretty recent. http://www.youtube.com/watch?v=7Uya-I9T2iM http://www.chadvernon.com/blog/resources/maya-api-programming/ On Fri, Mar 8, 2013 at 4:59 PM, Ricardo Viana wrote: > Hi guys. I come from art background and slowly been learning python on my > own s

[Maya-Python] Maya API tuts

2013-03-08 Thread Ricardo Viana
Hi guys. I come from art background and slowly been learning python on my own so I can write my own tools. I know some things now with simple scripts . But I wanted to step up writing plugins. The thing is I kinda bumped into a wall. I can't understand the API docs . Does anyone know of a good int

Re: [Maya-Python] Digest for python_inside_maya@googlegroups.com - 16 Messages in 6 Topics

2013-03-08 Thread Justin Israel
The Maya Python Api 2.0 doc has a list of notes detailing the differences: http://docs.autodesk.com/MAYAUL/2013/ENU/Maya-API-Documentation/python-api/index.html The main syntax differences would be where they use return types instead of pointer/reference parameters, and python attributes instead