Blender V4.3
editmesh_extrude_spin.cc File Reference
#include "DNA_object_types.h"
#include "BLI_math_rotation.h"
#include "BLI_math_vector.h"
#include "BLI_string.h"
#include "BKE_context.hh"
#include "BKE_editmesh.hh"
#include "BKE_layer.hh"
#include "BKE_report.hh"
#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 "MEM_guardedalloc.h"
#include "mesh_intern.hh"

Go to the source code of this file.

Macros

#define USE_GIZMO
 

Functions

Spin Operator
static int edbm_spin_exec (bContext *C, wmOperator *op)
 
static int edbm_spin_invoke (bContext *C, wmOperator *op, const wmEvent *)
 
static bool edbm_spin_poll_property (const bContext *, wmOperator *op, const PropertyRNA *prop)
 
void MESH_OT_spin (wmOperatorType *ot)
 

Macro Definition Documentation

◆ USE_GIZMO

#define USE_GIZMO

Definition at line 35 of file editmesh_extrude_spin.cc.

Function Documentation

◆ edbm_spin_exec()

◆ edbm_spin_invoke()

◆ edbm_spin_poll_property()

static bool edbm_spin_poll_property ( const bContext * ,
wmOperator * op,
const PropertyRNA * prop )
static

◆ MESH_OT_spin()