|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | KEY_K |
| #define | POINT_P |
| #define | LOOP_POINTS for (p = 0, point = edit->points; p < edit->totpoint; p++, point++) |
| #define | LOOP_VISIBLE_POINTS |
| #define | LOOP_SELECTED_POINTS |
| #define | LOOP_UNSELECTED_POINTS |
| #define | LOOP_EDITED_POINTS |
| #define | LOOP_TAGGED_POINTS |
| #define | LOOP_KEYS for (k = 0, key = point->keys; k < point->totkey; k++, key++) |
| #define | LOOP_VISIBLE_KEYS |
| #define | LOOP_SELECTED_KEYS |
| #define | LOOP_TAGGED_KEYS |
| #define | KEY_WCO ((key->flag & PEK_USE_WCO) ? key->world_co : key->co) |
| #define KEY_K |
Definition at line 11 of file particle_edit_utildefines.h.
Referenced by brush_length(), brush_puff(), calculate_point_length(), copy_particle_edit(), count_selected_keys(), for_mouse_hit_keys(), foreach_mouse_hit_point(), foreach_selected_key(), hide_exec(), PE_create_particle_edit(), PE_deselect_all_visible_ex(), PE_hide_keys_time(), PE_lasso_select(), PE_minmax(), PE_mirror_x(), pe_select_all_exec(), PE_update_selection(), point_is_selected(), recalc_lengths(), remove_tagged_keys(), reveal_exec(), scale_point_factor(), select_keys(), select_less_keys(), select_more_keys(), undoptcache_to_editcache(), update_velocities(), update_world_cos(), and weight_set_exec().
| #define KEY_WCO ((key->flag & PEK_USE_WCO) ? key->world_co : key->co) |
Definition at line 44 of file particle_edit_utildefines.h.
Referenced by for_mouse_hit_keys(), foreach_mouse_hit_key_iter(), and foreach_mouse_hit_point().
| #define LOOP_EDITED_POINTS |
Definition at line 27 of file particle_edit_utildefines.h.
Referenced by recalc_lengths(), and update_velocities().
| #define LOOP_KEYS for (k = 0, key = point->keys; k < point->totkey; k++, key++) |
Definition at line 33 of file particle_edit_utildefines.h.
Referenced by apply_lengths_iter(), brush_length(), brush_puff(), calculate_point_length(), copy_particle_edit(), deflect_emitter_iter(), hide_exec(), PE_create_particle_edit(), PE_hide_keys_time(), PE_update_selection(), remove_tagged_keys(), reveal_exec(), scale_point_factor(), select_keys(), select_less_keys(), select_more_keys(), select_random_exec(), undoptcache_to_editcache(), update_velocities(), and update_world_cos().
| #define LOOP_POINTS for (p = 0, point = edit->points; p < edit->totpoint; p++, point++) |
Definition at line 17 of file particle_edit_utildefines.h.
Referenced by copy_particle_edit(), foreach_point(), PE_apply_mirror(), PE_create_particle_edit(), PE_free_ptcache_edit(), PE_hide_keys_time(), PE_mirror_x(), PE_update_object(), PE_update_selection(), remove_tagged_keys(), reveal_exec(), undoptcache_to_editcache(), and update_world_cos().
| #define LOOP_SELECTED_KEYS |
Definition at line 37 of file particle_edit_utildefines.h.
Referenced by count_selected_keys(), foreach_selected_key(), PE_deselect_all_visible_ex(), PE_minmax(), pe_select_all_exec(), point_is_selected(), select_less_keys(), and weight_set_exec().
| #define LOOP_SELECTED_POINTS |
Definition at line 21 of file particle_edit_utildefines.h.
Referenced by calculate_average_length(), foreach_selected_point(), hide_exec(), remove_doubles_exec(), scale_points_to_length(), and weight_set_exec().
| #define LOOP_TAGGED_KEYS |
Definition at line 40 of file particle_edit_utildefines.h.
Referenced by remove_tagged_keys().
| #define LOOP_TAGGED_POINTS |
Definition at line 30 of file particle_edit_utildefines.h.
Referenced by remove_tagged_particles().
| #define LOOP_UNSELECTED_POINTS |
Definition at line 24 of file particle_edit_utildefines.h.
Referenced by hide_exec().
| #define LOOP_VISIBLE_KEYS |
Definition at line 34 of file particle_edit_utildefines.h.
Referenced by for_mouse_hit_keys(), foreach_mouse_hit_key_iter(), foreach_mouse_hit_point(), PE_lasso_select(), pe_select_all_exec(), and select_random_exec().
| #define LOOP_VISIBLE_POINTS |
Definition at line 18 of file particle_edit_utildefines.h.
Referenced by count_selected_keys(), for_mouse_hit_keys(), foreach_mouse_hit_point(), foreach_selected_key(), PE_deselect_all_visible_ex(), PE_lasso_select(), PE_minmax(), PE_mirror_x(), pe_select_all_exec(), and select_random_exec().
| #define POINT_P |
Definition at line 14 of file particle_edit_utildefines.h.
Referenced by calculate_average_length(), copy_particle_edit(), count_selected_keys(), for_mouse_hit_keys(), foreach_mouse_hit_point(), foreach_point(), foreach_selected_key(), foreach_selected_point(), hide_exec(), PE_apply_mirror(), PE_create_particle_edit(), PE_deselect_all_visible_ex(), PE_free_ptcache_edit(), PE_hide_keys_time(), PE_lasso_select(), PE_minmax(), PE_mirror_x(), pe_select_all_exec(), PE_update_object(), PE_update_selection(), recalc_lengths(), remove_doubles_exec(), remove_tagged_keys(), remove_tagged_particles(), reveal_exec(), scale_points_to_length(), undoptcache_to_editcache(), update_velocities(), update_world_cos(), and weight_set_exec().