|
Blender V5.0
|
#include "BLI_listbase.h"#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 | blender::ed::transform::XFormShearWidgetGroup |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Functions | |
Transform Shear Gizmo | |
| static bool | blender::ed::transform::WIDGETGROUP_xform_shear_poll (const bContext *C, wmGizmoGroupType *gzgt) |
| static void | blender::ed::transform::WIDGETGROUP_xform_shear_setup (const bContext *, wmGizmoGroup *gzgroup) |
| static void | blender::ed::transform::WIDGETGROUP_xform_shear_refresh (const bContext *C, wmGizmoGroup *gzgroup) |
| static void | blender::ed::transform::WIDGETGROUP_xform_shear_message_subscribe (const bContext *C, wmGizmoGroup *gzgroup, wmMsgBus *mbus) |
| static void | blender::ed::transform::WIDGETGROUP_xform_shear_draw_prepare (const bContext *C, wmGizmoGroup *gzgroup) |
| void | blender::ed::transform::VIEW3D_GGT_xform_shear (wmGizmoGroupType *gzgt) |