Blender V4.5
ImageFrameRange Struct Reference

#include <ED_image.hh>

Public Attributes

ImageFrameRangenext
ImageFrameRangeprev
char filepath [FILE_MAX]
int length
int offset
bool udims_detected
ListBase udim_tiles
ListBase frames

Detailed Description

Definition at line 191 of file ED_image.hh.

Member Data Documentation

◆ filepath

char ImageFrameRange::filepath[FILE_MAX]

Absolute file path of the first file in the range.

Definition at line 195 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().

◆ frames

ListBase ImageFrameRange::frames

Definition at line 204 of file ED_image.hh.

Referenced by image_detect_frame_range(), and image_sequence_get_frame_ranges().

◆ length

int ImageFrameRange::length

Definition at line 197 of file ED_image.hh.

Referenced by image_detect_frame_range(), and image_open_single().

◆ next

ImageFrameRange* ImageFrameRange::next

Definition at line 192 of file ED_image.hh.

◆ offset

int ImageFrameRange::offset

Definition at line 198 of file ED_image.hh.

Referenced by image_detect_frame_range(), and image_open_single().

◆ prev

ImageFrameRange * ImageFrameRange::prev

Definition at line 192 of file ED_image.hh.

◆ udim_tiles

ListBase ImageFrameRange::udim_tiles

Definition at line 201 of file ED_image.hh.

Referenced by image_detect_frame_range(), and image_open_single().

◆ udims_detected

bool ImageFrameRange::udims_detected

Definition at line 200 of file ED_image.hh.

Referenced by image_detect_frame_range(), and image_open_single().


The documentation for this struct was generated from the following file: