Detect if the gpu is not supported by blender (for example GTX 10XX on Blender 2.77)

This commit is contained in:
Laurent Clouet
2016-09-21 23:52:41 +02:00
parent 55b909c98b
commit fe626a3bee
2 changed files with 20 additions and 1 deletions

View File

@@ -163,7 +163,7 @@ public class Error {
case RENDERER_OUT_OF_MEMORY:
return "No more memory available. There is nothing you can do about it. Will try another project in a few minutes.";
case GPU_NOT_SUPPORTED:
return "Rendering have failed due to a GPU not supported (please check the CUDA version)";
return "Rendering have failed because your GPU is not supported";
case RENDERER_MISSING_LIBRARIES:
return "Failed to launch renderer. Please check if you have necessary libraries installed and if you have enough free space in your working directory.";
case RENDERER_KILLED: