Blender V2.61 - r43446
|
#include <BKE_pointcache.h>
Public Attributes | |
float * | co |
float * | vel |
float * | rot |
float * | time |
float | world_co [3] |
float | ftime |
float | length |
short | flag |
Definition at line 190 of file BKE_pointcache.h.
float* PTCacheEditKey::co |
Definition at line 191 of file BKE_pointcache.h.
Referenced by brush_add(), brush_comb(), brush_smooth_do(), brush_smooth_get(), calc_manipulator_stats(), createTransParticleVerts(), draw_ptcache_edit(), edit_to_particle(), flushTransParticles(), pe_iterate_lengths(), PE_mirror_particle(), PE_mirror_x(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), and subdivide_particle().
short PTCacheEditKey::flag |
Definition at line 199 of file BKE_pointcache.h.
Referenced by brush_add(), calc_manipulator_stats(), connect_hair(), createTransParticleVerts(), disconnect_hair(), draw_ptcache_edit(), PE_mirror_particle(), rekey_particle(), remove_tagged_keys(), select_key(), select_root(), select_tip(), set_delete_particle_key(), subdivide_particle(), and toggle_key_select().
float PTCacheEditKey::ftime |
Definition at line 197 of file BKE_pointcache.h.
Referenced by remove_tagged_keys().
float PTCacheEditKey::length |
Definition at line 198 of file BKE_pointcache.h.
Referenced by pe_iterate_lengths(), PE_mirror_particle(), and remove_tagged_keys().
float* PTCacheEditKey::rot |
Definition at line 193 of file BKE_pointcache.h.
float* PTCacheEditKey::time |
Definition at line 194 of file BKE_pointcache.h.
Referenced by brush_add(), createTransParticleVerts(), do_particle_interpolation(), draw_ptcache_edit(), edit_to_particle(), init_particle_interpolation(), psys_cache_edit_paths(), rekey_particle(), rekey_particle_to_time(), remove_tagged_keys(), and subdivide_particle().
float* PTCacheEditKey::vel |
Definition at line 192 of file BKE_pointcache.h.
Referenced by do_particle_interpolation(), edit_to_particle(), and update_velocities().
float PTCacheEditKey::world_co[3] |
Definition at line 196 of file BKE_pointcache.h.
Referenced by calc_manipulator_stats(), createTransParticleVerts(), draw_ptcache_edit(), flushTransParticles(), and remove_tagged_keys().