Hello,
is there any way on Mac how to start Rhino with Python script similarly to Windows? I’ve tried /runscript="/path/to/file" but it was not working. I also tried -runscript, --runscript, etc. with same result. Is this feature implemented in Rhino 5 WIP A5783?
Thanks.
Hello,
If I understood correctly, you want run a python script at Mac Rhino startup? I don’t think this is possible yet.
To run a python script you need
! _-RunPythonScript "path/to/file"
or just
! _-RunPythonScript filename
if the file is in your default scripts folder.
But there is no place to enter scripts to run at startup yet.
–Mitch