|
Blender V5.0
|
#include <ED_image.hh>
Public Attributes | |
| ImageFrameRange * | next |
| ImageFrameRange * | prev |
| char | filepath [FILE_MAX] |
| int | length |
| int | offset |
| int | max_framenr |
| bool | udims_detected |
| ListBase | udim_tiles |
| ListBase | frames |
Definition at line 192 of file ED_image.hh.
| char ImageFrameRange::filepath[FILE_MAX] |
File path of the first file in the range. May be relative to G_MAIN->filepath or the root_path passed in by ED_image_filesel_detect_sequences.
Definition at line 200 of file ED_image.hh.
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 211 of file ED_image.hh.
Referenced by image_detect_frame_range(), image_sequence_get_frame_ranges(), and blender::ed::vse::sequencer_add_image_strip_load_files().
| int ImageFrameRange::length |
Definition at line 202 of file ED_image.hh.
Referenced by image_detect_frame_range(), and image_open_single().
| int ImageFrameRange::max_framenr |
Definition at line 204 of file ED_image.hh.
Referenced by image_detect_frame_range().
| ImageFrameRange* ImageFrameRange::next |
Definition at line 193 of file ED_image.hh.
| int ImageFrameRange::offset |
Definition at line 203 of file ED_image.hh.
Referenced by image_detect_frame_range(), image_open_single(), and blender::ed::vse::sequencer_add_image_strip_load_files().
| ImageFrameRange * ImageFrameRange::prev |
Definition at line 193 of file ED_image.hh.
| ListBase ImageFrameRange::udim_tiles |
Definition at line 208 of file ED_image.hh.
Referenced by image_detect_frame_range(), and image_open_single().
| bool ImageFrameRange::udims_detected |
Definition at line 207 of file ED_image.hh.
Referenced by image_detect_frame_range(), and image_open_single().