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", ...]
- Returns:
- dict with the capabilities above.
- Overrides:
flipbooking.FlipbookApplication.capabilities
- (inherited documentation)
|