The Vray Spawner does 11 tasks for “10” render nodes. You need to exclude “0” from the task creation.
Should read:
writer.WriteLine( "Frames=1-%s\n" % scriptDialog.GetValue( "MaximumServersBox" ) )
The Vray Spawner does 11 tasks for “10” render nodes. You need to exclude “0” from the task creation.
Should read:
writer.WriteLine( "Frames=1-%s\n" % scriptDialog.GetValue( "MaximumServersBox" ) )
Thanks! We’ll get that fixed.