ImageSequence(Sequence)
base classes — bpy_struct, Sequence
-
class bpy.types.ImageSequence(Sequence)
Sequence strip to load one or more images
-
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_balance
-
-
color_multiply
Type : | float in [0, 20], default 0.0 |
-
color_saturation
Type : | float in [0, 20], default 0.0 |
-
crop
-
-
directory
-
-
elements
-
-
proxy
-
-
strobe
Only display every nth frame
Type : | float in [1, 30], default 0.0 |
-
transform
-
-
use_color_balance
(3-Way color correction) on input
Type : | boolean, default False |
-
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_premultiply
Convert RGB from key alpha to premultiplied alpha
Type : | boolean, default False |
-
use_proxy
Use a preview proxy for this strip
Type : | boolean, default False |
-
use_proxy_custom_directory
Use a custom directory to store data
Type : | boolean, default False |
-
use_proxy_custom_file
Use a custom file to read proxy data from
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