UserPreferences(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.UserPreferences(bpy_struct)¶ Global user preferences
-
active_section¶ Active section of the user preferences shown in the user interface
Type: enum in [‘INTERFACE’, ‘EDITING’, ‘INPUT’, ‘ADDONS’, ‘THEMES’, ‘FILES’, ‘SYSTEM’], default ‘INTERFACE’
-
addons¶ Type: Addonsbpy_prop_collectionofAddon, (readonly)
-
autoexec_paths¶ Type: PathCompareCollectionbpy_prop_collectionofPathCompare, (readonly)
-
edit¶ Settings for interacting with Blender data
Type: UserPreferencesEdit, (readonly, never None)
-
filepaths¶ Default paths for external files
Type: UserPreferencesFilePaths, (readonly, never None)
-
inputs¶ Settings for input devices
Type: UserPreferencesInput, (readonly, never None)
-
system¶ Graphics driver and operating system settings
Type: UserPreferencesSystem, (readonly, never None)
-
themes¶ Type: bpy_prop_collectionofTheme, (readonly)
-
ui_styles¶ Type: bpy_prop_collectionofThemeStyle, (readonly)
-
view¶ Preferences related to viewing data
Type: UserPreferencesView, (readonly, never None)
-
Inherited Properties
Inherited Functions
References