Thursday, January 19, 2023

How to Add Looping rotation in blender with only one code

In the rotation area just add 

#frame



You can slow it down by dividing it with 250. 






*note the higher the number the slower the animation


You can also add 

cos sin or tan


cos(frame)/30 


dividing it by a number can increase or decrease the speed.