image from clipboard direct in reference images - feature request
All  1  2

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

 

 
 
Show messages: All  1  2