SpaceFileBrowser(Space)¶
base classes — bpy_struct
, Space
-
class
bpy.types.
SpaceFileBrowser
(Space)¶ File browser space data
-
bookmarks
¶ User’s bookmarks
Type: bpy_prop_collection
ofFileBrowserFSMenuEntry
, (readonly)
-
bookmarks_active
¶ Index of active bookmark (-1 if none)
Type: int in [-32768, 32767], default -1
-
params
¶ Parameters and Settings for the Filebrowser
Type: FileSelectParams
, (readonly)
-
recent_folders
¶ Type: bpy_prop_collection
ofFileBrowserFSMenuEntry
, (readonly)
-
recent_folders_active
¶ Index of active recent folder (-1 if none)
Type: int in [-32768, 32767], default -1
-
system_bookmarks
¶ System’s bookmarks
Type: bpy_prop_collection
ofFileBrowserFSMenuEntry
, (readonly)
-
system_bookmarks_active
¶ Index of active system bookmark (-1 if none)
Type: int in [-32768, 32767], default -1
-
system_folders
¶ System’s folders (usually root, available hard drives, etc)
Type: bpy_prop_collection
ofFileBrowserFSMenuEntry
, (readonly)
-
system_folders_active
¶ Index of active system folder (-1 if none)
Type: int in [-32768, 32767], default -1
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
draw_handler_add
()¶ Undocumented
-
draw_handler_remove
()¶ Undocumented
-
Inherited Properties
Inherited Functions