An open API service indexing awesome lists of open source software.

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

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).