TransformSequence(EffectSequence)
base classes — bpy_struct, Sequence, EffectSequence
-
class bpy.types.TransformSequence(EffectSequence)
Sequence strip applying affine transformations to other strips
-
input_1
First input for the effect strip
-
input_count
Type : | int in [0, inf], default 0, (readonly) |
-
interpolation
- NONE None, No interpolation.
- BILINEAR Bilinear, Bilinear interpolation.
- BICUBIC Bicubic, Bicubic interpolation.
Type : | enum in [‘NONE’, ‘BILINEAR’, ‘BICUBIC’], default ‘NONE’ |
-
is_supports_mask
Type : | int in [0, inf], default 0, (readonly) |
-
rotation_start
Type : | float in [-360, 360], default 0.0 |
-
scale_start_x
Type : | float in [0, inf], default 0.0 |
-
scale_start_y
Type : | float in [0, inf], default 0.0 |
-
translate_start_x
Type : | float in [-inf, inf], default 0.0 |
-
translate_start_y
Type : | float in [-inf, inf], default 0.0 |
-
translation_unit
Type : | enum in [‘PIXELS’, ‘PERCENT’], default ‘PIXELS’ |
-
use_uniform_scale
Scale uniformly, preserving aspect ratio
Type : | boolean, default False |
Inherited Properties
Inherited Functions