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

Class Sum



object --+        
         |        
      Clip --+    
             |    
         Blend --+
                 |
                Sum

Encapsulates the result of adding one clip to another via the '+' operator

Instance Methods [hide private]
 
__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 Blend: __init__

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]

Inherited from Blend: clip1Len, clip2Len, uiChildren

Inherited from Clip: keyframes, numFrames, sizeLocked, uiTitle

Inherited from Clip (private): _isPal

Inherited from object: __class__

Method Details [hide private]

__new__(T, S, ...)

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

Overrides: Blend.__new__

updateNumFrames(...)

 

Determine the logical number of frames of this object

Override in your subclass
Overrides: Blend.updateNumFrames
(inherited documentation)