Just as reference, this is what I have so far. It’s a sweep modifier extension. I apply it to splines. rollout rl_Params “Prop Parameters” ( grou…
Hmmm, maybe it’s not so workable. It seems to use up a LOT of ram, and then leaves it resident once the mesh is built. 2GB > 16GB in about 30s, e…
Well I started to get really confused with the function needed to draw triangles with the vertex indexes, but then also the function needed to put the…
Thanks Drea, That appears to have done the trick. I was looking at that but couldn’t see it, but now it makes sense. This is my problem with maxscri…
Hi DenisT, Thanks for clarifying those things. Oh, I didn’t see the readValue method all the way down here haha. Never mind. That all seems to work …
Ah I think that makes sense now. The MaxScript help documentation goes so far, but your post really helped to clarify the use of the sequence for me….
Ah yes, I spotted that in the help (next section down :)) right after I posted, and became a little baffled by the syntax (opening and closing the str…
Ah, upped the limit now. 7.5meg was probably ok for my files, but I guess raising it can’t do any harm. My files are between 256k ~ 1.5meg and the new…
Right, well I got the exporter doing exactly what I wanted, making it upto 16 bits by appending zero’s then putting the 2nd read 8bit block in first (…
Thank you for the reply Bobo! I think I tried something very similar at about 10am this morning, I didn’t think I could nest things like that and get…