Package dvedit :: Module core :: Class Blend
[hide private]
[frames] | no frames]

Class Blend



object --+    
         |    
      Clip --+
             |
            Blend
Known Subclasses:
Frei0rMixer, Sum, Transition

Base class for a clip which is formed from 2 other clips

Your subclass needs at the least to override:

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T
 
updateNumFrames(...)
Determine the logical number of frames of this object

Inherited from Clip: __add__, __delitem__, __getitem__, __getslice__, __iter__, __len__, __mul__, __radd__, __rmul__, __setitem__, addKeyframe, append, extend, failIfLocked, getParm, getParms, render, setParms, transition, view

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  clip1Len
  clip2Len
  uiChildren
generates and returns a list of child nodes for the use of UIs

Inherited from Clip: keyframes, numFrames, sizeLocked, uiTitle

Inherited from Clip (private): _isPal

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__

__new__(T, S, ...)

 
Returns:
a new object with type S, a subtype of T

Overrides: Clip.__new__

updateNumFrames(...)

 

Determine the logical number of frames of this object

Override in your subclass