Blender V4.3
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.

◆ frames

ListBase ImageFrameRange::frames

Definition at line 204 of file ED_image.hh.

◆ length

int ImageFrameRange::length

Definition at line 197 of file ED_image.hh.

◆ 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.

◆ 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.

◆ udims_detected

bool ImageFrameRange::udims_detected

Definition at line 200 of file ED_image.hh.


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