|
Blender V5.0
|
Public Attributes | |
| wmGizmo * | translate_c |
| wmGizmo * | angle_z |
| wmGizmo * | translate_xy [2] |
| wmGizmo * | rotate_xy [2] |
| 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 482 of file editmesh_extrude_spin_gizmo.cc.
| wmGizmo* GizmoGroupData_SpinRedo::angle_z |
Definition at line 486 of file editmesh_extrude_spin_gizmo.cc.
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 505 of file editmesh_extrude_spin_gizmo.cc.
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 501 of file editmesh_extrude_spin_gizmo.cc.
Referenced by gizmo_mesh_spin_redo_modal_from_setup(), and gizmo_spin_exec().
| wmOperator* GizmoGroupData_SpinRedo::op |
Definition at line 507 of file editmesh_extrude_spin_gizmo.cc.
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 514 of file editmesh_extrude_spin_gizmo.cc.
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 522 of file editmesh_extrude_spin_gizmo.cc.
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 506 of file editmesh_extrude_spin_gizmo.cc.
Referenced by gizmo_mesh_spin_redo_setup().
| float GizmoGroupData_SpinRedo::plane_co[3] |
Definition at line 497 of file editmesh_extrude_spin_gizmo.cc.
Referenced by gizmo_mesh_spin_redo_update_from_op().
| float GizmoGroupData_SpinRedo::plane_no[3] |
Definition at line 498 of file editmesh_extrude_spin_gizmo.cc.
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 510 of file editmesh_extrude_spin_gizmo.cc.
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 508 of file editmesh_extrude_spin_gizmo.cc.
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 509 of file editmesh_extrude_spin_gizmo.cc.
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().
| wmGizmo* GizmoGroupData_SpinRedo::rotate_view |
Definition at line 494 of file editmesh_extrude_spin_gizmo.cc.
Referenced by gizmo_mesh_spin_redo_draw_prepare(), gizmo_mesh_spin_redo_setup(), and gizmo_mesh_spin_redo_update_from_op().
| wmGizmo* GizmoGroupData_SpinRedo::rotate_xy[2] |
Definition at line 491 of file editmesh_extrude_spin_gizmo.cc.
Referenced by gizmo_mesh_spin_redo_setup(), and gizmo_mesh_spin_redo_update_from_op().
| wmGizmo* GizmoGroupData_SpinRedo::translate_c |
Definition at line 484 of file editmesh_extrude_spin_gizmo.cc.
Referenced by gizmo_mesh_spin_redo_draw_prepare(), and gizmo_mesh_spin_redo_setup().
| wmGizmo* GizmoGroupData_SpinRedo::translate_xy[2] |
Definition at line 489 of file editmesh_extrude_spin_gizmo.cc.
Referenced by gizmo_mesh_spin_redo_setup(), and gizmo_mesh_spin_redo_update_from_op().