Current frame value to a location?

Hey,

I’m pretty sure I saw Andrew Price doing this in one of the tutorials, it’s writing few symbols which I can’t remember :smiley: to a value field and then the current frame will be the value of that. For example if those symbols would be cf and we would write it to Z location of an object the object would lift as the animation goes on. What are these symbols? Thanks!

If you type


#frame

into a property field it will give it the value of the current frame. #denotes a driver, frame is a variable in the driver namespace giving the scene’s current frame.

Thanks, that was exactly what I was looking for!