Solved, use this piece of code at will objetos = selection as array for o= 1 to objetos.count do ( targ = objetos[o] for i=1 to targ.scale.ke…
I had the same problem with a distribution script i made, my solution was to work in a different thread of max, so you can take advantage of multithre…
rafoarc I used your solution, is great but is not enough to put the variable name, i had to attenuate a bit the value: (Mom_Rot / 18) * 1 Mom_…
Nope, but it worked this way, just it didn’t give me what i wanted: at time (((currentTime as integer)/TicksPerFrame) -3) (Y_Rotation * -1) But usi…
Thanks Ypuech, i’ll try contacting these people Cheers.
Nope, these are object property filters (columns in the end), what i mean is an Advanced Filter, so what i want to do is to tell teh Scene Explorer to…
So…no clue at all? there is no way to capture an inactive viewport via maxscript? Cheers.
I’ve noticed one thing, and i want you to correct me if i’m wrong…you can only grab a picture from the active viewport??? you cannot grab a picture fr…
Please, report this as a bug to Autodesk, probably it is and there is nothing you can do if they don’t fix it. (i’m not sure, but it is really possibl…
Ok, i’ve faced a problem, so i have to use the first method you told me, but there is a problem, i’m storing the array inside the user properties of a…
Thanks Bobo i was about to publish my findings, finally i solved the problem with the class approach, storing the class of the shadow, which is what …