Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bonecount = 0 #number of bones in the animation here
- ticks = 0 #number of frames in the animation here
- i = 0
- print ("time 0")
- for i in range(bonecount + 1):
- print (str(i) + " -100.000000 -100.000000 -100.000000 -100.000000 0.000000 0.000000")
- i+=1
- for j in range(ticks):
- print ("time " + str(j + 1))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement