TextSequence(EffectSequence)

base classes — bpy_struct, Sequence, EffectSequence

class bpy.types.TextSequence(EffectSequence)

Sequence strip creating text

align
Type:enum in [‘LEFT’, ‘CENTER’, ‘RIGHT’], default ‘LEFT’
font_size

Size of the text

Type:int in [0, inf], default 0
input_count
Type:int in [0, inf], default 0, (readonly)
location

Location of the text

Type:float array of 2 items in [-inf, inf], default (0.0, 0.0)
text

Text that will be displayed

Type:string, default “”, (never None)
use_shadow

Draw text with shadow

Type:boolean, default False

Inherited Properties

Inherited Functions