Blender  V3.3
Public Attributes | List of all members
MeshSeqCacheModifierData Struct Reference

#include <DNA_modifier_types.h>

Public Attributes

ModifierData modifier
 
struct CacheFilecache_file
 
char object_path [1024]
 
char read_flag
 
char _pad [3]
 
float velocity_scale
 
struct CacheReaderreader
 
char reader_object_path [1024]
 

Detailed Description

Definition at line 2165 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char MeshSeqCacheModifierData::_pad[3]

Definition at line 2173 of file DNA_modifier_types.h.

◆ cache_file

struct CacheFile* MeshSeqCacheModifierData::cache_file

◆ modifier

ModifierData MeshSeqCacheModifierData::modifier

Definition at line 2166 of file DNA_modifier_types.h.

◆ object_path

char MeshSeqCacheModifierData::object_path[1024]

◆ read_flag

char MeshSeqCacheModifierData::read_flag

◆ reader

struct CacheReader* MeshSeqCacheModifierData::reader

Definition at line 2178 of file DNA_modifier_types.h.

Referenced by blendRead(), copyData(), freeData(), and modifyMesh().

◆ reader_object_path

char MeshSeqCacheModifierData::reader_object_path[1024]

Definition at line 2179 of file DNA_modifier_types.h.

Referenced by blendRead(), copyData(), freeData(), and modifyMesh().

◆ velocity_scale

float MeshSeqCacheModifierData::velocity_scale

Definition at line 2175 of file DNA_modifier_types.h.

Referenced by blo_do_versions_290(), and modifyMesh().


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