launchhaser.blogg.se

Bongo 2 for rhino 6
Bongo 2 for rhino 6











  1. #Bongo 2 for rhino 6 install
  2. #Bongo 2 for rhino 6 code
  3. #Bongo 2 for rhino 6 mac

#Bongo 2 for rhino 6 code

Arguments: *code (string): Path to the GH_to_python.py code file.

bongo 2 for rhino 6

* marks an input that is only available by editing the gh-python-remote UserObject, or in GH_python_remote.ghx. "%APPDATA%\McNeel\Rhinoceros\7.0\Plug-ins\^

#Bongo 2 for rhino 6 install

To install to another location: python -m ghpythonremote._configure_ironpython_installation ^ The ghpythonremote._configure_ironpython_installation script takes an optional location argument that can be 5, 6, 7 (default), or the path to a target IronPython package directory.įor example, to install for Rhino 5, replace the second command with: python -m ghpythonremote._configure_ironpython_installation 5 This will install gh-python-remote for Rhino 7, and install the gh-python-remote UserObject in all Grasshopper versions. Python -m ghpythonremote._configure_ironpython_installation With the conda virtual environment from above, you would need to run conda activate rhinoremote in the command prompt.) pip install gh-python-remote -upgrade (If you are using a virtual environment, remember to activate it first.

#Bongo 2 for rhino 6 mac

On Rhino 5, drop it on the Grasshopper canvas at least once before continuing.įrom the Windows command prompt, or Mac terminal (or the special Anaconda, or Python prompt if pip is not in your path by default), run: On Rhino 6 and 7, it is already installed. Version 5 and 6 on Windows should work, but are not supported. Version 7 is supported on Windows and Mac.

bongo 2 for rhino 6

This will create a new virtual environment named rhinoremote, and install numpy and scipy in it.

  • Open the Windows command prompt, or Mac terminal (or the Anaconda prompt if you chose not to add conda to your PATH during insallation)Ĭonda create -name rhinoremote python = 2.7 numpy scipy.
  • If you use Anaconda or Miniconda, creating a virtual environment is easy. Isolate dependencies for each project by creating a new virtual environment. It is highly recommended to use a conda- or brew -based Python. On Mac, the python distributed with the OS is outdated and difficult to use by the end-user. If you want to be able to name virtual environments in gh-python-remote by their conda name, select “Add conda to my PATH” when prompted during Anaconda’s installation. If you already have Anaconda installed with Python 3, you do not need to reinstall it, you can create a virtual environment as explained below. Gh-python-remote was developed with the Anaconda and Miniconda distributions in mind, but any Python 2.7 distribution works. Before installing gh-python-remote in Rhino 7, you will need to install Python 2, Rhino 7, and open Grasshopper in Rhino 6 at least once.īefore installing gh-python-remote in Rhino 6, you will need to install Python 2, Rhino 6, and open Grasshopper in Rhino 6 at least once.īefore installing gh-python-remote in Rhino 5, you will need to install Python 2, Rhino 5, Grasshopper and GHPython, and drop the GHPython component on the Grasshopper canvas in Rhino 5 at least once.













    Bongo 2 for rhino 6