You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Coot in --no-graphics mode to generate screeshots (through Raster3D), as part of Dimple pipeline.
Trying to address ccp4/dimple#5 I tried calling set_background_colour() in a script, but apparently it's a no-op in no-graphics mode.
So could you enable changing of the background without graphical interface? For example, by moving these lines in set_background_colour() in src/c-interface.cc:
I'm using Coot in
--no-graphics
mode to generate screeshots (through Raster3D), as part of Dimple pipeline.Trying to address ccp4/dimple#5 I tried calling set_background_colour() in a script, but apparently it's a no-op in no-graphics mode.
So could you enable changing of the background without graphical interface? For example, by moving these lines in set_background_colour() in src/c-interface.cc:
outside of
if (g.use_graphics_interface_flag) { ... }
.The text was updated successfully, but these errors were encountered: