|
Blender V5.0
|
#include "DNA_mesh_types.h"#include "DNA_meshdata_types.h"#include "MEM_guardedalloc.h"#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BKE_context.hh"#include "BKE_editmesh.hh"#include "transform.hh"#include "transform_orientations.hh"#include "transform_convert.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Functions | |
Edit Mesh #CD_MVERT_SKIN Transform Creation | |
| static float * | blender::ed::transform::mesh_skin_transdata_center (const TransIslandData *island_data, const int island_index, BMVert *eve) |
| static void | blender::ed::transform::mesh_skin_transdata_create (TransDataBasic *td, BMEditMesh *em, BMVert *eve, const TransIslandData *island_data, const int island_index) |
| static void | blender::ed::transform::createTransMeshSkin (bContext *, TransInfo *t) |
Recalc Mesh Data | |
| static void | blender::ed::transform::mesh_skin_apply_to_mirror (TransInfo *t) |
| static void | blender::ed::transform::recalcData_mesh_skin (TransInfo *t) |