#include <class_shot_1_1_shot_still.h>

Public Member Functions |
|
| isValidParams () | |
| __init__ () | |
| getDuration () | |
| getParameters () | |
| setParameters () | |
| do_step () | |
| notes () | |
Public Attributes |
|
| dictionary | kParamNames = { 'Keyframe':list, 'Duration':float } |
| tuple | kParamCount = len( kParamNames ) |
| dictionary | kDefaultParams |
| kDefaultTransitionType = Shot.kAnimateTransition | |
| float | kDefaultTransitionDuration = 0.5 |
| Shot.ShotStill.isValidParams | ( | ) |
| Shot.ShotStill.__init__ | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotStill.getDuration | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotStill.getParameters | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotStill.setParameters | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotStill.do_step | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotStill.notes | ( | ) |
Reimplemented from Shot.Shot.
| dictionary Shot.ShotStill.kParamNames = { 'Keyframe':list, 'Duration':float } |
| tuple Shot.ShotStill.kParamCount = len( kParamNames ) |
| dictionary Shot.ShotStill.kDefaultParams |
{
'Keyframe' : [ None, None ],
'Duration' : 5.0,
}
Reimplemented from Shot.Shot.
| float Shot.ShotStill.kDefaultTransitionDuration = 0.5 |
Reimplemented from Shot.Shot.