|
|
|
|
|
__delitem__(x,
y)
del x[y] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__new__(T,
S,
...)
Returns:
a new object with type S, a subtype of T |
|
|
|
|
|
|
|
|
|
|
__setitem__(x,
i,
y)
x[i]=y |
|
|
|
|
addKeyframe(...)
Creates a keyframe with given settings |
|
|
|
|
|
|
|
|
|
|
failIfLocked(...)
checks if this clip is 'locked' - ie, is contained in other clip
objects which depend on this clip's size staying the same. |
|
|
|
|
getParm(...)
Returns the value of keyframed parameter 'name' at frame
'frameno' |
|
|
|
|
getParms(...)
Returns the interpolated value set at given frameno, based on
interpolating the keyframes |
|
|
|
|
render(...)
renders this clip out to a file |
|
|
|
|
setParms(...)
Call this with a set of parameters if not using keyframes |
|
|
|
|
transition(...)
Returns a Clip object which implements a cross fade from this clip
to another clip |
|
|
|
|
view(...)
Attempt to display the clip in the graphical clip viewer |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|