We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee27e7f commit b5490bdCopy full SHA for b5490bd
1 file changed
src/render/initialize_backend.cpp
@@ -78,10 +78,9 @@ void initializeRenderEngine(std::string backend) {
78
}
79
if (initSucces) {
80
if (options::verbosity > 0) {
81
- info("Automatic initialization could not create an interactive backend, and created a headless backend "
82
- "instead. This likely means no displays are available. With the headless backend, you can still run "
83
- "Polyscope and even render, for instance to save images of visualizations. However no interactive "
84
- "windows can be created.");
+ info("Automatic initialization yielded a headless backend, likely because no display was found. Rendering is "
+ "supported, but no interactive windows can be "
+ "created. See polyscope.run/features/headless_rendering/");
85
86
return;
87
0 commit comments