Go to: Synopsis. Return value. Flags. MEL examples.
savePrefs [-colors] [-file string] [-general] [-hotkeys] [-menuSets] [-plugins] [-uiLayout]
savePrefs is undoable, NOT queryable, and NOT editable.
This command saves preferences to disk. If no flags are specified then all pref types get saved out.None
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-colors(-c)
|
|
|||
|
||||
-file(-f) 2023
|
string
|
|||
|
||||
-general(-g)
|
|
|||
|
||||
-hotkeys(-hk)
|
|
|||
|
||||
-menuSets(-ms)
|
|
|||
|
||||
-plugins(-pl)
|
|
|||
|
||||
-uiLayout(-ui)
|
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
// only save the hotkeys savePrefs -hotkeys; // save everything savePrefs; // only save ui layout prefs savePrefs -uiLayout;