File has no print option?

 From:  Michael Gibson
1412.6 In reply to 1412.4 
Hi Gaston, I tried your script over here and it seemed to work fine for me in version 1.0 .

One thing - please make sure there is no carriage return in the text that you paste in to the shortcut command. If there is a carriage return it can cut it short, and there does appear to be a return in your message text.

Try copy/pasting this one long line:
code:
script:var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 4; v.renderToClipboard( 2560, 2560 ); moi.view.lineWidth = 1; }


If your video card supports it, you may be able to go to a higher resolution than 2560x2560 as well, just edit the 2 numbers in the script.

- Michael