Example #1
0
	def __init__(self, uri, scenename, context, name, fqueue, squeue, imageType):
		"""
		Initialize a Renderer

		@param uri: uri of remote render server OR 'localhost'
		@param scenename: name of current scene
		@param context: current rendering context
		@param name: the filename of the saved .blendfile
		@param fqueue: worklist
		@param squeue: rendering statistics
		@param imageType: type of output image
		"""

		RenderThread.__init__(self, uri, scenename, context, fqueue, squeue)
		RendererImpl.__init__(self, uri, scenename, context, name, imageType)