A prototypical bridge between Rhino / Grasshopper and Autoknit.
WARNING: This code is very rough! It has been verified to run under Windows, it has not been tested on Mac OSX!
- This piece of software ships with a pre-built release of autoknit.
- If you want to run using your own, previously compiled version of autoknit,
you need to set the
_AK_RAW_PATH_
variable inghautoknit/Environment.py
to the folder where yourinterface.exe
is located. - With everything set up, it should be possible to run
Examples/211029_GHAutoknit_Example.gh
.
- Go to releases and download the newest release
- Right click onto the zip archive and go to Properties
- If the text This file came from another computer [...] is displayed click on Unblock!
- If you don't do this, you will have to unblock EVERY file in the folder later!
- Unzip the downloaded archive. You should get two folders:
modules
andGHAutoknit
.
- Open the scripts folder of Rhino 7
-
On Windows:
C:\Users\%USERNAME%\AppData\Roaming\McNeel\Rhinoceros\7.0\scripts
-
On Mac OSX:
~/Library/Application Support/McNeel/Rhinoceros/7.0/scripts
-
- Move all the Content from inside the
modules
directory to this scripts folder.
- If you want to run using your own, previously compiled instance of autoknit,
you need to set the
_AK_RAW_PATH_
variable inghautoknit/Environment.py
to the folder where yourinterface.exe
is located.
-
Navigate to the Grasshopper UserObjects folder
-
On Windows:
C:\Users\%USERNAME%\AppData\Roaming\Grasshopper\UserObjects
-
On Mac OSX:
~/Library/Application Support/McNeel/Rhinoceros/6.0/scripts
-
Alternative: Open Rhino & Grasshopper and in the Grasshopper Window click on
File
>Special Folders
>User Object Folder
-
-
Move the whole
GHAutoknit
directory to the UserObjects folder.
- If Rhino was running during the installation process, you'll have to restart it for the changes to take effect!
- Original code is licensed under the MIT License.
- Autoknit is placed in the public domain. This piece of software ships with a
pre-built release of autoknit, please see
modules/autoknit-windows-v0.1/README.md
for details.