[#25693] Netrender "shadow" images with last frame always appear
More debugging info with -d Also fix some conditions that didn't check the proper list in the ui.
This commit is contained in:
@@ -401,7 +401,7 @@ class netclientdownload(bpy.types.Operator):
|
||||
@classmethod
|
||||
def poll(cls, context):
|
||||
netsettings = context.scene.network_render
|
||||
return netsettings.active_job_index >= 0 and len(netsettings.jobs) > 0
|
||||
return netsettings.active_job_index >= 0 and len(netsettings.jobs) > netsettings.active_job_index
|
||||
|
||||
def execute(self, context):
|
||||
netsettings = context.scene.network_render
|
||||
|
||||
Reference in New Issue
Block a user