DIMO
08-15-2007, 02:26 PM
Hi there,
i have a weird problem. I am reading rotation values from controllers like this:
rotzKeys = o.rotation.z_rotation.controller.keys
for k in rotzKeys do
(
val = formattedprint k.value format:"-10.8f"
format "key,%,%\n" k.time val
)
Everything works fine as expected on my machine. But on some workstations this would occasionally return the rotation in radians rather than in degress. If they do shut down max then and restart, everything is fine again.
Has anybody experienced something like this? Is there a way to force the controller to return the values in degree or radians?
Any ideas?
Best regards,
Dieter
i have a weird problem. I am reading rotation values from controllers like this:
rotzKeys = o.rotation.z_rotation.controller.keys
for k in rotzKeys do
(
val = formattedprint k.value format:"-10.8f"
format "key,%,%\n" k.time val
)
Everything works fine as expected on my machine. But on some workstations this would occasionally return the rotation in radians rather than in degress. If they do shut down max then and restart, everything is fine again.
Has anybody experienced something like this? Is there a way to force the controller to return the values in degree or radians?
Any ideas?
Best regards,
Dieter
