ehulser
@ehulser
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 65
Reply
RE: qt to maxscript

Unless something’s changed recently – I don’t think there is a way to do that…short of going the python/PyQt route we released from blur.

13 years ago
Forum
Reply
RE: Python for .NET

Well, you might be able to… The Blur solution simply exposes CPython directly to Maxscript and vice versa. All the PyQt code is pure Python/PyQt. T…

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

I haven’t seen docking Qt UI’s into max’s, but the way to solve the Qt event loop is that you have to build/use the QWinMigrate package: All the Qt…

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

There is probably something wrong in your registry about the python version that its looking for would be my guess. If you run cmd >> regedit …

14 years ago
Forum
Reply
RE: Python + MXS

Most things are accessible via the mxs module, so you should be able to write that code as: Maxscript: anim_bmp = bitmap view_size.x view_size.y fil…

14 years ago
Forum
Reply
RE: Python + MXS

Hey all – I know its been a hell of a long time – but the Blur support for Python in 3dsMax is back online. It has been working in production for us…

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

Seeing the caddies.gup error on load means that your system can’t find the Qt DLLs that are installed. Caddies.gup requires Qt (as do the actions wit…

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

Sorry for the delay guys, we’ve been having some issues with the installers wiping out config settings and such things, and so im trying to consolidat…

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

@ NoFlame – That I have no idea about…I’ve never needed to do such a thing. Is the character in a string? How is it being created? All the code fo…

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

Hey guys, I have just put latest (and much more stable) builds up for all versions of 3dsMax (x32/x64) on the blur-dev website. I’ve also finished c…

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

you need to make sure that your python path is registered properly – by default, our x64 installs will install the blur module to: c:/python26_64/lib…

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

Are you basing that off the visible scene item? Python won’t refresh your scene – a max plane is built with a default of 4×4, if you add an mxs.redra…

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

Thanks for the catch guys – I will definitely look into the memory leak problem when I get back to the studio in January. That is most definitely a b…

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

Sorry for the silence guys – been busy wrapping up the year. But, in light of the Christmas spirit, we have just released the system for 3dsMax 2010 …

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

Here are the screengrabs: And:

15 years ago
Forum
Page 1 / 5