Maybe I’m doing something wrong here but I’d like an empty to be follow a curve continuously. I wanted this to control the position of a bone - I was going to parent the bone to the empty and then control the curve emptys position using an ipo driver.
only thing is I cant seem to be able to make the empty continuously follow the curve (it is a closed curve).
The reason the path is not continuous is because it goes from 0 to 1 (for a full circle from beginning to end).
if you want it to repeat over and over, you would need the path to go from 0 to 1 over and over. You might also want to switch to linear so it doesn’t slow down.