|
Blender V5.0
|
#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BKE_context.hh"#include "BKE_editmesh.hh"#include "DEG_depsgraph.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 Bevel Weight and Crease Transform Creation | |
| static float * | blender::ed::transform::mesh_cdata_transdata_center (const TransIslandData *island_data, const int island_index, BMVert *eve) |
| static void | blender::ed::transform::mesh_cdata_transdata_create (TransDataBasic *td, BMVert *eve, float *weight, const TransIslandData *island_data, const int island_index) |
| static void | blender::ed::transform::createTransMeshVertCData (bContext *, TransInfo *t) |
Recalc Mesh Data | |
| static void | blender::ed::transform::recalcData_mesh_cdata (TransInfo *t) |