EffectSequence(Sequence)¶
base classes — bpy_struct
, Sequence
subclasses —
AddSequence
, AdjustmentSequence
, AlphaOverSequence
, AlphaUnderSequence
, ColorSequence
, CrossSequence
, GammaCrossSequence
, GaussianBlurSequence
, GlowSequence
, MulticamSequence
, MultiplySequence
, OverDropSequence
, SpeedControlSequence
, SubtractSequence
, TextSequence
, TransformSequence
, WipeSequence
-
class
bpy.types.
EffectSequence
(Sequence)¶ Sequence strip applying an effect on the images created by other strips
-
alpha_mode
¶ Representation of alpha information in the RGBA pixels
STRAIGHT
Straight, RGB channels in transparent pixels are unaffected by the alpha channel.PREMUL
Premultiplied, RGB channels in transparent pixels are multiplied by the alpha channel.
Type: enum in [‘STRAIGHT’, ‘PREMUL’], default ‘STRAIGHT’
-
color_multiply
¶ Type: float in [0, 20], default 1.0
-
color_saturation
¶ Type: float in [0, 20], default 1.0
-
crop
¶ Type: SequenceCrop
, (readonly)
-
proxy
¶ Type: SequenceProxy
, (readonly)
-
strobe
¶ Only display every nth frame
Type: float in [1, 30], default 0.0
-
transform
¶ Type: SequenceTransform
, (readonly)
-
use_crop
¶ Crop image before processing
Type: boolean, default False
-
use_deinterlace
¶ For video movies to remove fields
Type: boolean, default False
-
use_flip_x
¶ Flip on the X axis
Type: boolean, default False
-
use_flip_y
¶ Flip on the Y axis
Type: boolean, default False
-
use_float
¶ Convert input to float data
Type: boolean, default False
-
use_proxy
¶ Use a preview proxy and/or timecode index for this strip
Type: boolean, default False
-
use_reverse_frames
¶ Reverse frame order
Type: boolean, default False
-
use_translation
¶ Translate image before processing
Type: boolean, default False
-
Inherited Properties
Inherited Functions