https://github.com/arnaudjuracek/rhino-scripts
Collection of various Rhino.Python scripts and utilities for Rhino 5 for Mac
https://github.com/arnaudjuracek/rhino-scripts
rhino rhino3d rhinoceros rhinoscript
Last synced: 18 days ago
JSON representation
Collection of various Rhino.Python scripts and utilities for Rhino 5 for Mac
- Host: GitHub
- URL: https://github.com/arnaudjuracek/rhino-scripts
- Owner: arnaudjuracek
- License: mit
- Created: 2019-01-06T21:26:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T12:28:08.000Z (over 1 year ago)
- Last Synced: 2025-02-17T15:52:21.907Z (4 months ago)
- Topics: rhino, rhino3d, rhinoceros, rhinoscript
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rhino-scripts
![]()
Collection of various [`Rhino.Python`](https://developer.rhino3d.com/5/guides/rhinopython/) scripts and utilities for [**Rhino 5 for Mac**](https://www.rhino3d.com/download/rhino-for-mac/5/latest)
## Installation
```sh
$ git clone https://github.com/arnaudjuracek/rhino-scripts && cd rhino-scripts
$ ln -s $PWD $HOME/Library/Application\ Support/McNeel/Rhinoceros/scripts
```## Usage
See [_Running a Python script in Rhino_](https://developer.rhino3d.com/5/guides/rhinopython/python-running-scripts/).
## Disclaimer
The scripts placed in [`samples/`](samples/) are the default scripts you should have when installing Rhino 5 for Mac for the first time.
## License
[MIT](https://tldrlegal.com/license/mit-license).