Here is one solution I came up with that works but feels like it maybe could be cleaned up slightly: fn fn_createBox inCenter inSize = ( — create th…
OMG mind blown , created a speed test and snapshot is really really fast (200x faster), had no idea. :surprised :drool: Get vert as Reference speed…
Hmm, well I’m gonna perform the operation millions of times so I want it to be as fast as possible, I was thinking that max might be storing the verte…
PolyTools3D: For Editable Poly All functions return the position in World Coordinates. Or actually It still doesn’t work, if I do convert to me…
OLD: Yeah, works now, something was just messed up with the mesh/ my 3ds max when i was trying it EDIT: Or actually It still doesn’t work, if I do co…
Yeah for now I’m just using a timer, I’m going to add an option to bake to keyframes per “emitter” object so would be possible to render that when bak…
Good try for a guess But not what I’m doing, the thing I’m actually doing, is creating a procedural spline script that can be used for things like a…
Thanks, looks like it works perfectly, and really compact and clean, definitely glad I asked were not really sure how I would do something like that.
Ok thx, good to know, changed it to a parameter but Its still not really working the way I would expect it should. Like its not actually printing the…
hmm ok I see, but is it possible to call it as a function like this?, trying a simple print but get undefined
Thanks that also works