-
absolute value
i need to take the absolute value from the rotation of the null layer =
this is the expression for the layer:
temp = thisComp.layer(“Null 1”).rotation;
[0, 0, temp]i need the temp to equal the absolute value of the rotation i.e.:
Null Rotation=-46
so i need the temp = |-46|