Blender V2.61 - r43446
|
#include <BLI_editVert.h>
Public Attributes | |
struct EditSelection * | next |
struct EditSelection * | prev |
short | type |
void * | data |
Definition at line 143 of file BLI_editVert.h.
void* EditSelection::data |
Definition at line 147 of file BLI_editVert.h.
Referenced by act_vert_def(), createTransEditVerts(), deselect_nth_active(), draw_em_fancy(), editMesh_to_undoMesh(), EM_check_selection(), EM_editselection_center(), EM_editselection_normal(), EM_editselection_plane(), EM_get_actFace(), EM_get_actSelection(), EM_mesh_copy_edge(), EM_remove_selection(), EM_store_selection(), EM_validate_selections(), load_editMesh(), make_editMesh(), merge_firstlast(), mouse_mesh_shortest_path(), select_axis_exec(), and undoMesh_to_editMesh().
struct EditSelection* EditSelection::next |
Definition at line 145 of file BLI_editVert.h.
Referenced by editMesh_to_undoMesh(), EM_check_selection(), EM_get_actSelection(), EM_remove_selection(), EM_strip_selections(), EM_validate_selections(), and load_editMesh().
struct EditSelection * EditSelection::prev |
Definition at line 145 of file BLI_editVert.h.
Referenced by EM_editselection_plane(), EM_get_actFace(), and EM_get_actSelection().
short EditSelection::type |
Definition at line 146 of file BLI_editVert.h.
Referenced by act_vert_def(), createTransEditVerts(), deselect_nth_active(), draw_em_fancy(), editMesh_to_undoMesh(), EM_editselection_center(), EM_editselection_normal(), EM_editselection_plane(), EM_get_actFace(), EM_get_actSelection(), EM_store_selection(), EM_strip_selections(), EM_validate_selections(), getTransformOrientation(), load_editMesh(), make_editMesh(), merge_exec(), mesh_copy_menu(), mouse_mesh_shortest_path(), select_axis_exec(), and undoMesh_to_editMesh().