SpaceInfo(Space)¶
base classes — bpy_struct
, Space
-
class
bpy.types.
SpaceInfo
(Space)¶ Info space data
-
show_report_debug
¶ Display debug reporting info
Type: boolean, default False
-
show_report_error
¶ Display error text
Type: boolean, default False
-
show_report_info
¶ Display general information
Type: boolean, default False
-
show_report_operator
¶ Display the operator log
Type: boolean, default False
-
show_report_warning
¶ Display warnings
Type: boolean, default False
-
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