Euler angles Node Inspector

Hello,

when I edit a node in the node inspector, the values of the Euler Angles are shown in degrees. When I want to change the node in my program, I have to use the radian value. For example in the node inspector is the value of the euler x angle 90° and in the source it´s

nodename.eulerAngles.x = 1.5708 or when i´m lazy, I have to write nodename.eulerAngles.x = 90 * 0.017453293.


Is there a way to tell the node inspector, that the values are shown in radians. The same is with the position. Very time consuming, when there is a bigger rig, to do all this transformations.


Thanks,

Hartwig