Blender  V3.3
Variables
transform_convert_mesh_edge.c File Reference
#include "DNA_mesh_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "BKE_context.h"
#include "BKE_customdata.h"
#include "BKE_editmesh.h"
#include "BKE_mesh.h"
#include "transform.h"
#include "transform_convert.h"

Go to the source code of this file.

Functions

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

Variables

TransConvertTypeInfo TransConvertType_MeshEdge
 

Function Documentation

◆ createTransEdge()

static void createTransEdge ( bContext UNUSEDC,
TransInfo t 
)
static

◆ recalcData_mesh_edge()

static void recalcData_mesh_edge ( TransInfo t)
static

Variable Documentation

◆ TransConvertType_MeshEdge

TransConvertTypeInfo TransConvertType_MeshEdge
Initial value:
= {
}
void special_aftertrans_update__mesh(bContext *C, TransInfo *t)
static void createTransEdge(bContext *UNUSED(C), TransInfo *t)
static void recalcData_mesh_edge(TransInfo *t)

Definition at line 120 of file transform_convert_mesh_edge.c.

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