My try: fn IsParent theArray = ( for obj in theArray do ( while (getNodeByName obj).parent != undefined do ( obj = (getNodeByName obj).pa…
I copy pasted the code into maxscript, removed the macro stuff to only keep the script and ran it. If you want to install it place it inside your mac…
I just tested the script on 2013 and it worked jsut fine. I followed instruction and had no error on max 2013. You must be doing something wrong.
didnt need more info than that thanks for the tip that’s exactly what I needed
nvm I managed to build an execute line using the button name stored as string Is there another way to do this without using the execute command?
hopes this helps:
that’s exactly what I needed didnt knew you could hook up those variable so easily Thanks
fixed, stored the script inside another object rather than in the CA’s controllers and it worked perfectly
thanks, but those solution doesn’t give me the desired result I managed to get the desired “mirror” effect using this function fn MirrorRollAxis So…