Blender 3.5< requires Linux distributions using glibc 2.28 or newer
This commit is contained in:
@@ -171,7 +171,7 @@ public class Error {
|
||||
case NETWORK_ISSUE:
|
||||
return "Could not connect to the server, please check your connection to the internet.";
|
||||
case SERVER_DOWN:
|
||||
return "Server is down.";
|
||||
return "The server is down.";
|
||||
case TOO_OLD_CLIENT:
|
||||
return "This client is too old, you need to update it.";
|
||||
case AUTHENTICATION_FAILED:
|
||||
@@ -207,7 +207,7 @@ public class Error {
|
||||
case MISSING_RENDERER:
|
||||
return "Unable to locate the Blender binaries within the working directory.";
|
||||
case OS_NOT_SUPPORTED:
|
||||
return "This Operating System is not supported.";
|
||||
return "This Operating System is not supported. Please check https://www.blender.org/download/requirements/ for more information.";
|
||||
case CPU_NOT_SUPPORTED:
|
||||
return "This CPU is not supported.";
|
||||
case DENOISING_NOT_SUPPORTED:
|
||||
|
||||
Reference in New Issue
Block a user