| Trees | Index | Help |
|
|---|
| Package svs_core :: Package time :: Module timeline :: Class Timeline |
|
| Method Summary | |
|---|---|
__init__(self)
| |
Adds a new event into the timeline. | |
Adds frame into timeline at specified index. | |
| TimeFrame |
Returns frame at specified timecode on node. |
| Method Details |
|---|
addEvent(self, newEvent)Adds a new event into the timeline. |
addFrame(self, frame, timecode=None, merge=False)Adds frame into timeline at specified index. The position of the frame is determined by its own timecode, or one that is specified with the command. If a timecode is given, this replaces the original timecode of the frame.
|
getFrame(self, timecode, defaultReturn=None)Returns frame at specified timecode on node. If no frame is found at specified timecode, returns None or the specifieddefaultReturn object.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:24 2005 | http://epydoc.sf.net |