Module TimeLine :: Class TimeLine
[hide private]
[frames] | no frames]

Class TimeLine

source code

The TimeLine object

This object wraps the current Scene's time line context in Blender.

Instance Methods [hide private]
 
add(ival)
add new marker to time line
source code
 
delete(ival)
delete frame.
source code
 
setName(ival, sval)
set name of frame.
source code
string
getName(ival)
Get name of frame.
source code
int|string
getMarked(ival)
Get name of frame.
source code
Method Details [hide private]

add(ival)

source code 

add new marker to time line

Parameters:
  • ival (int) - the frame number.

delete(ival)

source code 

delete frame.

Parameters:
  • ival (int) - the frame number.

setName(ival, sval)

source code 

set name of frame.

Parameters:
  • ival (int) - the frame number.
  • sval (string) - the frame name.

getName(ival)

source code 

Get name of frame.

Parameters:
  • ival (int) - the frame number.
Returns: string
the frame name.

getMarked(ival)

source code 

Get name of frame.

Parameters:
  • ival (int) - the frame number.
Returns: int|string
the list of frame number or name.