Blender  V3.3
Public Attributes | List of all members
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 213 of file BKE_pointcache.h.

Member Data Documentation

◆ emitter_cosnos

float* PTCacheUndo::emitter_cosnos

Definition at line 219 of file BKE_pointcache.h.

◆ emitter_field

struct KDTree_3d* PTCacheUndo::emitter_field

Definition at line 218 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 220 of file BKE_pointcache.h.

Referenced by undoptcache_from_editcache(), and undoptcache_to_editcache().

◆ totpoint

int PTCacheUndo::totpoint

Definition at line 225 of file BKE_pointcache.h.

Referenced by undoptcache_from_editcache(), and undoptcache_to_editcache().

◆ undo_size

size_t PTCacheUndo::undo_size

Definition at line 227 of file BKE_pointcache.h.

Referenced by undoptcache_from_editcache().


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