Michael -
I've been using the Alt-S shortcut:
script:var img = moi.view.screenshot( 'viewpanel', false ); var name = img.getSaveFileName(); if ( name != '' ) img.save( name );
to save MoI screen shots as PNG.
However, the screenshot also includes the background color, a thin line border, grid lines, grid axes, viewport name, and axes indicator.
Is it possible to make a version of this script that captures just the geometry?
The reason is twofold: 1) Make clean images for documenting, and more importantly 2) Make clean images of a black surface for creating a B&W map for making a label (decal) in the render program. If a script can do this it would avoid opening a drawing app as an added step in the map creation.
Or maybe there is another option I'm not aware of?
Regards,
Ed Ferguson
|