Package NetworkRender :: Module StillRenderThread :: Class StillRenderThread
[hide private]
[frames] | no frames]

Class StillRenderThread

source code

        object --+            
                 |            
threading._Verbose --+        
                     |        
      threading.Thread --+    
                         |    
 RenderThread.RenderThread --+
                             |
         Renderer.Renderer --+
                             |
 PartRenderer.PartRenderer --+
                             |
                            StillRenderThread

Still image specific functions for client side threads.

Instance Methods [hide private]
 
__init__(self, uri, scenename, context, name, fqueue, squeue, nparts)
Initialize a StillRenderThread
source code
 
_renderStill(self) source code
 
render(self, frame)
Render a single part of a still image.
source code

Inherited from RenderThread.RenderThread: run

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Inherited from Renderer.Renderer: isLocal

Inherited from Renderer.Renderer (private): _getResult, _reset, _sendBlendFile

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, uri, scenename, context, name, fqueue, squeue, nparts)
(Constructor)

source code 

Initialize a StillRenderThread

Parameters:
  • uri (string) - uri of remote render server OR 'localhost'
  • scenename (string) - name of current scene
  • context (Scene.Renderdata) - current rendering context
  • name (string) - the filename of the saved .blendfile
  • fqueue (Queue.queue) - worklist
  • squeue (Queue.queue) - rendering statistics
  • nparts (int) - the number of parts in either direction
Overrides: PartRenderer.PartRenderer.__init__

render(self, frame)

source code 

Render a single part of a still image.

Parameters:
  • frame (int) - the partnumber