Blender V4.3
view3d_gizmo_preselect.cc File Reference
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "ED_gizmo_utils.hh"
#include "ED_screen.hh"
#include "UI_resources.hh"
#include "WM_types.hh"
#include "view3d_intern.hh"

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 *, 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 *, wmGizmoGroup *gzgroup)
 
void VIEW3D_GGT_mesh_preselect_edgering (wmGizmoGroupType *gzgt)
 

Function Documentation

◆ VIEW3D_GGT_mesh_preselect_edgering()

◆ VIEW3D_GGT_mesh_preselect_elem()

◆ WIDGETGROUP_mesh_preselect_edgering_setup()

◆ WIDGETGROUP_mesh_preselect_elem_setup()