Blender V5.0
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  blender::ed::transform::XFormCageWidgetGroup

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::transform

Functions

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