Blender  V2.93
Public Attributes | List of all members
ImagePackedFile Struct Reference

#include <DNA_image_types.h>

Public Attributes

struct ImagePackedFilenext
 
struct ImagePackedFileprev
 
struct PackedFilepackedfile
 
char filepath [1024]
 

Detailed Description

Definition at line 83 of file DNA_image_types.h.

Member Data Documentation

◆ filepath

char ImagePackedFile::filepath[1024]

◆ next

struct ImagePackedFile* ImagePackedFile::next

Definition at line 84 of file DNA_image_types.h.

Referenced by BKE_image_signal(), copy_image_packedfiles(), and image_blend_write().

◆ packedfile

struct PackedFile* ImagePackedFile::packedfile

◆ prev

struct ImagePackedFile * ImagePackedFile::prev

Definition at line 84 of file DNA_image_types.h.


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