Blender  V3.3
Classes
view3d_gizmo_preselect.c File Reference
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "ED_gizmo_utils.h"
#include "ED_screen.h"
#include "UI_resources.h"
#include "WM_api.h"
#include "WM_types.h"
#include "view3d_intern.h"

Go to the source code of this file.

Classes

struct  GizmoGroupPreSelElem
 
struct  GizmoGroupPreSelEdgeRing
 

Functions

Mesh Pre-Select Element Gizmo
static void WIDGETGROUP_mesh_preselect_elem_setup (const bContext *UNUSED(C), wmGizmoGroup *gzgroup)
 
void VIEW3D_GGT_mesh_preselect_elem (wmGizmoGroupType *gzgt)
 
Mesh Pre-Select Edge Ring Gizmo
static void WIDGETGROUP_mesh_preselect_edgering_setup (const bContext *UNUSED(C), wmGizmoGroup *gzgroup)
 
void VIEW3D_GGT_mesh_preselect_edgering (wmGizmoGroupType *gzgt)
 

Function Documentation

◆ VIEW3D_GGT_mesh_preselect_edgering()

void VIEW3D_GGT_mesh_preselect_edgering ( wmGizmoGroupType gzgt)

◆ VIEW3D_GGT_mesh_preselect_elem()

void VIEW3D_GGT_mesh_preselect_elem ( wmGizmoGroupType gzgt)

◆ WIDGETGROUP_mesh_preselect_edgering_setup()

static void WIDGETGROUP_mesh_preselect_edgering_setup ( const bContext UNUSEDC,
wmGizmoGroup gzgroup 
)
static

◆ WIDGETGROUP_mesh_preselect_elem_setup()

static void WIDGETGROUP_mesh_preselect_elem_setup ( const bContext UNUSEDC,
wmGizmoGroup gzgroup 
)
static