SpaceConsole(Space)¶
base classes — bpy_struct
, Space
-
class
bpy.types.
SpaceConsole
(Space)¶ Interactive python console
-
font_size
¶ Font size to use for displaying the text
Type: int in [8, 32], default 0
-
history
¶ Command history
Type: bpy_prop_collection
ofConsoleLine
, (readonly)
-
language
¶ Command line prompt language
Type: string, default “”, (never None)
-
prompt
¶ Command line prompt
Type: string, default “”, (never None)
-
scrollback
¶ Command output
Type: bpy_prop_collection
ofConsoleLine
, (readonly)
-
select_end
¶ Type: int in [0, inf], default 0
-
select_start
¶ Type: int in [0, inf], default 0
-
draw_handler_add
()¶ Undocumented
-
draw_handler_remove
()¶ Undocumented
-
Inherited Properties
Inherited Functions