Blender V2.61 - r43446
|
Some editing types needed in the lib (unfortunately) for scanfill.c. More...
#include "DNA_customdata_types.h"
#include "DNA_mesh_types.h"
#include "BLO_sys_types.h"
Go to the source code of this file.
Classes | |
struct | EditVert |
struct | HashEdge |
struct | EditEdge |
struct | EditFace |
struct | EditSelection |
struct | EditMesh |
Defines | |
#define | EDITVERT 0 |
#define | EDITEDGE 1 |
#define | EDITFACE 2 |
Typedefs | |
typedef struct EditVert | EditVert |
typedef struct HashEdge | HashEdge |
typedef struct EditEdge | EditEdge |
typedef struct EditFace | EditFace |
typedef struct EditSelection | EditSelection |
typedef struct EditMesh | EditMesh |
Some editing types needed in the lib (unfortunately) for scanfill.c.
Definition in file BLI_editVert.h.
#define EDITEDGE 1 |
Definition at line 140 of file BLI_editVert.h.
Referenced by deselect_nth_active(), draw_em_fancy(), editMesh_to_undoMesh(), EM_editselection_center(), EM_editselection_normal(), EM_editselection_plane(), EM_strip_selections(), EM_validate_selections(), free_editedge(), getTransformOrientation(), load_editMesh(), make_editMesh(), mesh_copy_menu(), mesh_rip_invoke(), mouse_mesh(), mouse_mesh_loop(), mouse_mesh_shortest_path(), ringsel_finish(), and undoMesh_to_editMesh().
#define EDITFACE 2 |
Definition at line 141 of file BLI_editVert.h.
Referenced by deselect_nth_active(), editMesh_to_undoMesh(), EM_editselection_center(), EM_editselection_normal(), EM_editselection_plane(), EM_get_actFace(), EM_get_actSelection(), EM_strip_selections(), EM_validate_selections(), free_editface(), getTransformOrientation(), load_editMesh(), make_editMesh(), mesh_copy_menu(), mouse_mesh(), and undoMesh_to_editMesh().
#define EDITVERT 0 |
Definition at line 139 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_strip_selections(), EM_validate_selections(), free_editvert(), getTransformOrientation(), load_editMesh(), make_editMesh(), merge_exec(), merge_type_itemf(), mesh_copy_menu(), mouse_mesh(), mouse_mesh_loop(), ringsel_finish(), select_axis_exec(), and undoMesh_to_editMesh().
typedef struct EditSelection EditSelection |