Blender V4.3
transform_convert_mesh_edge.cc File Reference
#include "MEM_guardedalloc.h"
#include "BLI_math_matrix.h"
#include "BLI_math_vector.h"
#include "BKE_context.hh"
#include "BKE_customdata.hh"
#include "BKE_editmesh.hh"
#include "transform.hh"
#include "transform_convert.hh"

Go to the source code of this file.

Functions

Edge (for crease) Transform Creation
static void createTransEdge (bContext *, TransInfo *t)
 
static void recalcData_mesh_edge (TransInfo *t)
 

Variables

TransConvertTypeInfo TransConvertType_MeshEdge
 

Function Documentation

◆ createTransEdge()

◆ recalcData_mesh_edge()

static void recalcData_mesh_edge ( TransInfo * t)
static

Variable Documentation

◆ TransConvertType_MeshEdge

TransConvertTypeInfo TransConvertType_MeshEdge
Initial value:
= {
nullptr,
}
@ T_EDIT
Definition transform.hh:91
static void recalcData_mesh_edge(TransInfo *t)
static void createTransEdge(bContext *, TransInfo *t)

Definition at line 127 of file transform_convert_mesh_edge.cc.

Referenced by convert_type_get(), init_proportional_edit(), and init_TransDataContainers().