Flow Letters Around Wedding Band

 From:  shayno
7980.15 In reply to 7980.14 
Thanks Michael

my saveas.js has the following to save a jpg with the save

can this be changed to just save the 3d view only

thanks
shayne


// config: norepeat

moi.geometryDatabase.saveAs( moi.command.getCommandLineParams() );
script:var img = moi.view.screenshot( 'viewpanel', false ); var filename = moi.geometryDatabase.currentFileName; if ( filename != '' ) { img.save( filename.substring(0,filename.length-3) + 'jpg' ); }