Blender
V3.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 10 of file particle_edit_utildefines.h.
#define KEY_WCO ((key->flag & PEK_USE_WCO) ? key->world_co : key->co) |
Definition at line 43 of file particle_edit_utildefines.h.
#define LOOP_EDITED_POINTS |
Definition at line 26 of file particle_edit_utildefines.h.
Definition at line 32 of file particle_edit_utildefines.h.
Definition at line 16 of file particle_edit_utildefines.h.
#define LOOP_SELECTED_KEYS |
Definition at line 36 of file particle_edit_utildefines.h.
#define LOOP_SELECTED_POINTS |
Definition at line 20 of file particle_edit_utildefines.h.
#define LOOP_TAGGED_KEYS |
Definition at line 39 of file particle_edit_utildefines.h.
#define LOOP_TAGGED_POINTS |
Definition at line 29 of file particle_edit_utildefines.h.
#define LOOP_UNSELECTED_POINTS |
Definition at line 23 of file particle_edit_utildefines.h.
#define LOOP_VISIBLE_KEYS |
Definition at line 33 of file particle_edit_utildefines.h.
#define LOOP_VISIBLE_POINTS |
Definition at line 17 of file particle_edit_utildefines.h.
#define POINT_P |
Definition at line 13 of file particle_edit_utildefines.h.