Hi Shane,
re:
> Thanks Michael, the double quotes did the trick! I tried it on some larger files and it seems to be working great.
That's great!
So for the other direction going from MoI into Rhino, you'll need to set up a Python script like the attached one. It appears that Rhino v7 Mac uses the Rhino v6 Mac clipboard format so put target=Rhinov6 as the command-line parameter to the UpdateRhinoClipboard executable inside the .py file.
Then for your paste into Rhino you'll need it set up something like:
RunPythonScript /Applications/RhinoPasteFromMoi.py Paste
- Michael
|