SceneSequence(Sequence)

base classes — bpy_struct, Sequence

class bpy.types.SceneSequence(Sequence)

Sequence strip to used the rendered image of a scene

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’
animation_offset_end

Animation end offset (trim end)

Type:int in [0, inf], default 0
animation_offset_start

Animation start offset (trim start)

Type:int in [0, inf], default 0
color_multiply
Type:float in [0, 20], default 1.0
color_saturation

Adjust the intensity of the input’s color

Type:float in [0, 20], default 1.0
crop
Type:SequenceCrop, (readonly)
fps

Frames per second

Type:float in [-inf, inf], default 0.0, (readonly)
playback_direction

Play strip forwards or backwards

  • FORWARD Forwards, Play strip forwards.
  • BACKWARD Backwards, Play strip backwards.
Type:enum in [‘FORWARD’, ‘BACKWARD’], default ‘FORWARD’
proxy
Type:SequenceProxy, (readonly)
scene

Scene that this sequence uses

Type:Scene
scene_camera

Override the scenes active camera

Type:Object
scene_input

Input type to use for the Scene strip

  • CAMERA Camera, Use the Scene’s 3D camera as input.
  • SEQUENCER Sequencer, Use the Scene’s Sequencer timeline as input.
Type:enum in [‘CAMERA’, ‘SEQUENCER’], default ‘CAMERA’
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

Remove fields from video movies

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_grease_pencil

Show Grease Pencil strokes in OpenGL previews

Type:boolean, default False
use_proxy

Use a preview proxy and/or timecode index for this strip

Type:boolean, default False
use_translation

Translate image before processing

Type:boolean, default False
classmethod bl_rna_get_subclass(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The RNA type or default when not found.
Return type:bpy.types.Struct subclass
classmethod bl_rna_get_subclass_py(id, default=None)
Parameters:id (string) – The RNA type identifier.
Returns:The class or default when not found.
Return type:type

Inherited Properties

Inherited Functions