Hello there!
I was doing some 2d game creation and rendering models in 8 directions. Each move should be rendered 8 times. Adjusting the scene by hand is too time-consuming. A script that sets the scene should be very helpful.
The script should work like this:
First I input a number X, how many frames each move has.
Select clockwise or anticlockwise
Create key frame at 1
create key frame at X
create key frame at X+1, rotate selected object by 0,0,45 or 0,0,-45
create key frame at 2X
create key frame at 2X+1, rotate selected object by 0,0,45 or 0,0,-45
...................
Create key frame at 7X+1, rotate selected object by 0,0,45 or 0,0,-45
Thank you!
barigazy · 2013-09-15