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

Class TransformSequence


The Transform Sequence Object

Sequence strip applying affine transformations to other strips.

(no references to this struct found)

Instance Methods [hide private]
SequenceElement
getStripElem(frame)
Return the strip element from a given frame or None. (Inherited from bpy.types.Sequence)
Instance Variables [hide private]
enum blend_mode
Blend Mode in... (Inherited from bpy.types.Sequence)
float in [0, 100] blend_opacity
Blend Opacity (Inherited from bpy.types.Sequence)
int in [0, 31] channel
Y position of the sequence strip. (Inherited from bpy.types.Sequence)
float in [0, 1] effect_fader
Effect fader position (Inherited from bpy.types.Sequence)
int (readonly) in [-inf, inf] end_offset
End offset (Inherited from bpy.types.Sequence)
int (readonly) in [0, 300000] end_still
End Still (Inherited from bpy.types.Sequence)
boolean frame_locked
Lock the animation curve to the global frame counter. (Inherited from bpy.types.Sequence)
enum interpolation
Interpolation in...
boolean left_handle_selected
Left Handle Selected (Inherited from bpy.types.Sequence)
int in [1, 300000] length
The length of the contents of this strip before the handles are applied (Inherited from bpy.types.Sequence)
boolean lock
Lock strip so that it can't be transformed. (Inherited from bpy.types.Sequence)
boolean mute
Mute (Inherited from bpy.types.Sequence)
string name
Name (maximum length of 22) (Inherited from bpy.types.Sequence)
SequenceProxy (readonly) proxy
Proxy (Inherited from bpy.types.EffectSequence)
boolean proxy_custom_directory
Use a custom directory to store data. (Inherited from bpy.types.EffectSequence)
boolean right_handle_selected
Right Handle Selected (Inherited from bpy.types.Sequence)
float in [0, 360] rotation_end
Rotation End
float in [0, 360] rotation_start
Rotation Start
float in [0, inf] scale_end_x
Scale End X
float in [0, inf] scale_end_y
Scale End Y
float in [0, inf] scale_start_x
Scale Start X
float in [0, inf] scale_start_y
Scale Start Y
boolean selected
Selected (Inherited from bpy.types.Sequence)
float in [-inf, inf] speed_fader
Speed effect fader position (Inherited from bpy.types.Sequence)
int in [-inf, inf] start_frame
Start Frame (Inherited from bpy.types.Sequence)
int (readonly) in [-inf, inf] start_offset
Start Offset (Inherited from bpy.types.Sequence)
int (readonly) in [0, 300000] start_still
Start Still (Inherited from bpy.types.Sequence)
float in [-inf, inf] translate_end_x
Translate End X
float in [-inf, inf] translate_end_y
Translate End Y
float in [-inf, inf] translate_start_x
Translate Start X
float in [-inf, inf] translate_start_y
Translate Start Y
enum translation_unit
Translation Unit in...
enum (readonly) type
Type in... (Inherited from bpy.types.Sequence)
boolean use_effect_default_fade
Fade effect using the builtin default (usually make transition as long as effect strip). (Inherited from bpy.types.Sequence)
boolean use_proxy
Use a preview proxy for this strip. (Inherited from bpy.types.EffectSequence)
Instance Variable Details [hide private]

interpolation

Interpolation in...
  • NONE
  • BILINEAR
  • BICUBIC
Type:
enum

translation_unit

Translation Unit in...
  • PIXELS
  • PERCENT
Type:
enum