It crashed mine too after running on a 100×100 plane. I’m using max 9 sp2 x64.
for i = 1 to selection.count do ( newmat = StandardMaterial() newmat.name = (“MAT_” + i as string) selection[i].material = newmat )
If you make a horizontal line, create a point on it (corner XB) draw another line from this point at angle a length B, From the end of this line (corn…
Can you get any of the other angles?
I need to do something similar, using the Edit_Poly modifier, and it’s soo slow! Using Redraw + undo off, doesn’t make much difference. None of the f…
Select your Vray Light plane. Rectangle length:($.size1 * 2) width:($.size0 * 2) cornerRadius:0 transform:$.transform
No worries, be nice to hear if it works!
This will be helpful for you as well.
Sorry haven’t got time to write this out properly this morning, but like a good morning problem solve to get my day started. Bit of psuedo code to he…
Just so happened I had this code open in max when I read this… Assets = #() for o in selection do append Assets o convertToPoly(Assets[1]) for i = …
Yeah I knew I had the maths ‘correct’ so thought it was just locking out due to high processor usage or something. Learn something every day.
Thanks for the pointer… For those interested… Here’s a good little read… I only needed to add one more line to get the list of faces. theFace = 7…