Blender V5.0
ImageFrameRange Struct Reference

#include <ED_image.hh>

Public Attributes

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

Detailed Description

Definition at line 192 of file ED_image.hh.

Member Data Documentation

◆ filepath

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().

◆ frames

◆ length

int ImageFrameRange::length

Definition at line 202 of file ED_image.hh.

Referenced by image_detect_frame_range(), and image_open_single().

◆ max_framenr

int ImageFrameRange::max_framenr

Definition at line 204 of file ED_image.hh.

Referenced by image_detect_frame_range().

◆ next

ImageFrameRange* ImageFrameRange::next

Definition at line 193 of file ED_image.hh.

◆ offset

int ImageFrameRange::offset

◆ prev

ImageFrameRange * ImageFrameRange::prev

Definition at line 193 of file ED_image.hh.

◆ udim_tiles

ListBase ImageFrameRange::udim_tiles

Definition at line 208 of file ED_image.hh.

Referenced by image_detect_frame_range(), and image_open_single().

◆ udims_detected

bool ImageFrameRange::udims_detected

Definition at line 207 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: