base classes — bpy_struct, Space
Interactive python console
Console type
Type : | enum in [‘PYTHON’, ‘REPORT’], default ‘PYTHON’ |
---|
Font size to use for displaying the text
Type : | int in [8, 32], default 0 |
---|
Command history
Type : | Collection of ConsoleLine, (readonly) |
---|
Command line prompt language
Type : | string, default “” |
---|
Command line prompt
Type : | string, default “” |
---|
Command output
Type : | Collection of ConsoleLine, (readonly) |
---|
Type : | int in [0, inf], default 0 |
---|
Type : | int in [0, inf], default 0 |
---|
Display debug reporting info
Type : | boolean, default False |
---|
Display error text
Type : | boolean, default False |
---|
Display general information
Type : | boolean, default False |
---|
Display the operator log
Type : | boolean, default False |
---|
Display warnings
Type : | boolean, default False |
---|
Inherited Properties
Inherited Functions
|