|
Blender V5.0
|
#include <BKE_particle.h>
Public Attributes | |
| ParticleThreadContext * | ctx = nullptr |
| struct RNG * | rng = nullptr |
| struct RNG * | rng_path = nullptr |
| int | begin = 0 |
| int | end = 0 |
Definition at line 167 of file BKE_particle.h.
| int ParticleTask::begin = 0 |
Definition at line 170 of file BKE_particle.h.
Referenced by exec_child_path_cache(), exec_distribute_child(), and exec_distribute_parent().
| ParticleThreadContext* ParticleTask::ctx = nullptr |
Definition at line 168 of file BKE_particle.h.
Referenced by exec_child_path_cache(), exec_distribute_child(), exec_distribute_parent(), and psys_thread_create_path().
| int ParticleTask::end = 0 |
Definition at line 170 of file BKE_particle.h.
Referenced by exec_distribute_child().
Definition at line 169 of file BKE_particle.h.
Referenced by exec_distribute_child(), exec_distribute_parent(), and psys_task_init_distribute().
Definition at line 169 of file BKE_particle.h.
Referenced by psys_task_init_path().