thanks johan! will try out the plugin! hopefully its what i am looking for cheers!
the script assumes the obj file contains models centered at the origin and all the models transformations is in the file given as input. critical fail…
here’s the script for extracting the sign, exponent and fraction from a 32 bit float in maxscript. dunno how to get the mantisa though. /* CG_T r…
good to know the script worked … It kind of seems to get stuck if too many objects in the scene though? as i mentioned in the earlier its a “dirty…
here’s a quick and dirty (very very slow) way of doing it ( st = timestamp() select_all = #() select_all = geometry deselect $* for g1 = 1 to se…
not sure if theirs a tool or built function to do this*… and it would be terribly slow to use intersect ray… best would be to somehow automate the pro…
sorry had a misconception before here’s the corrected code fn splitbitray a x = ( st = timestamp() a = a as array k = 1 b = #() for i = 1 to…
here’s my attempt, hopefully there’s an easier way to do this . any how, the splitbitray function takes 2 params, a bit array a and an integer x and s…
reset max and change the variables filename1 and filename2 to the files you want to merge filename1 = “D:\file1.max” filename2 = “D:\file2.max” loa…
more info here: cheers!
{BURP!} (excuse me!) that was some heavy code to digest anyways i made a few modifications to the code and i can now embed any window of my liking …
Thanks a lot for the posts guys. And Denis Thanks a lot for sharing the code :bowdown: it works perfectly, amazing job!.. (i though i will post this b…
is theres anything that cannot be done with maxscript, i mean if we can use the windows api from maxscript the control over the operating system is un…