Blender V4.3
ParticleInterpolationData Struct Reference

Public Attributes

HairKeyhkey [2]
 
Meshmesh
 
float3vert_positions [2]
 
int keyed
 
ParticleKeykkey [2]
 
PointCachecache
 
PTCacheMempm
 
PTCacheEditPointepoint
 
PTCacheEditKeyekey [2]
 
float birthtime
 
float dietime
 
int bspline
 

Detailed Description

Definition at line 1167 of file particle.cc.

Member Data Documentation

◆ birthtime

float ParticleInterpolationData::birthtime

◆ bspline

int ParticleInterpolationData::bspline

◆ cache

◆ dietime

float ParticleInterpolationData::dietime

Die on this frame, see ParticleData.dietime for details.

Definition at line 1184 of file particle.cc.

Referenced by init_particle_interpolation(), psys_cache_edit_paths_iter(), and psys_cache_paths().

◆ ekey

PTCacheEditKey* ParticleInterpolationData::ekey[2]

◆ epoint

◆ hkey

HairKey* ParticleInterpolationData::hkey[2]

◆ keyed

◆ kkey

ParticleKey* ParticleInterpolationData::kkey[2]

Definition at line 1174 of file particle.cc.

Referenced by do_particle_interpolation(), and init_particle_interpolation().

◆ mesh

◆ pm

PTCacheMem* ParticleInterpolationData::pm

Definition at line 1177 of file particle.cc.

Referenced by do_particle_interpolation(), and init_particle_interpolation().

◆ vert_positions

float3* ParticleInterpolationData::vert_positions[2]

Definition at line 1171 of file particle.cc.

Referenced by do_particle_interpolation(), and init_particle_interpolation().


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