Render to clipboard how to do it

 From:  nikola (ZENOX3D)
5974.1 
Hello Everyone,

I'm trying to use render to clipboard script,but when I press the shortcut i made and open it with gimp it shows me 2500x2500px transparent image.Do you have any ideas or suggestions how I can do that,step by step.Or maybe i could use different software to paste in it.Thanx in advance for you help.

script: /* Custom screenshot */ var prev_background = moi.view.viewportBackgroundColor; moi.view.viewportBackgroundColor = 0x000000; moi.view.lineWidth = 4; moi.grid.display = false; moi.grid.showXYAxes = false; moi.ui.getActiveViewport().renderToClipboard( 2560, 2560 ); moi.view.lineWidth = 1; moi.grid.display = true; moi.grid.showXYAxes = true; moi.view.viewportBackgroundColor = prev_background;



Attachments: