MSchmeling
@mschmeling
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 9
Reply
RE: Python and PyQt in 3dsMax

You are right… I can’t reproduce it this morning. Hm… Maybe I got Max into some confused state, I don’t know. Anyway, sorry for the confusion, and tha…

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

If you create a plane and specify the number of segments, the plugin always multiplies the specified number of segments by four. obj = mxs.plane() …

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

Thanks for the reply, Eric. I think I found a major memory leak (Max 9 32 bit). It seems that iterators which return Max objects do not free memory c…

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

Is there a way to use the in coordsys … { } feature from maxscript in Python?

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

Duh… I didn’t know there was an ‘mxs.execute’ function… I don’t know MAXScript that well… Thanks.

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

What would be the way to call a max command like [left]max zoomext sel [/left] [left] [/left] [left]I tried various ways which seemed more or less …

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

Ah, thanks! I hadn’t seen this.

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

How do you specify flags in a function call, like ‘#select’ in the following call? mergeMAXFile “test.max” #select

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

I can’t tell you how grateful I am for this plugin. I have started building a sophisticated plugin and I am so happy that I can do it in Python! It ar…

15 years ago
Forum