The VRED preferences are comprised of a tree view along the left, a search bar and preferences to the right, and buttons along the bottom for resetting tools to their defaults, applying changes, and saving them.
The tree view to the side is organized into six main categories:
For information on the different preferences, click the links at the end of this topic.
The first two buttons along the bottom of the window are for resetting either a specific preference or all to their default state. The remaining two buttons are used to apply and/or save any changes to made in the Preferences. See Editing Preferences for how to use these.
Override or force a subset of preferences, like adding a script to the Script preferences, by using the environment variable, VRED_PREFERENCES_OVERRIDE and command line parameter, -preferencesOverride, for including a config file containing a subset of preferences to overwrite the local preferences for the session upon startup.
Create an .xml subset preferences file and note its location.
Define the preference file to overwrite the local preferences upon startup, such as:
<?xml version="1.0"?>
<!DOCTYPE VRED>
<message id="0" type="VRED" version="0.80000001">
<key name="Annotation font color" type="OSGColor4f">1 0 0 1</key>
</message>
Define the location for the file giving the command line parameter, such as:
VREDPro.exe -preferencesOverride="e:\\preferences.xml"
Define the location for the file setting the environment variable, such as:
set VRED_PREFERENCES_OVERRIDE=e:\\preferences.xml
VREDPro.exe