Blender  V3.3
Macros
editmesh_extrude_spin.c File Reference
#include "DNA_object_types.h"
#include "BLI_math.h"
#include "BLI_string.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 "MEM_guardedalloc.h"
#include "mesh_intern.h"

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 *UNUSED(event))
 
static bool edbm_spin_poll_property (const bContext *UNUSED(C), wmOperator *op, const PropertyRNA *prop)
 
void MESH_OT_spin (wmOperatorType *ot)
 

Macro Definition Documentation

◆ USE_GIZMO

#define USE_GIZMO

Definition at line 31 of file editmesh_extrude_spin.c.

Function Documentation

◆ edbm_spin_exec()

static int edbm_spin_exec ( bContext C,
wmOperator op 
)
static

◆ edbm_spin_invoke()

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

◆ edbm_spin_poll_property()

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

Definition at line 153 of file editmesh_extrude_spin.c.

References wmOperator::ptr, RNA_boolean_get(), RNA_property_identifier(), and STR_ELEM.

Referenced by MESH_OT_spin().

◆ MESH_OT_spin()

void MESH_OT_spin ( wmOperatorType ot)