FAQ

General

I have followed all the provided instructions, but I am still having trouble with installation of RV2. Where can I get help?

For any issues involving installation, errors or bugs, please file an issue on the RV2 Issue Tracker with the label "DF2020", and a staff member will reach out to you as soon as possible.

Is there a "suggestion box" for RV2?

We very much welcome your feedback! Please use the issue tracker of the RV2 Issue Tracker to submit comments, feedback and feature requests.

Can I become a contributor to RV2?

Yes! You can contribute to the RV2 repository (an other packages in the COMPAS ecosystem) by following the COMPAS Developer Guide.

Installation

At the end of installation, the following error occurs.

Solution

  1. Open Rhino.

  2. Type EditPythonScript to open the Python script editor.

  3. Close Rhino.

  4. Run the installer again.

Some parts of Rhino's internal folder structure are only created after the Python script editor has been opened at least once.

Usage

I have successfully installed RV2, but when i try to initialise i get the following error.

Unknown Command: -_RV2init

Solution

  1. Open Rhino.

  2. Type EditPythonScript to open the Python script editor.

  3. Restart Rhino.

  4. Initialise RV2 again.

Python Plugin commands are not automatically recognised...

After opening a new Rhino file, with every RV2 command, an error pops up. Did I do something wrong?

Solution

Unfortunately, with Python Command Plugins, you have to restart Rhino everytime you open a new file!

Last updated