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 :Addons bpy_prop_collection of Addon, (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_collection of Theme, (readonly)
ui_styles
Type :bpy_prop_collection of ThemeStyle, (readonly)
view

Preferences related to viewing data

Type :UserPreferencesView, (readonly, never None)

Inherited Properties

Inherited Functions

References

Previous topic

UnknownType(bpy_struct)

Next topic

UserPreferencesEdit(bpy_struct)