When saving a screenshot using the “Save Screenshot” dialog, there is a checkbox to save a screenshot with all the views.
In each view, there is also a button to take a screenshot of that view, and if clicked while pressing ctrl, the screenshot is copied to the clipboard.
Is there anyway to copy a screenshot of all the views directly into the clipboard?
If not possible, is there a way to use the comparative view to render different datasets (like different meshes coming from different OBJ Readers for example) in a the comparative view so that I can take a screenshot of that comparative view?
Sadly no, but it could probably be added with another modifier, should be pretty trivial to do so. Let me know if you want some help with that.
If not possible, is there a way to use the comparative view to render different datasets (like different meshes coming from different OBJ Readers for example) in a the comparative view so that I can take a screenshot of that comparative view?
I have downloaded the code and have a look. Seems easy, but since the Save Screenshot action from the File menu triggers the Save File Dialog, I will need to add a new action or add a modifier to the saveScreenshot action to avoid the File Dialog.
If I found some time this weekend Ill try to contribute it