Yeah. I will tomorrow if I don’t figure it out quick.
Also, is there a way to disable painting while left is pressed, but only paint on click?
Bobos DVDs were awesome. That got me up to speed very quickly.
You could probably just use HiddenDosCommand as well and Launch the proper version of PS that way possibly? Get the Users Main Drive through Maxscrip…
Well I know the Itoo Software Plugin can use Multicores, and u can say how many. It can create like 500K “objects” per second apparently. But Im not…
Maybe in Max 2013 they will add MultiThreaded Scripting
Changing at the base object was working in Local Space for me. I did get it working in World space by converting, but I was using the objects transfo…
Hm, ya that could work Thanks, I’ll have to give that a shot.
That is Why. I need to offset a vert or offset with soft selection. Also I don’t want to use meshes because of limited modeling methods. My script ne…
Well I need to do an offset in a direction of a Normal. So I could do in Coordsys Normal, but that won’t help me in SetVert.
Well I went back to just turn On/Off Modifiers, which works fine. This time I took into account which ones were already On/Off and went from there.
Hm… I thought it had it working for a second, but nope :(. I’m trying verts = polyop.getVertsUsingEdge selection[1].baseObject (polyop.getEdgeSelec…
It seems like for a temp Fix, I can turn Off/On the Modifiers and just use the standard object. I was using baseObject to get around them, but its no…