Serejah
@serejah
New Member
Joined: Feb 14, 2024
Topics: 34 / Replies: 1221
Reply
RE: Help with Script: GoToEdit/ablePoly

It’s more likely ts wants to auto-select edit_poly mod if it’s in stack modifier-auto-select

8 years ago
Forum
Reply
RE: Braid algorithm

spline-fibers ?

8 years ago
Forum
Reply
RE: how can i create a series of polygons from csv file data

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…

8 years ago
Forum
Reply
RE: Force Dir for selectBitmap()

wonder if there’s a better way of doing it without messing with ini newpath = “C:\\” oldpath = getINISetting (getmaxinifile()) “MAXHistoryList” “Hist…

8 years ago
Forum
Reply
RE: Chamfer Spline maintaining corner

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…

8 years ago
Forum
Reply
8 years ago
Forum
Reply
RE: Get the result/value of format

print <value> to:<filestream> format <fmt_string> { <value> } to:<filestream> check out mxs reference

8 years ago
Forum
Reply
RE: Storing an array into an object's properties

you can save it using custAttributes there’s plenty of examples on this forum

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

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…

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

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

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

–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 + …

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

for some reason converttomesh didn’t work for me at first. now it’s ok. thx

8 years ago
Forum
Reply
RE: Improve speed of "Create box()"

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…

8 years ago
Forum
Reply
RE: How To Create Multi Dimention Point Array With Maxscript

? for x=1 to 6 do for y=1 to 6 do point pos:[ x * 500, y * 300, 0]

8 years ago
Forum
Page 72 / 84