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

Class Renderer

source code

Common functions for rendering frames and part of stills.

Instance Methods [hide private]
 
__init__(self, uri, scenename, context, name) source code
 
_reset(self) source code
boolean
isLocal(self)
returns True if these services run on 'localhost'
source code
 
_sendBlendFile(self)
Sent saved .blendfile if needed.
source code
 
_getResult(self)
Download rendered frame or part from remote server.
source code
Method Details [hide private]

__init__(self, uri, scenename, context, name)
(Constructor)

source code 
Parameters:
  • uri (string) - uri of remote renderserver OR 'localhost'
  • scenename (string) - name of current scene
  • context (Scene.Renderdata) - current render context
  • name (string) - filename of saved .blend file

_sendBlendFile(self)

source code 

Sent saved .blendfile if needed.

Uploads saved .blend file to remote host if not already done so.