How to download, install and activate your license
In this video, we will learn how to download, install and activate the license.
Last updated
Was this helpful?
In this video, we will learn how to download, install and activate the license.
Last updated
Was this helpful?
RhinoArtisan 6 requires Rhino 8 to be installed on your computer. If you do not have a Rhino license, we recommend downloading a trial version by clicking here...
If RhinoArtisan doesn't work correctly after installation, the issue may be related to the .NET version Rhino is configured to use. In Rhino 8, it's important to ensure Rhino is set to use .NET Core (formerly known as .NET Core) for compatibility with modern plugins like RhinoArtisan.
To fix this issue, follow these steps to make sure Rhino is using .NET Core:
Open Rhino 8.
Type the following command in the command line:
After running the command, a message will appear showing which version of .NET Rhino is currently using. You’ll see something like:
Runtime=NETCore (using .NET Core).
Runtime=NETFramework (using .NET Framework).
If it's set to Runtime=NETFramework, you need to switch to .NET Core:
Click on Runtime=NETFramework.
A menu will appear where you can select Runtime=NETCore.
Select NETCore
and press Enter.
Restart Rhino to apply the change.
To ensure RhinoArtisan works properly, make sure Rhino is set to use .NET Core. Use the command SetDontNetRuntime
, switch to Runtime=NETCore, and restart Rhino.
Key Steps:
Type SetDontNetRuntime
in Rhino.
Switch to Runtime=NETCore if it's set to Runtime=NETFramework.
Restart Rhino to apply the changes.
This should allow RhinoArtisan to work correctly.