Blender V4.3
transform_gizmo_3d_cage.cc File Reference
#include "BLI_math_matrix.h"
#include "BLI_math_vector.h"
#include "BKE_context.hh"
#include "BKE_global.hh"
#include "BKE_scene.hh"
#include "ED_gizmo_library.hh"
#include "ED_gizmo_utils.hh"
#include "ED_screen.hh"
#include "WM_api.hh"
#include "RNA_access.hh"
#include "transform.hh"
#include "transform_gizmo.hh"

Go to the source code of this file.

Classes

struct  XFormCageWidgetGroup
 

Functions

Scale Cage Gizmo
static bool WIDGETGROUP_xform_cage_poll (const bContext *C, wmGizmoGroupType *gzgt)
 
static void WIDGETGROUP_xform_cage_setup (const bContext *, wmGizmoGroup *gzgroup)
 
static void WIDGETGROUP_xform_cage_refresh (const bContext *C, wmGizmoGroup *gzgroup)
 
static void WIDGETGROUP_xform_cage_message_subscribe (const bContext *C, wmGizmoGroup *gzgroup, wmMsgBus *mbus)
 
static void WIDGETGROUP_xform_cage_draw_prepare (const bContext *C, wmGizmoGroup *gzgroup)
 
void VIEW3D_GGT_xform_cage (wmGizmoGroupType *gzgt)
 

Function Documentation

◆ VIEW3D_GGT_xform_cage()

◆ WIDGETGROUP_xform_cage_draw_prepare()

◆ WIDGETGROUP_xform_cage_message_subscribe()

static void WIDGETGROUP_xform_cage_message_subscribe ( const bContext * C,
wmGizmoGroup * gzgroup,
wmMsgBus * mbus )
static

◆ WIDGETGROUP_xform_cage_poll()

static bool WIDGETGROUP_xform_cage_poll ( const bContext * C,
wmGizmoGroupType * gzgt )
static

◆ WIDGETGROUP_xform_cage_refresh()

◆ WIDGETGROUP_xform_cage_setup()