Blender  V2.93
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]
 
struct MeshCacheVertexVelocityvertex_velocities
 
int num_vertices
 
float velocity_delta
 
float last_lookup_time
 
int _pad1
 
void * _pad2
 

Detailed Description

Definition at line 2143 of file DNA_modifier_types.h.

Member Data Documentation

◆ _pad

char MeshSeqCacheModifierData::_pad[3]

Definition at line 2151 of file DNA_modifier_types.h.

◆ _pad1

int MeshSeqCacheModifierData::_pad1

Definition at line 2175 of file DNA_modifier_types.h.

◆ _pad2

void* MeshSeqCacheModifierData::_pad2

Definition at line 2176 of file DNA_modifier_types.h.

◆ cache_file

struct CacheFile* MeshSeqCacheModifierData::cache_file

◆ last_lookup_time

float MeshSeqCacheModifierData::last_lookup_time

Definition at line 2173 of file DNA_modifier_types.h.

Referenced by modifyMesh().

◆ modifier

ModifierData MeshSeqCacheModifierData::modifier

Definition at line 2144 of file DNA_modifier_types.h.

◆ num_vertices

int MeshSeqCacheModifierData::num_vertices

Definition at line 2165 of file DNA_modifier_types.h.

Referenced by blo_do_versions_290(), and modifyMesh().

◆ object_path

char MeshSeqCacheModifierData::object_path[1024]

1024 = FILE_MAX.

Definition at line 2148 of file DNA_modifier_types.h.

Referenced by blender::io::alembic::AbcObjectReader::addCacheModifier(), isDisabled(), and modifyMesh().

◆ read_flag

char MeshSeqCacheModifierData::read_flag

Definition at line 2150 of file DNA_modifier_types.h.

Referenced by modifyMesh().

◆ reader

struct CacheReader* MeshSeqCacheModifierData::reader

Definition at line 2156 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 2157 of file DNA_modifier_types.h.

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

◆ velocity_delta

float MeshSeqCacheModifierData::velocity_delta

Definition at line 2169 of file DNA_modifier_types.h.

Referenced by modifyMesh().

◆ velocity_scale

float MeshSeqCacheModifierData::velocity_scale

Definition at line 2153 of file DNA_modifier_types.h.

Referenced by blo_do_versions_290().

◆ vertex_velocities

struct MeshCacheVertexVelocity* MeshSeqCacheModifierData::vertex_velocities

Definition at line 2162 of file DNA_modifier_types.h.

Referenced by blo_do_versions_290(), and freeData().


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