values is an iterable. There will be as many layers superimposed as there are items in values. p is used to store the values from values. For each value, an Extension is generated, with that value, which is appended to the stack on call time. target is the supplier of layers called for each value by one of the Extensions.
Runs the rendering. Initially supported timelines are 'realtime' and 'frametime'.
Renders to HDD and puts ImageCapsules into render_queue if given.
Capsules to be used with rendering.
Holds the number of frames to be rendered.
A Tkinter.Frame which can render events with graphical feedback. The .start() method must be called once to start the polling mechanism.
Use the .render_queue as argument to a Renderer’s .render() method.
nbins is the number of sections used for the status bar. frame_args and frame_kwargs go to the Frame class.
Creates a widget with lots of Labels to display progress in a multithreaded rendering program.