haha… that’s been happening a lot lately.
instinct-vfx: Btw, any new plans on releasing that node framework ? (and nope am not gonna stop asking ) Kind Regards and thanks again…btw the mor…
There’s no max 2010 build (yet), yes you are correct in that max10 = max2008
make sure you’re not calling destroydialog anywhere… any time you call createdialog you should be making a new instance… not destroying the old one,…
changing: prerotate currentMatrix to currentMatrix.rotation seems to work (unless you’re going for something different)
…or you could just run the copying in a for loop. Copy on a single object returns the new object sel = selection as array for obj in sel do ( …
Labbe!!! Shakes fist back at you I think the blur module calls specific stuff for 3ds max, but I don’t see why there wouldn’t be a way to get the gui…
How are you trying to exec the script? Just via python.exec() or do you actually have the script editor opening in max? –I’m sure Eric is right, e…
Just makin’ sure: do you have Pyqt in this folder? C:\Python24\lib\site-packages Also, If you open python 2.4 (just run python from that python folde…
instinct-vfx: Thanks Ian. That was what i was doing wrong before (using python.exec instead of run :shrug: ) Any chance we will also see the old t…
Loocas – I have a laptop with 64bit vista on it… I’ll get that going as a test bed soon… Very cool stuff there, guys… just so you know, you can execu…
Well that’s the problem right there… a few posts back: Ehulser: “also right now we aren’t supporting Vista64 – we don’t have it here and haven’t te…
Looks like we’re running 2.4.2 in the studio… but 2.4.4 also has binary releases… No idea if that .2 would make a huge difference ( I doubt it)
I’m not familiar with C# to be honest, Eric would be the one to answer this really, but so far pyqt is super easy to use, and is very powerful… You sh…
IntersectRay should come back as undefined if it doesn’t hit a face, ie: meaning it went through a back-face. Here’s a little snipped I’ve used in th…