It’s more likely ts wants to auto-select edit_poly mod if it’s in stack modifier-auto-select
spline-fibers ?
check out this thread
All you have left to do is to find a way to fill csv array with string corresponding to each polygon ( delete objects polygons = #() csv = #( “P…
wonder if there’s a better way of doing it without messing with ini newpath = “C:\\” oldpath = getINISetting (getmaxinifile()) “MAXHistoryList” “Hist…
a lot to be done here. check if first or last vertex, closed or opened spline etc upd. for some reason it fails on bezier verts. ( offset = 10 sh…
there’s always an option
print <value> to:<filestream> format <fmt_string> { <value> } to:<filestream> check out mxs reference
you can save it using custAttributes there’s plenty of examples on this forum
Nice. 2-3 times faster on average. I’ve just managed to create size=25 with instanced particle teapots under 2 seconds on my laptop. compilerParams.R…
that’s insane :keenly: just tested it with size=25 i+1 Time: 0.633sec. Mem: 1005180L i.x += 1 Time: 0.631sec. Mem: 1512L
–pts = #() i=1 for x=0 to size-1 do( for y=0 to size-1 do( for z=0 to size-1 do( setvert m i [ x*w, y*l, z*h ] i = i + …
for some reason converttomesh didn’t work for me at first. now it’s ok. thx
delete objects ( gc() with redraw off ( with undo off ( t1=timestamp() hf = heapfree size = 15 w = 10 h = 10 l = 10 m = mesh numverts:(size…
? for x=1 to 6 do for y=1 to 6 do point pos:[ x * 500, y * 300, 0]