|
Blender V4.3
|
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 | |
To use custom dials exported to geom_dial_gizmo.cc.
Definition at line 50 of file dial3d_gizmo.cc.
| float DialInteraction::angle |
Definition at line 59 of file dial3d_gizmo.cc.
Referenced by dial_ghostarc_get_angles().
| float DialInteraction::angle_delta |
Definition at line 70 of file dial3d_gizmo.cc.
Referenced by dial_draw_intern(), and gizmo_dial_modal().
| float DialInteraction::angle_increment |
Definition at line 65 of file dial3d_gizmo.cc.
Referenced by dial_draw_intern(), and gizmo_dial_modal().
| float DialInteraction::angle_ofs |
Definition at line 69 of file dial3d_gizmo.cc.
Referenced by dial_draw_intern(), and gizmo_dial_modal().
| bool DialInteraction::has_drag |
Definition at line 64 of file dial3d_gizmo.cc.
Referenced by gizmo_dial_exit(), and gizmo_dial_modal().
| struct { ... } DialInteraction::init |
Referenced by dial_ghostarc_get_angles(), gizmo_dial_exit(), gizmo_dial_invoke(), and gizmo_dial_modal().
| float DialInteraction::mval[2] |
Definition at line 52 of file dial3d_gizmo.cc.
Referenced by dial_ghostarc_get_angles(), and gizmo_dial_invoke().
| struct { ... } DialInteraction::output |
Referenced by dial_draw_intern(), and gizmo_dial_modal().
| struct { ... } DialInteraction::prev |
Referenced by dial_ghostarc_get_angles(), and gizmo_dial_modal().
| 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().
| int DialInteraction::rotations |
Definition at line 63 of file dial3d_gizmo.cc.
Referenced by dial_ghostarc_get_angles().
| eWM_GizmoFlagTweak DialInteraction::tweak_flag |
Definition at line 58 of file dial3d_gizmo.cc.
Referenced by gizmo_dial_modal().