[Maya-Python] Re: numpy with maya and snow leopard

2009-10-26 Thread Chad Dombrova
I have tried to use easy_install within maya to install it, but It is not building correctly (the same is true outside of maya too). what errors did you get when using easy_install? and if easy_install did not work, how did you get it to install? -chad

[Maya-Python] Re: PyQt in Maya examples

2009-10-26 Thread David Moulder
Here it is, This version has fixed our threading errors that occurred where maya wouldn't close correctly and leave 1 mayapy thread open. -Dave ### from PyQt4 import QtCore, QtGui import maya.utils as utils import sys import time import threading import maya.cmds as

[Maya-Python] Re: adding float array attributes to a node from a command

2009-10-26 Thread Jakub Krompolc
just a note, I had a chat with someone and it seems I could get the DataBuilder in a command from MPlug... also I had some mistake in initialize method. But please comment anyway if you have something to say, as I might come back with other problem with this thing. On Oct 25, 9:52 pm, Jakub

[Maya-Python] Re: eclipse usage:

2009-10-26 Thread Chad Dombrova
yeah, i agree. this is one of the biggest things i miss when using other editors. On Oct 26, 2009, at 8:48 AM, Count Zer0 wrote: That is the coolest feature of Pydev, but if you want to turn it off: Preferences - Pydev - Editor - Mark Occurrences. -jason On Oct 25, 5:01 am, lala

[Maya-Python] Re: eclipse usage:

2009-10-26 Thread haseeb ahmed
i agree, while writing lengthy / big script, it would be helpful, but while testing simple stuff and learning pymel, when i need to select some commands and run them to check results, its little disturbing, but huge thanks On Mon, Oct 26, 2009 at 8:56 PM, Chad Dombrova chad...@gmail.com wrote:

[Maya-Python] Re: numpy with maya and snow leopard

2009-10-26 Thread rabidPraxis
Hey Chad, thanks for the response. pyMel is badass, btw.. I installed numpy on 10.4 (I remember it being a hassle for that first install, getting the gcc fortran compilers working) and I have updated it a couple times since then. I installed snow leopard and migrated to a new machine, and

[Maya-Python] Re: PyQt in Maya examples

2009-10-26 Thread John Creson
Thanks David! On Mon, Oct 26, 2009 at 9:13 AM, Sylvain Berger sylvain.ber...@gmail.com wrote: Thanks a lot David! On Mon, Oct 26, 2009 at 5:23 AM, David Moulder da...@thirstydevil.co.uk wrote: Here it is, This version has fixed our threading errors that occurred where maya wouldn't

[Maya-Python] Re: numpy with maya and snow leopard

2009-10-26 Thread chadrik
hmmm... that does not look like fun. since numpy is compiled, i can definitely see that there would be a problem copying libs compiled on 10.4 over to 10.6. i haven't looked at this problem yet myself, but here are a few thoughts: python2.6.1 is the default on snow leopard and it is 64