-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Ejnar Rasmussen edited this page Jul 6, 2016
·
7 revisions
#RhinoTools Docs:
With each file comes installation instructions. As a general rule of thumb:
- All python files are installed by copying to the Rhino script folder. ie.: C:\Users"USER"\AppData\Roaming\McNeel\Rhinoceros\5.0\scripts
Options to use the function:
- Recommended: Import the bundled "Block Tools.rui" toolbar with readymade buttons to call the functions (found in the ui folder).
- Add a new button with the following macro: ( _NoEcho !-_RunPythonScript "MakeUnique.py" _Echo )
- Add an alias with the above command
- Call the script directly by using this command: "-RunPythonScript MakeUnique.py"
See the description for each script on its page.