look for a script called pluck on scriptspot, probably uses a diiferent approach but might give you some ideas. Dan
check out this thread:
Look at what the listener is outputing when you do it manualy, it might be that you need to supply a couple of commands. cheers Dan
I may have misunderstood the question but does this help? objQuatVal = $nonBipedObject.transform.[font=‘Courier New’]rotationpart – should return a q…
Thanks Guys for the speedy response! Its part of quite a large script I have been writing for over a year, and I thought max9 was about to flush all m…
Hi guruware, Thanks for the thoughts, there is some maths in the code which the script uses to place my objects. as you mentioned it maybe some of th…
Its max9 32bit.
Hey Dave!Nice work! Brilliant as usual Dan
Nice one! thanks very much. Dan
Probably do it with vectors like so: magnatude = 35 nodea = $Point01 nodeB = $Point02 nodeC = $Point03 ; nodeC.wirecolor = red NormalizedVector…
Hi rdg or Bobo or anyone, If its not too much trouble could you elaborate on when you would choose refs.dependents over getClassInstances for getting…