Scanning Time

Hi All,

I am looking for a way to scan time.
Can this be done from a python script?
If so, what commands do I use to move the playback head forward and backwards.

Thanks:o

for example:

Blender.Set(‘curframe’, i)

where ‘i’ is the framenumber ->

http://www.blender.org/documentation/245PythonDoc/Blender-module.html#Set

If you are handling with IPO-Curves:

http://www.blender.org/documentation/245PythonDoc/Ipo.Ipo-class.html

Thanks pgr1973!

I assume Blender is some kind of global?

It’s the main module

Start the script with:
import Blender