I kep trying to write a macro for pulling named views from a template file, and then restoring them. But every time I try to use the command line, I cant find the file with the string I type in.
It looks like this:
_-NamedView _Import “/Users/johnny5ive/Library/Application Support/McNeel/Rhinoceros/Template Files/DefaultR8Template.3dm”
That string will not work. But when I use the UI, it works fine. Can someone help me with the string formatting or tell me what I am doing wrong?
That didn’t work. It does appear to be escaping at the space:
3DM file to import named views from ( Browse )“/Users/johnny5ive/Library/Application
Unable to locate file <“/Users/johnny5ive/Library/Application>.
Choose named view option ( List Save Restore Delete Rename Import TabVisibility )Support/McNeel/Rhinoceros/Template
Unknown command: Support/McNeel/Rhinoceros/Template
Choose named view option ( List Save Restore Delete Rename Import TabVisibility )Files/DefaultR8Template.3dm”
Unknown command: Files/DefaultR8Template.3dm”
Choose named view option ( List Save Restore Delete Rename Import TabVisibility )_Enter
I tested with _-NamedView _Import "/Users/jesterking/Documents/3dms/discourse/with spaces/25-04-01 -3D printed phone stand.3dm" _Enter, that worked just fine.