Blender V4.3
DialInteraction Struct Reference

Public Attributes

struct { 
 
   float   mval [2] 
 
   float   prop_angle 
 
init 
 
struct { 
 
   eWM_GizmoFlagTweak   tweak_flag 
 
   float   angle 
 
prev 
 
int rotations
 
bool has_drag
 
float angle_increment
 
struct { 
 
   float   angle_ofs 
 
   float   angle_delta 
 
output 
 

Detailed Description

To use custom dials exported to geom_dial_gizmo.cc.

Definition at line 50 of file dial3d_gizmo.cc.

Member Data Documentation

◆ angle

float DialInteraction::angle

Definition at line 59 of file dial3d_gizmo.cc.

Referenced by dial_ghostarc_get_angles().

◆ angle_delta

float DialInteraction::angle_delta

Definition at line 70 of file dial3d_gizmo.cc.

Referenced by dial_draw_intern(), and gizmo_dial_modal().

◆ angle_increment

float DialInteraction::angle_increment

Definition at line 65 of file dial3d_gizmo.cc.

Referenced by dial_draw_intern(), and gizmo_dial_modal().

◆ angle_ofs

float DialInteraction::angle_ofs

Definition at line 69 of file dial3d_gizmo.cc.

Referenced by dial_draw_intern(), and gizmo_dial_modal().

◆ has_drag

bool DialInteraction::has_drag

Definition at line 64 of file dial3d_gizmo.cc.

Referenced by gizmo_dial_exit(), and gizmo_dial_modal().

◆ [struct]

struct { ... } DialInteraction::init

◆ mval

float DialInteraction::mval[2]

Definition at line 52 of file dial3d_gizmo.cc.

Referenced by dial_ghostarc_get_angles(), and gizmo_dial_invoke().

◆ [struct]

struct { ... } DialInteraction::output

◆ [struct]

struct { ... } DialInteraction::prev

◆ prop_angle

float DialInteraction::prop_angle

Definition at line 54 of file dial3d_gizmo.cc.

Referenced by gizmo_dial_exit(), gizmo_dial_invoke(), and gizmo_dial_modal().

◆ rotations

int DialInteraction::rotations

Definition at line 63 of file dial3d_gizmo.cc.

Referenced by dial_ghostarc_get_angles().

◆ tweak_flag

eWM_GizmoFlagTweak DialInteraction::tweak_flag

Definition at line 58 of file dial3d_gizmo.cc.

Referenced by gizmo_dial_modal().


The documentation for this struct was generated from the following file: