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

#include <BKE_pointcache.h>

Public Attributes

int flags
 
PTCacheEditPointpoints
 
struct PTCacheID pid
 
struct ParticleSystempsys
 
struct ParticleSystempsys_eval
 
struct ParticleSystemModifierDatapsmd
 
struct ParticleSystemModifierDatapsmd_eval
 
struct KDTree_3d * emitter_field
 
floatemitter_cosnos
 
int * mirror_cache
 
struct ParticleCacheKey ** pathcache
 
ListBase pathcachebufs
 
int totpoint
 
int totframes
 
int totcached
 
int edited
 

Detailed Description

Definition at line 237 of file BKE_pointcache.h.

Member Data Documentation

◆ edited

int PTCacheEdit::edited

◆ emitter_cosnos

float* PTCacheEdit::emitter_cosnos

◆ emitter_field

struct KDTree_3d* PTCacheEdit::emitter_field

◆ flags

int PTCacheEdit::flags

Definition at line 238 of file BKE_pointcache.h.

Referenced by particle_system_update(), and pe_get_current().

◆ mirror_cache

int* PTCacheEdit::mirror_cache

◆ pathcache

struct ParticleCacheKey** PTCacheEdit::pathcache

◆ pathcachebufs

ListBase PTCacheEdit::pathcachebufs

◆ pid

struct PTCacheID PTCacheEdit::pid

◆ points

PTCacheEditPoint* PTCacheEdit::points

◆ psmd

struct ParticleSystemModifierData* PTCacheEdit::psmd

◆ psmd_eval

struct ParticleSystemModifierData* PTCacheEdit::psmd_eval

◆ psys

struct ParticleSystem* PTCacheEdit::psys

◆ psys_eval

struct ParticleSystem* PTCacheEdit::psys_eval

◆ totcached

int PTCacheEdit::totcached

◆ totframes

int PTCacheEdit::totframes

Definition at line 257 of file BKE_pointcache.h.

◆ totpoint

int PTCacheEdit::totpoint

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