Re: [Maya-Python] Re: Regarding the creation of windows using either Pymel or Python

2011-01-12 Thread Martin La Land Romero
Hey PixelMucher, This is an introduction to python by Chad Vernon. http://www.chadvernon.com/blog/resources/python-scripting-for-maya-artists/classes-and-object-oriented-programming/ Martin On Wed, Jan 12, 2011 at 9:01 PM, PixelMuncher wrote: > I need to learn how to use classes also, if you

[Maya-Python] Re: Regarding the creation of windows using either Pymel or Python

2011-01-12 Thread PixelMuncher
I need to learn how to use classes also, if you find a good tutorial, let me know ;) On Jan 12, 5:55 pm, Martin La Land Romero wrote: > Thanks PixelMucher! > > I did a few UIs using Python in Maya but I did  it all with Functions, some > of the techguys at work told me to put it in a class so I f

Re: [Maya-Python] Re: Regarding the creation of windows using either Pymel or Python

2011-01-12 Thread Martin La Land Romero
Thanks PixelMucher! I did a few UIs using Python in Maya but I did it all with Functions, some of the techguys at work told me to put it in a class so I figured I'll give it a try since my next step is to learn class. Thanks On Wed, Jan 12, 2011 at 2:28 PM, PixelMuncher wrote: > Look at "By Ca

[Maya-Python] Re: Regarding the creation of windows using either Pymel or Python

2011-01-12 Thread PixelMuncher
Look at "By Category" section of the Python section of the Maya manual. Most if not all of the commands include examples which include creating a window. If your as typeA as I am, you can copy the code to the script editor, execute, then screen capture the resulting window and setup a reference doc