TextSequence(EffectSequence)¶
base classes — bpy_struct
, Sequence
, EffectSequence
-
class
bpy.types.
TextSequence
(EffectSequence)¶ Sequence strip creating text
-
align_x
¶ Type: enum in [‘LEFT’, ‘CENTER’, ‘RIGHT’], default ‘LEFT’
-
align_y
¶ Type: enum in [‘TOP’, ‘CENTER’, ‘BOTTOM’], default ‘TOP’
-
color
¶ Type: float array of 4 items in [0, inf], default (0.0, 0.0, 0.0, 0.0)
-
font_size
¶ Size of the text
Type: int in [0, 2000], 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)
-
shadow_color
¶ Type: float array of 4 items in [0, inf], default (0.0, 0.0, 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
-
wrap_width
¶ Word wrap width as factor, zero disables
Type: float in [0, inf], default 0.0
-
Inherited Properties
Inherited Functions