Site Tools


This is an old revision of the document!


Using Schemes to Start Rhino

Using Schemes to start Rhino with different sets of options on the same computer

Basically, Rhino Schemes are just different sets of personalized options that can be called from a specific desktop shortcut. Pretty much everything in the Options section of Rhino can be stored in a scheme. In this way, Rhino can be started with different combinations of workspaces (*.rui/*.rhw files), languages, colors, etc., just by starting Rhino from the appropriate desktop shortcut. The schemes exist independently of each other, and can be modified.

By default, one scheme is always created (Default), and any modifications will automatically get saved to that. To have more than one scheme, you must specifically create new ones. This page explains how to do that.

A newly created scheme will always start with the default set of options (as if Rhino was freshly installed). If you want to duplicate an existing modified scheme, there isn't yet a direct, one-button way to do that. For this reason, this page also outlines several methods to duplicate existing schemes.

How to create a new scheme and desktop shortcut

(for Rhino 3 and up)

1. Create a new shortcut on your desktop which points to your new Rhino scheme. The easiest way to do this is to copy an existing Rhino shortcut. Hold the Control key down while dragging the default Rhino icon to a new location on the Desktop, or right-click and copy it.

2. Right-click on the copied icon. From the menu, click Properties.

3. On the General Tab, edit the name: Rename it to something that will identify the scheme with which you are starting Rhino.

4. On the Shortcut tab, edit the Target path. Add a switch for the new scheme:
(The example path below is for Windows Vista/7/8, Rhino 5 64 bit. Others are similar.)

“C:\Program Files\Rhino 7\System\Rhino.exe” /Scheme=MyNewScheme

– Make sure there is a single space before the /Scheme=…

5. The new scheme should start from this shortcut with a new set of default Rhino settings that you can change without affecting the original Rhino scheme. Change the options to what you want while in this instance of Rhino. These changes are automatically saved under the new scheme.

Notes:

  • A template is a 3DM file that can include any information stored in a Rhino 3DM file: document properties such as units, grid settings, tolerances, etc. as well as viewport layouts, layers, and even geometry. So you can create templates with preset units, layouts, title blocks, geometry, etc. – anything that normally can be saved in a 3dm file.
  • A scheme is a key in the Windows registry that tells Rhino that a set of options has been stored under that scheme name. From Rhino V6 on, the options themselves are stored in the settings folder under the scheme name. The settings folder is located here: C:\Users\<username>\AppData\Roaming\McNeel\Rhinoceros\<version number>\settings where <username> is your user name and <version number> is 6.0, 7.0, 8.0 etc.
  • A scheme can include a template specification, i.e. any scheme can open with a specific template. After starting Rhino with your newly created scheme, use the New command and browse to the file you want to be your starting template for that scheme. In the lower left corner of the dialog, check use this file when Rhino starts. You can create a custom template by saving a drawing with the SaveAsTemplate command or using Save As Template from the file menu.

How to duplicate a scheme without editing the registry

This topic has been updated to Rhino V6 and later !

As of V6, Rhino options and various other settings are stored in an .xml file the settings folder located in C:\Users\<username>\AppData\Roaming\McNeel\Rhinoceros\<version number>. The default scheme's file for example is called

settings-Scheme__Default.xml

Creating a new scheme called “MyNewScheme” will create a new file in the same folder with the name

settings-Scheme__MyNewScheme.xml

This has made duplicating schemes (within the same version) relatively simple. When you make a new scheme, the new file as outlined above will automatically be created. All you need to do is make a copy of the settings file from the scheme you want to duplicate and rename it with the name of the new scheme, replacing the old one. All the options from the duplicated scheme will then be applied.

Note that this can also be applied for duplicating Rhino options from one computer to another. Simply copy over the settings file from the first computer and replace the original on the second.

Important notes:

  • Replacing the settings file of of a Rhino version with that of a different version (i.e. V6 to V7) is not recommended. There are often many changes to the settings file format between versions. It may work correctly - or it may not.
  • The settings file includes which workspace file(s) should be loaded by a specific scheme, but it does not modify the workspace files themselves - that needs to be done separately via Rhino's workspace editing tools.

How to duplicate a scheme by editing the registry

Note: Be extremely careful when registry editing! If you use the above method, this is usually not necessary.

  • From the Windows Start button, choose Run, then type Regedit, OK.
  • Navigate to HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\4.0 (or 3.0).
  • You will see all your schemes listed there. Right-click on the scheme key you want to copy, and choose Export.
  • Place the file where you can find it again, like on the desktop. The file has a .reg extension. The actual file name is not important.
  • Right-click on the .reg file and choose Open With… and select Notepad.
  • Inside you will see many instances of your original scheme name, let's say it's Scheme: MyCurrentScheme.
  • Using the Replace function in Notepad, replace the phrase Scheme: MyCurrentScheme with Scheme: MyNewScheme,
  • Make sure you replace all instances!
  • When that is done, save the .reg file and close Notepad.
  • Right-click on the .reg file and choose Merge. When you click OK, your data is merged into the registry in the correct place.
  • All you have to do now is create a shortcut on your desktop to your new Rhino scheme. The easiest way to do this is to copy an existing shortcut and then right-click on the copy, choose properties, and change the Target to: …Rhino4.exe“ /Scheme=MyNewScheme (or …Rhino3.exe…)
  • It's a good idea to rename the shortcut so that you know which scheme it will start.
  • The new scheme should start from this shortcut with all of the previous settings of MyCurrentScheme.
  • Change what you want while in this instance of Rhino (make sure only this instance is running!), these changes will be saved under the new scheme automatically.
Note: It is not currently possible to control the loading or unloading of plug-ins with Schemes. Plug-ins are either loaded or unloaded for all schemes at the same time.
Important: If different schemes share the same workspace (.tb) file a change made to the toolbar layout by one instance will affect all others that use it! The toolbar layout in the .tb file is independent of schemes – the scheme only knows which .tb to open, not its structure. If you have multiple instances of Rhino running, the last instance to close will overwrite the .tb file. So when making toolbar changes, it is advisable to have only one instance of Rhino open at a time. If multiple users are using personalized workspaces, it is best to have separate workspaces with separate names and have each one open with the corresponding scheme.
rhino/schemes.1694507716.txt.gz · Last modified: 2023/09/12 by 127.0.0.1