Answered
Get Text Rotation Value?
Is there any way to get the transform rotation angle for a text layer?
Is there any way to get the transform rotation angle for a text layer?
https://forums.adobe.com/people/Tom+Winkelmann
Try to rotate e.g. -130° and you get the wrong result...??
![]()
Before alert() insert this
if (d.getDouble(stringIDToTypeID("yy")) < 0) angle_v = angle_v-180;
if (angle_v > 180) angle_v = 360-angle_v;
if (angle_v < -180) angle_v = 360+angle_v;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.