ThemeFileBrowser(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.ThemeFileBrowser(bpy_struct)¶ Theme settings for the File Browser
-
active_file¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
active_file_text¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
scroll_handle¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
scrollbar¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
selected_file¶ Type: float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
space¶ Settings for space
Type: ThemeSpaceGeneric, (readonly, never None)
-
space_list¶ Settings for space list
Type: ThemeSpaceListGeneric, (readonly, never None)
-
Inherited Properties
Inherited Functions
References