Blender  V3.3
Public Attributes | List of all members
ImageFrameRange Struct Reference

#include <ED_image.h>

Public Attributes

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

Detailed Description

Definition at line 202 of file ED_image.h.

Member Data Documentation

◆ filepath

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

◆ frames

ListBase ImageFrameRange::frames

Definition at line 215 of file ED_image.h.

Referenced by image_detect_frame_range(), and image_sequence_get_frame_ranges().

◆ length

int ImageFrameRange::length

Definition at line 208 of file ED_image.h.

Referenced by image_detect_frame_range(), and image_open_single().

◆ next

struct ImageFrameRange* ImageFrameRange::next

Definition at line 203 of file ED_image.h.

◆ offset

int ImageFrameRange::offset

Definition at line 209 of file ED_image.h.

Referenced by image_detect_frame_range(), and image_open_single().

◆ prev

struct ImageFrameRange * ImageFrameRange::prev

Definition at line 203 of file ED_image.h.

◆ udim_tiles

ListBase ImageFrameRange::udim_tiles

Definition at line 212 of file ED_image.h.

Referenced by image_detect_frame_range(), and image_open_single().

◆ udims_detected

bool ImageFrameRange::udims_detected

Definition at line 211 of file ED_image.h.

Referenced by image_detect_frame_range(), and image_open_single().


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