Blender V4.3
editmesh_extrude_screw.cc File Reference
#include "MEM_guardedalloc.h"
#include "DNA_object_types.h"
#include "BKE_context.hh"
#include "BKE_editmesh.hh"
#include "BKE_layer.hh"
#include "BKE_report.hh"
#include "BLI_math_matrix.h"
#include "BLI_math_rotation.h"
#include "BLI_math_vector.h"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "WM_types.hh"
#include "ED_mesh.hh"
#include "ED_screen.hh"
#include "ED_view3d.hh"
#include "mesh_intern.hh"

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 *)
 
void MESH_OT_screw (wmOperatorType *ot)
 

Function Documentation

◆ edbm_screw_exec()

◆ edbm_screw_invoke()

◆ MESH_OT_screw()