SpaceConsole(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceConsole(Space)

Interactive python console

console_type

Console type

Type :enum in [‘PYTHON’, ‘REPORT’], default ‘PYTHON’
font_size

Font size to use for displaying the text

Type :int in [8, 32], default 0
history

Command history

Type :Collection of ConsoleLine, (readonly)
language

Command line prompt language

Type :string, default “”
prompt

Command line prompt

Type :string, default “”
scrollback

Command output

Type :Collection of ConsoleLine, (readonly)
select_end
Type :int in [0, inf], default 0
select_start
Type :int in [0, inf], default 0
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

Inherited Properties

Inherited Functions

Previous topic

Space(bpy_struct)

Next topic

SpaceDopeSheetEditor(Space)