Package dvedit :: Package transitions :: Module template :: Class TemplateTransition
[hide private]
[frames] | no frames]

Class TemplateTransition



object --+            
         |            
 core.Clip --+        
             |        
    core.Blend --+    
                 |    
   core.Transition --+
                     |
                    TemplateTransition

Template transition - use this as a starting point for writing your own transition classes

Instance Methods [hide private]
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T
 
init(...)
Process and validate constructor keywords

Inherited from core.Transition: __init__, updateNumFrames

Inherited from core.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 core.Transition: clips, endtime, kw, start, starttime, uiChildren, uiTitle, xduration

Inherited from core.Blend: clip1Len, clip2Len

Inherited from core.Clip: keyframes, numFrames, sizeLocked

Inherited from core.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: core.Transition.__new__

init(...)

 
Process and validate constructor keywords
Overrides: core.Transition.init