| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        FlipbookApplication
An interface, for so far as Python supports it. To add support for a flipbook this needs to be subclassed and the 3 methods implemented. The default implementation just raises an exception so any sub implementer will soon find out whether his implementation works.
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Return the name of the flipbook. 
 | 
| 
 Return the executable path required to run a flipbook. 
 | 
| 
 Return the preferred directory for rendering. 
 | 
| 
 Execute the flipbook on a path. 
 | 
| 
 Return the capabilities of the flipbook application. Currently used are: proxyScale: bool, whether the flipbook supports proxies crop: bool, whether the flipbook supports crops canPreLaunch: bool, whether the flipbook can display a frames that are still being rendered by Nuke. maximumViews: int, the number of views supported by this flipbook, should be 1 or higher. fileTypes: list, the extensions of the file types supported by this format. Must all be lowercase, e.g ["exr", "jpg", ...] 
 | 
| 
 This is called when the user has selected this flipbook application, and will be interested in any knobs that you might have to show for custom settings. 
 | 
| 
 Called whenever this flipbook is selected and one of the knobs added in dialogKnobs was changed. 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 2 22:44:02 2013 | http://epydoc.sourceforge.net |