Netrender cleanup and bug fix

Blacklist and linked files work again

Store temp data in module
This commit is contained in:
2009-11-18 18:00:46 +00:00
parent b5797272d0
commit a73be8097d
5 changed files with 33 additions and 33 deletions

View File

@@ -78,9 +78,10 @@ def clientScan():
def clientConnection(address, port):
if address == "[default]":
if bpy:
bpy.ops.render.netclientscan()
else:
# calling operator from python is fucked, scene isn't in context
# if bpy:
# bpy.ops.render.netclientscan()
# else:
address, port = clientScan()
conn = http.client.HTTPConnection(address, port)