Hi Shane, a Mac version of the clipboard helper app is attached here.
The way it should work is to unzip it somewhere on your system, if you want to put it with some other MoI files you could put it in the moi appdata directory which is:
/Users/<your username>/Library/Application Support/Moi (note Library folder is hidden by default).
Then to enable copy/paste from Rhino v7 into MoI, modify the Cmd+V shortcut in MoI under Options > Shortcut keys, and put in this:
script: moi.filesystem.shellExecute( '/Path/UpdateRhinoClipboard', 'target=moi', true /*wait for finish*/ ); moi.command.execCommand( 'paste' );
Let me know if that makes the Rhinov7 to Moi direction work ok, if not maybe I don't have the right id value for the v7 clipboard format and we can dig into that some more.
Then if that direction is working ok we can figure out the next step for doing a similar modification to the Rhino Cmd+V shortcut key to get the other direction working too.
- Michael
|