I’m writing some rigging tools and I’m exclusively (so far) using pymel. I’ve run into an issue and I want to make sure I’m not just crazy or missing something. I’m trying to convert a radian values to degrees with this bit of code below.
pymel:
pm.Angle(RADIANVALUE).asDegrees()
This returns the exact same radian value I input which is wrong/incomplete.
oh also I’m in Maya 2015. Has this been resolved in newer versions?
Edit: Should have looked at the library …looks like it hasn’t been implemented … but I would still be very interested in knowing if it has been added in newer versions?