Blender  V2.93
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
 
ListBase udim_tiles
 
ListBase frames
 

Detailed Description

Definition at line 137 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 141 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 149 of file ED_image.h.

Referenced by image_detect_frame_range(), and image_sequence_get_frame_ranges().

◆ length

int ImageFrameRange::length

Definition at line 143 of file ED_image.h.

Referenced by image_detect_frame_range(), and image_open_single().

◆ next

struct ImageFrameRange* ImageFrameRange::next

Definition at line 138 of file ED_image.h.

◆ offset

int ImageFrameRange::offset

Definition at line 144 of file ED_image.h.

Referenced by image_detect_frame_range(), and image_open_single().

◆ prev

struct ImageFrameRange * ImageFrameRange::prev

Definition at line 138 of file ED_image.h.

◆ udim_tiles

ListBase ImageFrameRange::udim_tiles

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