MoI discussion forum
MoI discussion forum

Full Version: Copy and Paste with shapes from Photoshop

From: ss (CHUCKY)
12 Sep 2017   [#1]
Hi guys,

Copying and pasting shapes from Photoshop doesn't work for me? Any reason why
From: amur (STEFAN)
12 Sep 2017   [#2]
I don't know. Copy and pasting paths works for me under OS X, with PS CC 2017 and MoI 3.1.



Regards
Stefan

Image Attachments:
ps2moi.jpg 


From: Michael Gibson
12 Sep 2017   [#3] In reply to [#1]
Hi Chucky, generating 2D vectors out from MoI needs to show a dialog box with some options specific to that, so it doesn't do it with the regular MoI Copy to clipboard command. You need to set up a separate shortcut key for that.

Go to Options > Shortcut keys, and add in a new shortcut key. For the command part of the shortcut key put in one of the following:

script: /* Copy AI format to clipboard */ moi.geometryDatabase.copyToClipboardAI();

script: /* Copy PDF format to clipboard */ moi.geometryDatabase.copyToClipboardPDF();


If you're still having trouble please let me know what operating system you're running on and what version of Photoshop you're using.

- Michael