Misc Settings in Revit.ini

In the Revit.ini file, the settings in the [Misc] section control a variety of Revit behaviors.

DisableCaBaGGe_3

Disables the CaBaGGe_3 framework. Camera Based GRep Generation (CaBaGGe) allows you to navigate highly detailed Revit models more quickly, by not spending time on things that the user doesn't see. Disable CaBaGGe if you find that the pan/zoom/view-manipulation time is distracting.

Type = integer

Valid values: 0 = disable (default), 1 = enable

EnableRenameOnSlowDoubleClickByDefault

Allows you to rename a view, schedule, sheet, or group with a slow-double-click in the Project Browser. (A fast double -click opens it; a slow double-click renames it.

This feature is turned on by default. To disable renaming with a slow double-click, add the setting to the [Misc] section and set it to 0 (zero).

Type = integer

Valid values: 0 = disable, 1 = enable (default)

IgnoreDeletionOfRequiredSettings

Suppresses all Customer Error Report (CER) dialogs, blocked transactions, and recovery dialogs related to required internal settings that are missing.

Type = integer

Valid values: 0 = disable (default), 1 = enable

ShowLoadAutodeskFamily (Technology Preview)

Controls the display of the Load Autodesk Family button in the ribbon. About Load Autodesk Family

Type = integer

Valid values: 0 = disable, 1 = enable (default)

Example

[Misc]
DisableCaBaGGe_3=1
EnableBIM360InOpenFileDialog=1
EnableRenameOnSlowDoubleClickByDefault=0
IgnoreDeletionOfRequiredSettings=1
ShowLoadAutodeskFamily=1