restore missing time remaining time in UI with openCL (#282)

* restore missing time remaining time in UI with openCL
This commit is contained in:
tuxun
2020-07-28 15:28:06 +02:00
committed by GitHub
parent 9f5c35d02f
commit b5131098b7

View File

@@ -211,7 +211,6 @@ import lombok.Getter;
if (isUseGPU() && configuration.getGPUDevice() != null && configuration.getComputeMethod() != ComputeType.CPU && OpenCL.TYPE
.equals(configuration.getGPUDevice().getType())) {
new_env.put("CYCLES_OPENCL_SPLIT_KERNEL_TEST", "1");
this.updateRenderingStatusMethod = UPDATE_METHOD_BY_TILE; // don't display remaining time
}
for (String arg : command1) {