|
Blender V4.3
|
#include <BKE_particle.h>
Public Attributes | |
| float | co [3] |
| float | vel [3] |
| float | rot [4] |
| float | col [3] |
| float | time |
| int | segments |
Definition at line 122 of file BKE_particle.h.
| float ParticleCacheKey::co[3] |
Definition at line 123 of file BKE_particle.h.
Referenced by brush_cut(), cache_key_incremental_rotation(), check_path_length(), blender::ed::object::convert_psys_to_mesh(), do_kink_spiral(), do_path_effectors(), blender::io::usd::USDHairWriter::do_write(), interpolate_pathcache(), make_duplis_particle_system(), blender::draw::particle_batch_cache_fill_segments(), blender::draw::particle_batch_cache_fill_segments_edit(), blender::draw::particle_batch_cache_fill_segments_proc_pos(), pointdensity_cache_psys(), psys_apply_child_modifiers(), psys_cache_edit_paths_iter(), psys_cache_paths(), psys_get_dupli_path_transform(), psys_thread_create_path(), shape_cut(), shape_cut_test_point(), twist_get_axis(), and blender::io::hydra::HairData::write_curves().
| float ParticleCacheKey::col[3] |
Definition at line 126 of file BKE_particle.h.
Referenced by blender::draw::particle_batch_cache_fill_segments_edit(), psys_apply_child_modifiers(), psys_cache_edit_paths_iter(), and psys_cache_paths().
| float ParticleCacheKey::rot[4] |
Definition at line 125 of file BKE_particle.h.
Referenced by cache_key_incremental_rotation(), do_kink_spiral(), interpolate_pathcache(), psys_cache_edit_paths_iter(), psys_cache_paths(), psys_path_iter_get(), and psys_thread_create_path().
| int ParticleCacheKey::segments |
Definition at line 128 of file BKE_particle.h.
Referenced by check_path_length(), blender::ed::object::convert_psys_to_mesh(), blender::draw::count_cache_segment_keys(), blender::io::usd::USDHairWriter::do_write(), interpolate_pathcache(), make_duplis_particle_system(), blender::draw::particle_batch_cache_fill_segments(), blender::draw::particle_batch_cache_fill_segments_edit(), blender::draw::particle_batch_cache_fill_segments_indices(), blender::draw::particle_batch_cache_fill_segments_proc_pos(), blender::draw::particle_batch_cache_fill_strands_data(), pcache_key_segment_endpoint_safe(), pointdensity_cache_psys(), psys_apply_child_modifiers(), psys_cache_edit_paths_iter(), psys_cache_paths(), psys_get_dupli_path_transform(), psys_thread_create_path(), and blender::io::hydra::HairData::write_curves().
| float ParticleCacheKey::time |
Definition at line 127 of file BKE_particle.h.
Referenced by interpolate_pathcache(), psys_cache_edit_paths_iter(), psys_cache_paths(), and psys_thread_create_path().
| float ParticleCacheKey::vel[3] |
Definition at line 124 of file BKE_particle.h.
Referenced by do_kink_spiral(), interpolate_pathcache(), psys_apply_child_modifiers(), psys_cache_edit_paths_iter(), psys_cache_paths(), and psys_thread_create_path().