SpaceUserPreferences(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceUserPreferences(Space)

User preferences space data

filter_text

Search term for filtering in the UI

Type:string, default “”, (never None)
filter_type

Filter method

  • NAME Name, Filter based on the operator name.
  • KEY Key-Binding, Filter based on key bindings.
Type:enum in [‘NAME’, ‘KEY’], default ‘NAME’
draw_handler_add()

Undocumented

draw_handler_remove()

Undocumented

Inherited Properties

Inherited Functions

Previous topic

SpaceUVEditor(bpy_struct)

Next topic

SpaceView3D(Space)