|
Blender
V2.93
|
#include <DNA_cachefile_types.h>
Public Attributes | |
| ID | id |
| struct AnimData * | adt |
| 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 AbcArchiveHandle * | handle |
| char | handle_filepath [1024] |
| struct GSet * | handle_readers |
Definition at line 62 of file DNA_cachefile_types.h.
| char CacheFile::_pad[3] |
Definition at line 87 of file DNA_cachefile_types.h.
| struct AnimData* CacheFile::adt |
Definition at line 64 of file DNA_cachefile_types.h.
Referenced by acf_dscachefile_setting_ptr(), cache_file_blend_read_data(), cache_file_blend_write(), cachefile_to_keylist(), make_new_animlistelem(), and outliner_add_id_contents().
| short CacheFile::draw_flag |
Definition at line 85 of file DNA_cachefile_types.h.
| char CacheFile::filepath[1024] |
1024 = FILE_MAX.
Definition at line 70 of file DNA_cachefile_types.h.
Referenced by BKE_bpath_traverse_id(), BKE_cachefile_filepath_get(), cachefile_open_exec(), import_startjob(), and modifyMesh().
| short CacheFile::flag |
Animation flag.
Definition at line 84 of file DNA_cachefile_types.h.
Referenced by acf_dscachefile_setting_ptr().
| char CacheFile::forward_axis |
Definition at line 73 of file DNA_cachefile_types.h.
| 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().
| 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().
| struct AbcArchiveHandle* CacheFile::handle |
Definition at line 94 of file DNA_cachefile_types.h.
Referenced by BKE_cachefile_eval(), BKE_cachefile_reader_open(), cache_file_blend_read_data(), cache_file_blend_write(), cache_file_copy_data(), and cachefile_handle_free().
| char CacheFile::handle_filepath[1024] |
Definition at line 95 of file DNA_cachefile_types.h.
Referenced by BKE_cachefile_eval(), cache_file_blend_read_data(), cache_file_blend_write(), and cachefile_handle_free().
| struct GSet* CacheFile::handle_readers |
Definition at line 96 of file DNA_cachefile_types.h.
Referenced by BKE_cachefile_reader_free(), BKE_cachefile_reader_open(), cache_file_blend_read_data(), cache_file_blend_write(), cache_file_copy_data(), and cachefile_handle_free().
| ID CacheFile::id |
Definition at line 63 of file DNA_cachefile_types.h.
Referenced by blender::io::alembic::AbcObjectReader::addCacheModifier(), animdata_filter_dopesheet(), animdata_filter_ds_cachefile(), BKE_cachefile_eval(), BKE_cachefile_filepath_get(), BKE_cachefile_reader_free(), BKE_cachefile_reader_open(), BKE_cachefile_reload(), blender::deg::DepsgraphNodeBuilder::build_cachefile(), blender::deg::DepsgraphRelationBuilder::build_cachefile(), cache_file_blend_write(), cachefile_open_exec(), cachefile_to_keylist(), DEG_add_object_cache_relation(), and import_startjob().
| char CacheFile::is_sequence |
Definition at line 72 of file DNA_cachefile_types.h.
Referenced by BKE_cachefile_filepath_get(), BKE_cachefile_time_offset(), blender::deg::DepsgraphRelationBuilder::build_cachefile(), and import_startjob().
| 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().
| char CacheFile::override_frame |
Definition at line 75 of file DNA_cachefile_types.h.
Referenced by BKE_cachefile_time_offset().
| float CacheFile::scale |
Definition at line 77 of file DNA_cachefile_types.h.
Referenced by cache_file_init_data(), import_startjob(), and transformcache_evaluate().
| char CacheFile::up_axis |
Definition at line 74 of file DNA_cachefile_types.h.
| char CacheFile::velocity_name[64] |
Definition at line 91 of file DNA_cachefile_types.h.
Referenced by cache_file_init_data().
| char CacheFile::velocity_unit |
Definition at line 89 of file DNA_cachefile_types.h.
Referenced by cache_file_init_data(), and modifyMesh().