Blender
V3.3
|
Public Attributes | |
struct { | |
wmGizmo * xyz_view [4] | |
wmGizmo * icon_button [3][2] | |
} | gizmos |
struct { | |
float viewinv_m3 [3][3] | |
} | prev |
struct { | |
wmOperatorType * ot_spin | |
PropertyRNA * gzgt_axis_prop | |
float orient_mat [3][3] | |
} | data |
struct { | |
int ortho_axis_active | |
} | invoke |
Definition at line 56 of file editmesh_extrude_spin_gizmo.c.
struct { ... } GizmoGroupData_SpinInit::data |
struct { ... } GizmoGroupData_SpinInit::gizmos |
PropertyRNA* GizmoGroupData_SpinInit::gzgt_axis_prop |
Definition at line 70 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_init_draw_prepare(), gizmo_mesh_spin_init_message_subscribe(), gizmo_mesh_spin_init_refresh(), and gizmo_mesh_spin_init_setup().
wmGizmo* GizmoGroupData_SpinInit::icon_button[3][2] |
Definition at line 59 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_init_draw_prepare(), gizmo_mesh_spin_init_invoke_prepare(), gizmo_mesh_spin_init_refresh(), gizmo_mesh_spin_init_refresh_axis_orientation(), and gizmo_mesh_spin_init_setup().
struct { ... } GizmoGroupData_SpinInit::invoke |
Referenced by gizmo_mesh_spin_init_invoke_prepare(), and gizmo_mesh_spin_redo_setup().
float GizmoGroupData_SpinInit::orient_mat[3][3] |
Definition at line 71 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_init_refresh(), and gizmo_mesh_spin_redo_setup().
int GizmoGroupData_SpinInit::ortho_axis_active |
Definition at line 81 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_init_invoke_prepare(), and gizmo_mesh_spin_redo_setup().
wmOperatorType* GizmoGroupData_SpinInit::ot_spin |
Definition at line 69 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_init_refresh_axis_orientation(), and gizmo_mesh_spin_init_setup().
struct { ... } GizmoGroupData_SpinInit::prev |
Referenced by gizmo_mesh_spin_init_draw_prepare(), and gizmo_mesh_spin_init_refresh().
float GizmoGroupData_SpinInit::viewinv_m3[3][3] |
Definition at line 64 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_init_draw_prepare(), and gizmo_mesh_spin_init_refresh().
wmGizmo* GizmoGroupData_SpinInit::xyz_view[4] |
Definition at line 58 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_init_draw_prepare(), gizmo_mesh_spin_init_refresh(), gizmo_mesh_spin_init_refresh_axis_orientation(), gizmo_mesh_spin_init_setup(), and gizmo_mesh_spin_redo_setup().