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…
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() …
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…
Is there a way to use the in coordsys … { } feature from maxscript in Python?
Duh… I didn’t know there was an ‘mxs.execute’ function… I don’t know MAXScript that well… Thanks.
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 …
Ah, thanks! I hadn’t seen this.
How do you specify flags in a function call, like ‘#select’ in the following call? mergeMAXFile “test.max” #select
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…