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

Public Attributes

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

Detailed Description

Definition at line 1261 of file particle.c.

Member Data Documentation

◆ birthtime

float ParticleInterpolationData::birthtime

Definition at line 1276 of file particle.c.

Referenced by init_particle_interpolation(), and psys_cache_edit_paths_iter().

◆ bspline

int ParticleInterpolationData::bspline

◆ cache

PointCache* ParticleInterpolationData::cache

◆ dietime

float ParticleInterpolationData::dietime

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

Definition at line 1278 of file particle.c.

Referenced by init_particle_interpolation(), and psys_cache_edit_paths_iter().

◆ ekey

PTCacheEditKey* ParticleInterpolationData::ekey[2]

◆ epoint

PTCacheEditPoint* ParticleInterpolationData::epoint

◆ hkey

HairKey* ParticleInterpolationData::hkey[2]

◆ keyed

int ParticleInterpolationData::keyed

◆ kkey

ParticleKey* ParticleInterpolationData::kkey[2]

Definition at line 1268 of file particle.c.

Referenced by do_particle_interpolation(), and init_particle_interpolation().

◆ mesh

Mesh* ParticleInterpolationData::mesh

◆ mvert

MVert* ParticleInterpolationData::mvert[2]

Definition at line 1265 of file particle.c.

Referenced by do_particle_interpolation(), and init_particle_interpolation().

◆ pm

PTCacheMem* ParticleInterpolationData::pm

Definition at line 1271 of file particle.c.

Referenced by do_particle_interpolation(), and init_particle_interpolation().


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