Blender V2.61 - r43446
|
#include <BKE_pointcache.h>
Public Attributes | |
struct PTCacheEditKey * | keys |
int | totkey |
short | flag |
Definition at line 208 of file BKE_pointcache.h.
short PTCacheEditPoint::flag |
Definition at line 211 of file BKE_pointcache.h.
Referenced by brush_add(), brush_cut(), brush_length(), brush_puff(), calc_manipulator_stats(), createTransParticleVerts(), draw_ptcache_edit(), flushTransParticles(), PE_apply_mirror(), PE_mirror_particle(), point_is_selected(), psys_cache_edit_paths(), psys_thread_create_path(), rekey_particle(), select_key(), select_keys(), select_less_keys(), select_more_keys(), select_root(), select_tip(), set_delete_particle(), subdivide_particle(), and toggle_key_select().
struct PTCacheEditKey* PTCacheEditPoint::keys |
Definition at line 209 of file BKE_pointcache.h.
Referenced by brush_add(), calc_manipulator_stats(), connect_hair(), createTransParticleVerts(), disconnect_hair(), do_particle_interpolation(), draw_ptcache_edit(), flushTransParticles(), free_PTCacheUndo(), init_particle_interpolation(), make_PTCacheUndo(), PE_mirror_particle(), PE_mirror_x(), psys_cache_edit_paths(), rekey_particle(), rekey_particle_to_time(), select_key(), select_root(), select_tip(), set_delete_particle_key(), subdivide_particle(), toggle_key_select(), and update_velocities().
Definition at line 210 of file BKE_pointcache.h.
Referenced by brush_add(), createTransParticleVerts(), do_particle_interpolation(), draw_ptcache_edit(), init_particle_interpolation(), PE_mirror_particle(), rekey_particle(), select_less_keys(), select_more_keys(), select_tip(), and subdivide_particle().