Blender V5.0
PTCacheUndo Struct Reference

#include <BKE_pointcache.h>

Public Attributes

struct PTCacheEditPointpoints
struct ParticleDataparticles
struct KDTree_3d * emitter_field
floatemitter_cosnos
int psys_flag
struct ListBase mem_cache
int totpoint
size_t undo_size

Detailed Description

Definition at line 214 of file BKE_pointcache.h.

Member Data Documentation

◆ emitter_cosnos

float* PTCacheUndo::emitter_cosnos

Definition at line 220 of file BKE_pointcache.h.

◆ emitter_field

struct KDTree_3d* PTCacheUndo::emitter_field

Definition at line 219 of file BKE_pointcache.h.

◆ mem_cache

struct ListBase PTCacheUndo::mem_cache

◆ particles

struct ParticleData* PTCacheUndo::particles

◆ points

struct PTCacheEditPoint* PTCacheUndo::points

◆ psys_flag

int PTCacheUndo::psys_flag

Definition at line 221 of file BKE_pointcache.h.

Referenced by undoptcache_from_editcache(), and undoptcache_to_editcache().

◆ totpoint

int PTCacheUndo::totpoint

Definition at line 226 of file BKE_pointcache.h.

Referenced by undoptcache_from_editcache(), and undoptcache_to_editcache().

◆ undo_size

size_t PTCacheUndo::undo_size

Definition at line 228 of file BKE_pointcache.h.

Referenced by undoptcache_from_editcache().


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