|
Blender V4.3
|
Public Attributes | ||
| wmGizmo * | translate_z | |
| wmGizmo * | translate_c | |
| wmGizmo * | rotate_c | |
| struct { | ||
| bContext * context | ||
| wmOperator * op | ||
| PropertyRNA * prop_plane_co | ||
| PropertyRNA * prop_plane_no | ||
| float rotate_axis [3] | ||
| float rotate_up [3] | ||
| } | data | |
| bool | all_hidden | |
| int | twtype | |
| int | twtype_init | |
| int | twtype_prev | |
| int | use_twtype_refresh | |
| struct { | ||
| float viewinv_m3 [3][3] | ||
| } | prev | |
| float | rotation | |
| wmGizmo * | gizmos [MAN_AXIS_LAST] | |
Definition at line 474 of file editmesh_bisect.cc.
| bool GizmoGroup::all_hidden |
Definition at line 145 of file transform_gizmo_3d.cc.
Referenced by WIDGETGROUP_gizmo_draw_prepare(), and WIDGETGROUP_gizmo_refresh().
| bContext* GizmoGroup::context |
Definition at line 484 of file editmesh_bisect.cc.
Referenced by gizmo_bisect_exec(), gizmo_mesh_bisect_draw_prepare(), gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
| struct { ... } GizmoGroup::data |
Referenced by gizmo_bisect_exec(), gizmo_bisect_prop_angle_get(), gizmo_bisect_prop_angle_set(), gizmo_bisect_prop_depth_get(), gizmo_bisect_prop_depth_set(), gizmo_bisect_prop_translate_get(), gizmo_bisect_prop_translate_set(), gizmo_mesh_bisect_draw_prepare(), gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
| wmGizmo* GizmoGroup::gizmos[MAN_AXIS_LAST] |
Definition at line 161 of file transform_gizmo_3d.cc.
Referenced by gizmo_3d_draw_invoke(), gizmo_get_axis_from_index(), gizmo_modal(), transform_gizmo_3d_model_from_constraint_and_mode_set(), and WIDGETGROUP_gizmo_invoke_prepare().
| wmOperator* GizmoGroup::op |
Definition at line 485 of file editmesh_bisect.cc.
Referenced by gizmo_bisect_exec(), gizmo_bisect_prop_angle_get(), gizmo_bisect_prop_angle_set(), gizmo_bisect_prop_depth_get(), gizmo_bisect_prop_depth_set(), gizmo_bisect_prop_translate_get(), gizmo_bisect_prop_translate_set(), gizmo_mesh_bisect_draw_prepare(), gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
| struct { ... } GizmoGroup::prev |
Referenced by WIDGETGROUP_gizmo_draw_prepare().
| PropertyRNA* GizmoGroup::prop_plane_co |
Definition at line 486 of file editmesh_bisect.cc.
Referenced by gizmo_bisect_prop_depth_get(), gizmo_bisect_prop_depth_set(), gizmo_bisect_prop_translate_get(), gizmo_bisect_prop_translate_set(), gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
| PropertyRNA* GizmoGroup::prop_plane_no |
Definition at line 487 of file editmesh_bisect.cc.
Referenced by gizmo_bisect_prop_angle_get(), gizmo_bisect_prop_angle_set(), gizmo_bisect_prop_depth_get(), gizmo_bisect_prop_depth_set(), gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
| float GizmoGroup::rotate_axis[3] |
Definition at line 489 of file editmesh_bisect.cc.
Referenced by gizmo_bisect_prop_angle_get(), gizmo_bisect_prop_angle_set(), and gizmo_mesh_bisect_update_from_op().
| wmGizmo* GizmoGroup::rotate_c |
Definition at line 480 of file editmesh_bisect.cc.
Referenced by gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
| float GizmoGroup::rotate_up[3] |
Definition at line 490 of file editmesh_bisect.cc.
Referenced by gizmo_bisect_prop_angle_get(), gizmo_bisect_prop_angle_set(), and gizmo_mesh_bisect_update_from_op().
| float GizmoGroup::rotation |
Definition at line 159 of file transform_gizmo_3d.cc.
Referenced by gizmo_modal(), rotation_get_fn(), and rotation_set_fn().
| wmGizmo* GizmoGroup::translate_c |
Definition at line 478 of file editmesh_bisect.cc.
Referenced by gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
| wmGizmo* GizmoGroup::translate_z |
Definition at line 476 of file editmesh_bisect.cc.
Referenced by gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
| int GizmoGroup::twtype |
Definition at line 146 of file transform_gizmo_3d.cc.
Referenced by gizmo_3d_draw_invoke(), gizmogroup_init_properties_from_twtype(), gizmogroup_refresh_from_matrix(), transform_gizmo_3d_model_from_constraint_and_mode_restore(), transform_gizmo_3d_model_from_constraint_and_mode_set(), WIDGETGROUP_gizmo_draw_prepare(), WIDGETGROUP_gizmo_refresh(), and WIDGETGROUP_gizmo_setup().
| int GizmoGroup::twtype_init |
Definition at line 149 of file transform_gizmo_3d.cc.
Referenced by gizmo_xform_message_subscribe(), WIDGETGROUP_gizmo_draw_prepare(), WIDGETGROUP_gizmo_invoke_prepare(), WIDGETGROUP_gizmo_refresh(), and WIDGETGROUP_gizmo_setup().
| int GizmoGroup::twtype_prev |
Definition at line 150 of file transform_gizmo_3d.cc.
Referenced by WIDGETGROUP_gizmo_refresh().
| int GizmoGroup::use_twtype_refresh |
Definition at line 151 of file transform_gizmo_3d.cc.
Referenced by gizmo_xform_message_subscribe(), WIDGETGROUP_gizmo_refresh(), and WIDGETGROUP_gizmo_setup().
| float GizmoGroup::viewinv_m3[3][3] |
Definition at line 155 of file transform_gizmo_3d.cc.
Referenced by WIDGETGROUP_gizmo_draw_prepare().