Blender V5.0
transform_gizmo_extrude_3d.cc File Reference
#include "BLI_array_utils.h"
#include "BLI_listbase.h"
#include "BLI_math_matrix.h"
#include "BLI_math_vector.h"
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "BKE_global.hh"
#include "BKE_scene.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "WM_api.hh"
#include "WM_message.hh"
#include "WM_toolsystem.hh"
#include "WM_types.hh"
#include "ED_gizmo_library.hh"
#include "ED_gizmo_utils.hh"
#include "ED_screen.hh"
#include "ED_transform.hh"
#include "UI_resources.hh"
#include "MEM_guardedalloc.h"

Go to the source code of this file.

Classes

struct  blender::ed::transform::GizmoExtrudeGroup

Namespaces

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

Extrude Gizmo

enum  { blender::ed::transform::EXTRUDE_AXIS_NORMAL = 0 , blender::ed::transform::EXTRUDE_AXIS_XYZ = 1 }
static const float blender::ed::transform::extrude_button_scale = 0.15f
static const float blender::ed::transform::extrude_button_offset_scale = 1.5f
static const float blender::ed::transform::extrude_outer_scale = 1.2f
static const float blender::ed::transform::extrude_arrow_scale = 0.7f
static const float blender::ed::transform::extrude_arrow_xyz_axis_scale = 0.6666f
static const float blender::ed::transform::extrude_arrow_normal_axis_scale = 0.6666f
static const float blender::ed::transform::extrude_dial_scale = 0.2
static const uchar blender::ed::transform::shape_plus []
static void blender::ed::transform::gizmo_mesh_extrude_orientation_matrix_set (GizmoExtrudeGroup *ggd, const float mat[3][3])
static void blender::ed::transform::gizmo_mesh_extrude_orientation_matrix_set_for_adjust (GizmoExtrudeGroup *ggd, const float mat[3][3])
static void blender::ed::transform::gizmo_mesh_extrude_setup (const bContext *C, wmGizmoGroup *gzgroup)
static void blender::ed::transform::gizmo_mesh_extrude_refresh (const bContext *C, wmGizmoGroup *gzgroup)
static void blender::ed::transform::gizmo_mesh_extrude_draw_prepare (const bContext *C, wmGizmoGroup *gzgroup)
static void blender::ed::transform::gizmo_mesh_extrude_invoke_prepare (const bContext *, wmGizmoGroup *gzgroup, wmGizmo *gz, const wmEvent *)
static void blender::ed::transform::gizmo_mesh_extrude_message_subscribe (const bContext *C, wmGizmoGroup *gzgroup, wmMsgBus *mbus)
void blender::ed::transform::VIEW3D_GGT_xform_extrude (wmGizmoGroupType *gzgt)