Rotation loop
- Admin
- Jul 18, 2020
- 1 min read

Here are two method for creating continuous loop for rotation.
Expression only:
radians_to_degrees(Math.PI*time*multiplier) //use any number as multiplier to make things faster or slower
Expressions + Keyframes:
loop_out("continue") //create at least two keyframes for the channel and then add the expression
Comments