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

#include <DNA_cachefile_types.h>

Public Attributes

ID id
 
struct AnimDataadt
 
ListBase object_paths
 
char filepath [1024]
 
char is_sequence
 
char forward_axis
 
char up_axis
 
char override_frame
 
float scale
 
float frame
 
float frame_offset
 
short flag
 
short draw_flag
 
char _pad [3]
 
char velocity_unit
 
char velocity_name [64]
 
struct AbcArchiveHandlehandle
 
char handle_filepath [1024]
 
struct GSethandle_readers
 

Detailed Description

Definition at line 62 of file DNA_cachefile_types.h.

Member Data Documentation

◆ _pad

char CacheFile::_pad[3]

Definition at line 87 of file DNA_cachefile_types.h.

◆ adt

struct AnimData* CacheFile::adt

◆ draw_flag

short CacheFile::draw_flag

Definition at line 85 of file DNA_cachefile_types.h.

◆ filepath

char CacheFile::filepath[1024]

◆ flag

short CacheFile::flag

Animation flag.

Definition at line 84 of file DNA_cachefile_types.h.

Referenced by acf_dscachefile_setting_ptr().

◆ forward_axis

char CacheFile::forward_axis

Definition at line 73 of file DNA_cachefile_types.h.

◆ frame

float CacheFile::frame

The frame/time to lookup in the cache file.

Definition at line 79 of file DNA_cachefile_types.h.

Referenced by BKE_cachefile_time_offset().

◆ frame_offset

float CacheFile::frame_offset

The frame offset to subtract.

Definition at line 81 of file DNA_cachefile_types.h.

Referenced by BKE_cachefile_time_offset().

◆ handle

struct AbcArchiveHandle* CacheFile::handle

◆ handle_filepath

char CacheFile::handle_filepath[1024]

◆ handle_readers

struct GSet* CacheFile::handle_readers

◆ id

ID CacheFile::id

◆ is_sequence

char CacheFile::is_sequence

◆ object_paths

ListBase CacheFile::object_paths

Paths of the objects inside of the Alembic archive referenced by this CacheFile.

Definition at line 67 of file DNA_cachefile_types.h.

Referenced by BKE_cachefile_eval(), cache_file_blend_read_data(), cache_file_blend_write(), cache_file_copy_data(), cache_file_free_data(), and visit_object().

◆ override_frame

char CacheFile::override_frame

Definition at line 75 of file DNA_cachefile_types.h.

Referenced by BKE_cachefile_time_offset().

◆ scale

float CacheFile::scale

◆ up_axis

char CacheFile::up_axis

Definition at line 74 of file DNA_cachefile_types.h.

◆ velocity_name

char CacheFile::velocity_name[64]

Definition at line 91 of file DNA_cachefile_types.h.

Referenced by cache_file_init_data().

◆ velocity_unit

char CacheFile::velocity_unit

Definition at line 89 of file DNA_cachefile_types.h.

Referenced by cache_file_init_data(), and modifyMesh().


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