Package bpy :: Module types :: Class Sequence
[hide private]
[frames] | no frames]

Class Sequence


The Sequence Object

Sequence strip in the sequence editor.

References

Instance Methods [hide private]
SequenceElement
getStripElem(frame)
Return the strip element from a given frame or None.
Instance Variables [hide private]
enum blend_mode
Blend Mode in...
float in [0, 100] blend_opacity
Blend Opacity
int in [0, 31] channel
Y position of the sequence strip.
float in [0, 1] effect_fader
Effect fader position
int (readonly) in [-inf, inf] end_offset
End offset
int (readonly) in [0, 300000] end_still
End Still
boolean frame_locked
Lock the animation curve to the global frame counter.
boolean left_handle_selected
Left Handle Selected
int in [1, 300000] length
The length of the contents of this strip before the handles are applied
boolean lock
Lock strip so that it can't be transformed.
boolean mute
Mute
string name
Name (maximum length of 22)
boolean right_handle_selected
Right Handle Selected
boolean selected
Selected
float in [-inf, inf] speed_fader
Speed effect fader position
int in [-inf, inf] start_frame
Start Frame
int (readonly) in [-inf, inf] start_offset
Start Offset
int (readonly) in [0, 300000] start_still
Start Still
enum (readonly) type
Type in...
boolean use_effect_default_fade
Fade effect using the builtin default (usually make transition as long as effect strip).
Method Details [hide private]

getStripElem(frame)

 

Return the strip element from a given frame or None.

Parameters:
  • frame (int)
Returns: SequenceElement
strip element of the current frame

Instance Variable Details [hide private]

blend_mode

Blend Mode in...
  • REPLACE
  • CROSS
  • ADD
  • SUBTRACT
  • ALPHA_OVER
  • ALPHA_UNDER
  • GAMMA_CROSS
  • MULTIPLY
  • OVER_DROP
Type:
enum

type

Type in...
  • IMAGE
  • META
  • SCENE
  • MOVIE
  • SOUND
  • CROSS
  • ADD
  • SUBTRACT
  • ALPHA_OVER
  • ALPHA_UNDER
  • GAMMA_CROSS
  • MULTIPLY
  • OVER_DROP
  • PLUGIN
  • WIPE
  • GLOW
  • TRANSFORM
  • COLOR
  • SPEED
Type:
enum (readonly)