|
Blender
V3.3
|
#include <ED_image.h>
Public Attributes | |
| struct ImageFrameRange * | next |
| struct ImageFrameRange * | prev |
| char | filepath [FILE_MAX] |
| int | length |
| int | offset |
| bool | udims_detected |
| ListBase | udim_tiles |
| ListBase | frames |
Definition at line 202 of file ED_image.h.
| char ImageFrameRange::filepath[FILE_MAX] |
Absolute file path of the first file in the range.
Definition at line 206 of file ED_image.h.
Referenced by ED_image_filesel_detect_sequences(), image_detect_frame_range(), image_open_single(), and image_sequence_get_frame_ranges().
| ListBase ImageFrameRange::frames |
Definition at line 215 of file ED_image.h.
Referenced by image_detect_frame_range(), and image_sequence_get_frame_ranges().
| int ImageFrameRange::length |
Definition at line 208 of file ED_image.h.
Referenced by image_detect_frame_range(), and image_open_single().
| struct ImageFrameRange* ImageFrameRange::next |
Definition at line 203 of file ED_image.h.
| int ImageFrameRange::offset |
Definition at line 209 of file ED_image.h.
Referenced by image_detect_frame_range(), and image_open_single().
| struct ImageFrameRange * ImageFrameRange::prev |
Definition at line 203 of file ED_image.h.
| ListBase ImageFrameRange::udim_tiles |
Definition at line 212 of file ED_image.h.
Referenced by image_detect_frame_range(), and image_open_single().
| bool ImageFrameRange::udims_detected |
Definition at line 211 of file ED_image.h.
Referenced by image_detect_frame_range(), and image_open_single().