This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
rhino:settingstransfer [2021/04/16] joachim |
rhino:settingstransfer [2024/11/04] (current) joachim [Umm, that sounds complicated, how do I make sure I get everything?] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| =====Where are my settings stored? | =====Where are my settings stored? | ||
| - | **In Rhino V5 and earlier** most of Rhino' | + | > Note, toolbars are separate from settings and will be covered further on |
| - | The easiest way to transfer the bulk of your settings | + | In Rhino V5 and earlier most of Rhino' |
| - | > Note: In Rhino V4, the two commands above were named **ExportOptions** | + | In all cases, there is not one single file that contains all Rhino options and personalizations. |
| - | **Display modes are included in OptionsExport | + | **For V6 and later - //within the same version//**: |
| + | The easiest way is to simply copy the // | ||
| - | **Separate from the other options, workspace | + | > Note - the location for these files mentioned above is a folder hidden by Windows by default. You can access this quickly by hitting |
| - | **C:\Users\< | + | **For V5:** |
| + | To transfer the bulk of your settings, use the Rhino command **OptionsExport**, | ||
| - | // | + | Display modes are included in OptionsExport and OptionsImport in V5, and also in the settings |
| - | > Note: You can access this quickly by hitting the Windows Start button and typing **%appdata%** and Enter which gets you to " | + | =====Toolbars===== |
| - | > For V4 installations, the toolbars are here: C: | + | //**Note on V8**: The entire toolbar structure and arrangement has been completely re-written for V8. V8 no longer uses .rui files, the new format is .rws (Rhino Workspace). Rhino 8 can however import .rui files from V7 successfully in most cases. As soon as V8 is more or less finalized, I will update this section with detailed information on the V8 workspace structure procedures for transferring settings.// |
| + | Separate from the other options, workspace files contain most of the info for toolbars/ | ||
| - | The workspace file does not contain the on-screen locations for the toolbars however, only the toolbars themselves and whether they are open or not. In V5, location info is still stored in the registry; in V6 it has been moved out to an .xml settings file which resides here: | + | //C:\Users\< |
| - | **C: | ||
| - | The .xml file containing | + | The workspace |
| - | Finally, there are some other things that might have been personalized/modified. | + | // |
| + | To load an existing workspace file in a new installation, | ||
| + | It is possible to import an .rui file from a previous version of Rhino via the above procedure; note however that many things change from one version to another, so this may not always be 100% successful. | ||
| + | |||
| + | Finally, there are some other things that might have been personalized/ | ||
| Line 41: | Line 47: | ||
| **In the old install:** | **In the old install:** | ||
| - | **OptionsExport** | + | V5 only: **OptionsExport** - creates an .ini file |
| - | * Make a copy of your workspace (.tb/.rui) file if you customized it | + | V6 and later: |
| + | |||
| + | * V6 and V7 - make a copy of your workspace (.rui) file if you customized it. | ||
| + | * //V8: Workspace transfer procedure to be announced// | ||
| * Make copies of any custom template files you created | * Make copies of any custom template files you created | ||
| - | * Make copies of any other external files used, including: | + | * Make copies of any other external files used, including: e-maps, scripts, etc. |
| - | * V4 - Export any custom display modes (if you created any) - creates one .ini file per display mode | + | |
| **In the new install:** | **In the new install:** | ||
| - | **OptionsImport** | + | V5 only: **OptionsImport** and import the .ini file created above |
| - | | + | V6 and later: //Replace// the existing settings-Scheme_Default.xml file with the one copied from the previous install |
| - | * Go to //Tools>Toolbar Layout// and load your custom workspace. | + | |
| - | * Drag n' drop your extra plug-ins | + | |
| + | * V6 and V7 - go to //Options>Toolbars// and load your custom workspace | ||
| + | * //V8: Workspace transfer procedure to be announced// | ||
| + | * Install any plug-ins that Rhino did not automatically transfer | ||
| * Set Rhino up to open with your custom template. | * Set Rhino up to open with your custom template. | ||
| - | * In the Files section of Options, set file paths to scripts, templates, etc. if they are non-standard. | + | * Set file paths to scripts, templates, etc. if they are non-standard. |
| - | * V4 - Go to //Options > Appearance > Advanced Settings// and import any custom display modes created, one by one. | + | |
| + | //Last edited 13.09.23 MSH/ | ||