Blender
V3.3
|
Public Attributes | |
struct { | |
float mval [2] | |
float prop_co [3] | |
float matrix_final [4][4] | |
} | init |
struct { | |
eWM_GizmoFlagTweak tweak_flag | |
} | prev |
struct SnapObjectContext * | snap_context_v3d |
Definition at line 65 of file move3d_gizmo.c.
struct { ... } MoveInteraction::init |
Referenced by gizmo_move_exit(), gizmo_move_invoke(), gizmo_move_modal(), move3d_draw_intern(), and move3d_get_translate().
float MoveInteraction::matrix_final[4][4] |
Definition at line 70 of file move3d_gizmo.c.
Referenced by gizmo_move_invoke(), and move3d_draw_intern().
float MoveInteraction::mval[2] |
Definition at line 67 of file move3d_gizmo.c.
Referenced by gizmo_move_invoke(), gizmo_move_modal(), and move3d_get_translate().
struct { ... } MoveInteraction::prev |
Referenced by gizmo_move_modal().
float MoveInteraction::prop_co[3] |
Definition at line 69 of file move3d_gizmo.c.
Referenced by gizmo_move_exit(), gizmo_move_invoke(), gizmo_move_modal(), and move3d_get_translate().
struct SnapObjectContext* MoveInteraction::snap_context_v3d |
Definition at line 77 of file move3d_gizmo.c.
Referenced by gizmo_move_exit(), gizmo_move_invoke(), and gizmo_move_modal().
eWM_GizmoFlagTweak MoveInteraction::tweak_flag |
Definition at line 73 of file move3d_gizmo.c.
Referenced by gizmo_move_modal().