Yea, the problem is its literally a plane, so 2 triangles, that needs to be cut. Thats why i was thinking if could maybe do some kind of flattening s…
Thanks for the reply. I’m not quite sure this will give me what i need, but then again i’ve never used volume select. Can this take a 2 poly plane…
I think it was some 3rd party plugin i was trying out. I went through and removed the ones i wasn’t using, and it no longer is popping up.
I think i found it. Thanks for the help.
Yea, thats the goofy thing. the undo buffer is not filled with anything. I just cleared the calbacks in the start up files, restarted max, and confir…
This one finds the selected Verts and aligns them all to the right i believe. This is stripped out of one of my tools…Basically you use modpanel.ge…
what does this line do? local owner = if owner != undefined do owner Edit… oh i see, it makes it so the variable’s definition stays preserved. Tha…
thanks, ill give this a good look through.
Found a decent work around, without using a global variable I have a local property value in the UI, and when one of the options is picked, I just fl…
I was trying to avoid global variables. : ( It just seems wrong, programmaticly, to have to call a global variable for an object to get access to dat…
Thanks for looking into this guys : ) Very helpful answers