Run Component You have to save and restart Grasshopper before we start testing the our component. We do that to make sure that Rhino has loaded the newest versions of the scripts from %appdata%\McNeel\Rhinoceros\5.0\scripts\livestock3d When you open "1 - My First Component.gh" it should …
Template Now when the Grasshopper component is written, it is time to write the template and the CPython script. Navigate to where you put the templates.py and open it. It can easily be found by in explorer typing: %appdata%\McNeel\Rhinoceros\5.0\scripts\livestock3d Python scripts can be …
When you successfully installed the requirements for Livestock, then it is time to create your first component. Firstly you should open the Grasshopper script called "1 - My First Component.gh" The script should contain two panels and a component called "Python Executor". We start by double clicking on the Grasshopper …