Thanks for the explanation Bobo, even though 99% of that went right over my head. I should not be allowed to make scripts Do you believe the way th…
magicm: scale $ [-0.5,0.5,0.25] does work as expected. Not completely actually. Check this out (thanks to zeboxx for the code) $.scale = [2,1,1]…
Just so you know, you may find my materialIDRandomizer script useful… It doesn’t guarantee a unique material ID to object, but it may prove to be u…
Nope, unless you signed a contract that states otherwise, they’re free to modify and redistribute as you wish. This is from the blurscript page: “If …
Yes, it’s just needs some extra code. Unfortunately, my contract prohibits me from modifying that blur script, so either you’ll have to find someone e…
They’re ignored because back when the script was written, mr didn’t exist for max I think MarcoBrunetta’s suggestion is your best bet. Neil
This code will get you the max version… (maxVersion())[1] / 1000.0 Neil
Thanks dude, that works great! Neil
This isn’t exactly what you want, but it may get you started… rayPosition = [x,y,z] r = intersectray object (ray rayPosition [0,0,-1]) So this takes…
gc() doesn’t work BTW. Neil