First question

 From:  Michael Gibson
8638.5 In reply to 8638.4 
Hi Salvador,

re:
> Yes, it seems ODPasteFromExternal and ODPasteFromExternal need to be runned as admin, I wonder how to fix this.

I think it's because as part of its processing it writes an .obj file in the MoI commands sub-folder. The problem with that is that it's underneath the "Program Files" directory and as a security measure Windows will deny write access to that directory for programs running at the default privilege level.

The fix would be to modify the plug-in to write the .obj file to the temp folder instead, but also running MoI with elevated privileges (using "Run as administrator") should also work.

- Michael