Cleanup: Replace CUDA_0 with OPTIX_0
This commit is contained in:
committed by
Sheepit Renderfarm
parent
a423ba43ba
commit
a745f86ddc
@@ -190,7 +190,7 @@ public class Error {
|
||||
case RENDERER_OUT_OF_MEMORY:
|
||||
return "Project tried to use too much memory. Will try another project in a few minutes.";
|
||||
case GPU_NOT_SUPPORTED:
|
||||
return "Project's Blender version requires a newer GPU, or your CUDA setup is broken. Will try another project in a few minutes.";
|
||||
return "Project's Blender version requires a newer GPU, or your GPU setup is broken. Will try another project in a few minutes.";
|
||||
case RENDERER_MISSING_LIBRARIES:
|
||||
return "Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory.";
|
||||
case RENDERER_KILLED:
|
||||
|
||||
Reference in New Issue
Block a user