|
Blender V4.3
|
#include <ED_image.hh>
Public Attributes | |
| ImageFrameRange * | next |
| ImageFrameRange * | prev |
| char | filepath [FILE_MAX] |
| int | length |
| int | offset |
| bool | udims_detected |
| ListBase | udim_tiles |
| ListBase | frames |
Definition at line 191 of file ED_image.hh.
| char ImageFrameRange::filepath[FILE_MAX] |
Absolute file path of the first file in the range.
Definition at line 195 of file ED_image.hh.
| ListBase ImageFrameRange::frames |
Definition at line 204 of file ED_image.hh.
| int ImageFrameRange::length |
Definition at line 197 of file ED_image.hh.
| ImageFrameRange* ImageFrameRange::next |
Definition at line 192 of file ED_image.hh.
| int ImageFrameRange::offset |
Definition at line 198 of file ED_image.hh.
| ImageFrameRange * ImageFrameRange::prev |
Definition at line 192 of file ED_image.hh.
| ListBase ImageFrameRange::udim_tiles |
Definition at line 201 of file ED_image.hh.
| bool ImageFrameRange::udims_detected |
Definition at line 200 of file ED_image.hh.