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

Go to the source code of this file.

Classes

struct  XFormShearWidgetGroup
 

Functions

Transform Shear Gizmo
static bool WIDGETGROUP_xform_shear_poll (const bContext *C, wmGizmoGroupType *gzgt)
 
static void WIDGETGROUP_xform_shear_setup (const bContext *, wmGizmoGroup *gzgroup)
 
static void WIDGETGROUP_xform_shear_refresh (const bContext *C, wmGizmoGroup *gzgroup)
 
static void WIDGETGROUP_xform_shear_message_subscribe (const bContext *C, wmGizmoGroup *gzgroup, wmMsgBus *mbus)
 
static void WIDGETGROUP_xform_shear_draw_prepare (const bContext *C, wmGizmoGroup *gzgroup)
 
void VIEW3D_GGT_xform_shear (wmGizmoGroupType *gzgt)
 

Function Documentation

◆ VIEW3D_GGT_xform_shear()

◆ WIDGETGROUP_xform_shear_draw_prepare()

◆ WIDGETGROUP_xform_shear_message_subscribe()

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

◆ WIDGETGROUP_xform_shear_poll()

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

◆ WIDGETGROUP_xform_shear_refresh()

◆ WIDGETGROUP_xform_shear_setup()