Fix test cases by reducing the severity of the bgl error message to warning.
This commit is contained in:
@@ -2644,7 +2644,7 @@ PyObject *BPyInit_bgl(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (GPU_backend_get_type() != GPU_BACKEND_OPENGL) {
|
if (GPU_backend_get_type() != GPU_BACKEND_OPENGL) {
|
||||||
CLOG_ERROR(&LOG,
|
CLOG_WARN(&LOG,
|
||||||
"'bgl' imported without an OpenGL backend. Please update your add-ons to use the "
|
"'bgl' imported without an OpenGL backend. Please update your add-ons to use the "
|
||||||
"'gpu' module. In Blender 3.7 'bgl' will be removed.");
|
"'gpu' module. In Blender 3.7 'bgl' will be removed.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user