[Maya-Python] PyMEL 1.0 Released!

2010-04-12 Thread Chad Dombrova
Hi all, The first official release of PyMEL 1.0 is ready to download! It supports Maya versions 2008, 2009, 2010, and 2011. This release is slighter newer than the one included with Maya 2011 -- 1.0.2 versus 1.0.0 -- and has a few additions and bug fixes that we couldn't get in before the dea

Re: [Maya-Python] MltMeshVertex.getNorma()l....?

2010-04-12 Thread johnvdz
thanks agian Adam, was away for a few days i can understand why you wouldnt use Iterators for alot of functions for Speed issues. at the moment i actually want to get an Array Value of some sort so i can see actual numbers to test if things are right. eg [x,y,z] or is it UVW for normals?. i'm

[Maya-Python] Pyqt4 osx

2010-04-12 Thread debug
Hi- Anyone know what I need to append to my python maya path to get it to recoginize pyqt4, I tried this but got this odd message: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site- packages/PyQt4/QtCore.so, 2): no suitable image found. Did find: /Library/Frameworks/Py

Re: [Maya-Python] Re: Basic pymel questions

2010-04-12 Thread Paul Molodowitch
No, they don't... each install is self-contained. - Paul On Sun, Apr 11, 2010 at 5:54 PM, Te Wilson wrote: > Do the pymel installs build on one another i.e do I need 0.9.2 and 1.0.1 to > have all access to all the pymel functions? > > On Wed, Apr 7, 2010 at 9:15 AM, shawnpatapoff > wrote: >> >>

[Maya-Python] Re: sitecustomize.py help

2010-04-12 Thread shawnpatapoff
Hey, What I've done here to support different scripts, plug-in etc is to write a Maya launcher in PyQt. Essentially the user gets a UI with several different flavors of Maya to choose from. Our flavors are just different projects. When the user clicks, a new thread is spawned with a blank environm

Re: [Maya-Python] sitecustomize.py help

2010-04-12 Thread Ian Jones
My understanding is that sitecustomize.py is still supported, just not in all the ways it used to be prior to version 2.5. I'm using it with version 2.6 right now in fact. The major change in 2.5 related to sitecustomize.py is that it must be on the original pythonpath in order for it to be execut

Re: [Maya-Python] sitecustomize.py help

2010-04-12 Thread Jo Jürgens
Just be aware that sitecustomize.py is unsupported by Python since Python 25 and may cause problems with other modules. Ive had it break Django or Pylons (dont remember which one), so I stopped using it. On Mon, Apr 12, 2010 at 8:41 AM, Judah Baron wrote: > We use a minimal sitecustomize.py, b