Package nukescripts :: Module flip
[hide private]
[frames] | no frames]

Module flip

source code

Functions [hide private]
 
flipbook(command, node, framesAndViews=None)
Runs an arbitrary command on the images output by a node.
source code
Variables [hide private]
  prev_inrange = ''
  prev_userrange = ''
  __package__ = 'nukescripts'
Function Details [hide private]

flipbook(command, node, framesAndViews=None)

source code 

Runs an arbitrary command on the images output by a node. This checks to see if the node is a Read or Write and calls the function directly otherwise it creates a temporary Write, executes it, and then calls the command on that temporary Write, then deletes it.

By writing your own function you can use this to launch your own flipbook or video-output programs.

Specify framesAndViews as a tuple if desired, like so: ("1,5", ["main"]) This can be useful when running without a GUI.