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 of ConsoleLine, (readonly)
language

Command line prompt language

Type :string, default “”
prompt

Command line prompt

Type :string, default “”
scrollback

Command output

Type :bpy_prop_collection of ConsoleLine, (readonly)
select_end
Type :int in [0, inf], default 0
select_start
Type :int in [0, inf], default 0

Inherited Properties

Inherited Functions

Previous topic

SpaceClipEditor(Space)

Next topic

SpaceDopeSheetEditor(Space)