|
Blender V5.0
|
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 |
Definition at line 479 of file editmesh_bisect.cc.
| bContext* GizmoGroup::context |
Definition at line 489 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().
| wmOperator* GizmoGroup::op |
Definition at line 490 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().
| PropertyRNA* GizmoGroup::prop_plane_co |
Definition at line 491 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 492 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 494 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 485 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 495 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::translate_c |
Definition at line 483 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 481 of file editmesh_bisect.cc.
Referenced by gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().