#include
<class_shot_1_1_shot_keyframed.h>

Public Member Functions |
|
| isValidParams () | |
| __init__ () | |
| getDuration () | |
| getParameters () | |
| setParameters () | |
| getThumbnailImage () | |
| setThumbnailImage () | |
| do_step () | |
| notes () | |
| stepView () | |
Public Attributes |
|
| dictionary | kParamNames = { 'Duration':float, 'DoEase':bool, 'Keyframe':list, 'Keyframe2':list } |
| list | kParamDefaultValues = [ 3.0, True ] |
| tuple | kParamCount = len( kParamNames ) |
| dictionary | kDefaultParams |
| Shot.ShotKeyframed.isValidParams | ( | ) |
| Shot.ShotKeyframed.__init__ | ( | ) |
| Shot.ShotKeyframed.getDuration | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotKeyframed.getParameters | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotKeyframed.setParameters | ( | ) |
| Shot.ShotKeyframed.getThumbnailImage | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotKeyframed.setThumbnailImage | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotKeyframed.do_step | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotKeyframed.notes | ( | ) |
Reimplemented from Shot.Shot.
| Shot.ShotKeyframed.stepView | ( | ) |
| dictionary Shot.ShotKeyframed.kParamNames = { 'Duration':float, 'DoEase':bool, 'Keyframe':list, 'Keyframe2':list } |
| list Shot.ShotKeyframed.kParamDefaultValues = [ 3.0, True ] |
| tuple Shot.ShotKeyframed.kParamCount = len( kParamNames ) |
| dictionary Shot.ShotKeyframed.kDefaultParams |
{
'Duration' : 3.0,
'DoEase' : True,
'Keyframe' : [None, None],
'Keyframe2' : [None, None],
}