Blender  V3.3
editmesh_extrude_screw.c File Reference
#include "MEM_guardedalloc.h"
#include "DNA_object_types.h"
#include "BLI_math.h"
#include "BKE_context.h"
#include "BKE_editmesh.h"
#include "BKE_layer.h"
#include "BKE_report.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "WM_types.h"
#include "ED_mesh.h"
#include "ED_screen.h"
#include "ED_view3d.h"
#include "mesh_intern.h"

Go to the source code of this file.

Functions

Screw Operator
static int edbm_screw_exec (bContext *C, wmOperator *op)
 
static int edbm_screw_invoke (bContext *C, wmOperator *op, const wmEvent *UNUSED(event))
 
void MESH_OT_screw (wmOperatorType *ot)
 

Function Documentation

◆ edbm_screw_exec()

static int edbm_screw_exec ( bContext C,
wmOperator op 
)
static

◆ edbm_screw_invoke()

static int edbm_screw_invoke ( bContext C,
wmOperator op,
const wmEvent UNUSEDevent 
)
static

◆ MESH_OT_screw()

void MESH_OT_screw ( wmOperatorType ot)