SoLiTuDe
@solitude
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 146
Reply
RE: Python and PyQt in 3dsMax

haha… that’s been happening a lot lately.

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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…

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

There’s no max 2010 build (yet), yes you are correct in that max10 = max2008

15 years ago
Forum
Reply
RE: create multiple dialogs

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,…

15 years ago
Forum
Reply
RE: Controlling a rotation by a spinner value

changing: prerotate currentMatrix to currentMatrix.rotation seems to work (unless you’re going for something different)

15 years ago
Forum
Reply
RE: Simple question, how to clone?

…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 ( …

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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…

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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…

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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…

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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…

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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…

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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…

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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)

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

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…

15 years ago
Forum
Reply
RE: inMesh checker?

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…

15 years ago
Forum
Page 6 / 10