image from clipboard direct in reference images - feature request

Next
 From:  3dcnc
9764.1 
Hi

A feature I would like. To be able to just copy an image and imput it into Moi as a reference image without having to save first and then open/import into Moi.

I use a free screen grabbing app called Lightshot to do the image captures.
Image Attachments:
Size: 22.8 KB, Downloaded: 54 times, Dimensions: 410x180px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  hep
9764.2 
Hi

i use this script attached to a shortcut key.
you can change the size, background color and so on

script: /* rendering to clipboard wit settings*/var v = moi.ui.getActiveViewport(); if ( v != null ) { moi.view.lineWidth = 1; moi.grid.display = false; moi.view.meshAngle = 10.0; moi.grid.showXYAxes = false; moi.view.showAxisIcon = false; moi.view.showViewTitles = false; moi.view.showHiddenLines = false; ; moi.view.viewportBackgroundColor = 0xEEEEEE; v.renderToClipboard(1400, 1000 ); moi.view.lineWidth = 1; moi.grid.display = true; moi.view.meshAngle = 10.0; moi.view.lightingStyle = 'Default'; moi.grid.showXYAxes = true;moi.view.viewportBackgroundColor = 0x404040; }
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All