|
Blender
V3.3
|
Public Attributes | |
| struct wmGizmo * | translate_c |
| struct wmGizmo * | angle_z |
| struct wmGizmo * | translate_xy [2] |
| struct wmGizmo * | rotate_xy [2] |
| struct wmGizmo * | rotate_view |
| struct { | |
| float plane_co [3] | |
| float plane_no [3] | |
| } | prev |
| bool | is_init |
| struct { | |
| bContext * context | |
| wmOperatorType * ot | |
| wmOperator * op | |
| PropertyRNA * prop_axis_co | |
| PropertyRNA * prop_axis_no | |
| PropertyRNA * prop_angle | |
| float orient_axis_relative [3] | |
| float orient_mat [3][3] | |
| } | data |
Definition at line 484 of file editmesh_extrude_spin_gizmo.c.
| struct wmGizmo* GizmoGroupData_SpinRedo::angle_z |
Definition at line 488 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_modal_from_setup(), gizmo_mesh_spin_redo_setup(), gizmo_mesh_spin_redo_update_from_op(), and gizmo_spin_exec().
| bContext* GizmoGroupData_SpinRedo::context |
Definition at line 507 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_draw_prepare(), gizmo_mesh_spin_redo_setup(), and gizmo_spin_exec().
| struct { ... } GizmoGroupData_SpinRedo::data |
Referenced by gizmo_mesh_spin_redo_draw_prepare(), gizmo_mesh_spin_redo_setup(), gizmo_mesh_spin_redo_update_from_op(), gizmo_mesh_spin_redo_update_orient_axis(), gizmo_spin_exec(), gizmo_spin_prop_angle_get(), gizmo_spin_prop_angle_set(), gizmo_spin_prop_axis_angle_get(), gizmo_spin_prop_axis_angle_set(), gizmo_spin_prop_depth_get(), gizmo_spin_prop_depth_set(), gizmo_spin_prop_translate_get(), and gizmo_spin_prop_translate_set().
| bool GizmoGroupData_SpinRedo::is_init |
Definition at line 503 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_modal_from_setup(), and gizmo_spin_exec().
| wmOperator* GizmoGroupData_SpinRedo::op |
Definition at line 509 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_draw_prepare(), gizmo_mesh_spin_redo_setup(), gizmo_mesh_spin_redo_update_from_op(), gizmo_spin_exec(), gizmo_spin_prop_angle_get(), gizmo_spin_prop_angle_set(), gizmo_spin_prop_axis_angle_get(), gizmo_spin_prop_axis_angle_set(), gizmo_spin_prop_depth_get(), gizmo_spin_prop_depth_set(), gizmo_spin_prop_translate_get(), and gizmo_spin_prop_translate_set().
| float GizmoGroupData_SpinRedo::orient_axis_relative[3] |
Definition at line 516 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_setup(), and gizmo_mesh_spin_redo_update_from_op().
| float GizmoGroupData_SpinRedo::orient_mat[3][3] |
Definition at line 524 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_draw_prepare(), gizmo_mesh_spin_redo_setup(), gizmo_mesh_spin_redo_update_from_op(), and gizmo_mesh_spin_redo_update_orient_axis().
| wmOperatorType* GizmoGroupData_SpinRedo::ot |
Definition at line 508 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_setup().
| float GizmoGroupData_SpinRedo::plane_co[3] |
Definition at line 499 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_update_from_op().
| float GizmoGroupData_SpinRedo::plane_no[3] |
Definition at line 500 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_update_from_op().
| struct { ... } GizmoGroupData_SpinRedo::prev |
Referenced by gizmo_mesh_spin_redo_update_from_op().
| PropertyRNA* GizmoGroupData_SpinRedo::prop_angle |
Definition at line 512 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_setup(), gizmo_spin_prop_angle_get(), and gizmo_spin_prop_angle_set().
| PropertyRNA* GizmoGroupData_SpinRedo::prop_axis_co |
Definition at line 510 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_setup(), gizmo_mesh_spin_redo_update_from_op(), gizmo_spin_prop_depth_get(), gizmo_spin_prop_depth_set(), gizmo_spin_prop_translate_get(), and gizmo_spin_prop_translate_set().
| PropertyRNA* GizmoGroupData_SpinRedo::prop_axis_no |
Definition at line 511 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_setup(), gizmo_mesh_spin_redo_update_from_op(), gizmo_spin_prop_axis_angle_get(), and gizmo_spin_prop_axis_angle_set().
| struct wmGizmo* GizmoGroupData_SpinRedo::rotate_view |
Definition at line 496 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_draw_prepare(), gizmo_mesh_spin_redo_setup(), and gizmo_mesh_spin_redo_update_from_op().
| struct wmGizmo* GizmoGroupData_SpinRedo::rotate_xy[2] |
Definition at line 493 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_setup(), and gizmo_mesh_spin_redo_update_from_op().
| struct wmGizmo* GizmoGroupData_SpinRedo::translate_c |
Definition at line 486 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_draw_prepare(), and gizmo_mesh_spin_redo_setup().
| struct wmGizmo* GizmoGroupData_SpinRedo::translate_xy[2] |
Definition at line 491 of file editmesh_extrude_spin_gizmo.c.
Referenced by gizmo_mesh_spin_redo_setup(), and gizmo_mesh_spin_redo_update_from_op().