Ah thanks Bobo! That works great
Max will auto-load any scripts in plugin directories, so if you just need scripts to load on startup, do this: -add a network share path to each comp…
Well the standard max intersection function is intersectray, or intersectrayex, but I think they only work with geometry so they won’t work on splines…
Flex modifiers are history dependent. It could be that the lag is from max having to recalculate all of the flex data on every frame up until the fram…
Ok thanks for the info guys. I’ll implement that heapsize increase that you mentioned, Bobo, if I see it becoming a problem with my script.
Get vectors from light source –> series of points along the perimeter of the object casting the shadow. Create rays from those vectors, and cast i…
encryptscript “scriptFilePath” —put path to your .ms file in the quotes
It does cut sequences up. If you see only one sequence, that means there is some motion on your camera still (maybe very subtle) in places where it a…
Try it now obj = $Camera01 — change this to the name of your camera framerange = #() rangeString = “” global firstnum for j in animationran…