copy and paste

 From:  Marc (TELLIER)
6181.6 
Hi,

Here's a small script Michael wrote a while ago:

script: /* Duplicate selected objects */ var gd = moi.geometryDatabase; var objs = gd.getSelectedObjects(); if ( objs.length != 0 ) gd.copyToClipboard( objs ); moi.command.execCommand( 'paste' );

I use it a lot, set on shift+D shortkey.

Marc