I do have another question: The output format, I eventually have to feed the position and rotation values into an xml file, in a specific format. Ex…
Hmm, it works now, but I had to change quattoeuler2 to quattoeuler.
The create file section works fine, it is still giving me the problem here: [size=1]txt += (i.name + ” = ” + ((i.transform.position) as string) +” “+…
It’s barfing on this line: txt += (i.name + ” = ” + ((i.transform.position) as string) +” “+ ((quattoeuler2 (i.transform.rotation)) as string) + ” “) …
Downloaded AVG, still getting the error.
I’m using max 2009, but will try the AVG extension.
I tried yours pixel monkey, but it gave me this error: – Type error: Call needs function or class, got: undefined
Did anyone manage to modify this script with quatToEuler embedded? I need to use this script also but cannot get the syntax right to include the quatT…