Hi 3dcnc,
I can not find the thread at the moment.
Here is the script, published by Michael.
2560 x 2560 px
Alt+P script:var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 4; v.renderToClipboard( 2560, 2560 ); moi.view.lineWidth = 1; }
Works well :)
|