File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,9 @@ void initializeRenderEngine(std::string backend) {
7878 }
7979 if (initSucces) {
8080 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." );
81+ info (" Automatic initialization yielded a headless backend, likely because no display was found. Rendering is "
82+ " supported, but no interactive windows can be "
83+ " created. See polyscope.run/features/headless_rendering/" );
8584 }
8685 return ;
8786 }
You can’t perform that action at this time.
0 commit comments