[Bf-committers] RE: RE: RE: RE: Renderfarm for single pictures

Caronte elcreador at ono.com
Mon May 1 18:48:27 CEST 2006


still don't work :(

I inserted some prints and the console only print 1 and 3 so the 2 is
skiped.

Any ideas?

def testBlender():
	try:
            print 1
		f = file(BLENDER,'rb')
            print 2
		f.close()
		return os.path.isdir(TEMPORARY_DIRECTORY)
	except:
            print 3
		return False




----------------------
Nico (Caronte).
----------------------


-----Mensaje original-----
De: bf-committers-bounces at projects.blender.org
[mailto:bf-committers-bounces at projects.blender.org]En nombre de fab
Enviado el: lunes, 01 de mayo de 2006 18:27
Para: bf-blender developers
Asunto: [listas] Re: [Bf-committers] RE: RE: RE: Renderfarm for single
pictures


On 01/05/06 18:19 +0200, Caronte wrote:
> I have this in client_script.py:
>
> RENDER_SLAVES     = ('*')
> TEMPORARY_BLEND   = 'c:/tmp/dummy.blend'
> OUTPUT_FILE       = 'c:/tmp/out.png'
> INSTALLATION_PATH = 'c:/Blender/cutilan'
>
> And this in cuty.py:
>
> BLENDER = r"c:/Blender"
> TEMPORARY_DIRECTORY = r"c:/tmp"
>
> Every directory exists.

I havn't windows to test, try "\" instead of "/", maybe it comes from
that... add print statements in cuty.py (the test function) to debug if
you don't get further clues....

Thanks for testing.
fab.
_______________________________________________
Bf-committers mailing list
Bf-committers at projects.blender.org
http://projects.blender.org/mailman/listinfo/bf-committers



More information about the Bf-committers mailing list