Blender
V3.3
|
Public Attributes | |
struct wmGizmo * | translate_z |
struct wmGizmo * | translate_c |
struct 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 |
struct wmGizmo * | gizmos [MAN_AXIS_LAST] |
Definition at line 469 of file editmesh_bisect.c.
bool GizmoGroup::all_hidden |
Definition at line 148 of file transform_gizmo_3d.c.
Referenced by WIDGETGROUP_gizmo_draw_prepare(), and WIDGETGROUP_gizmo_refresh().
bContext* GizmoGroup::context |
Definition at line 479 of file editmesh_bisect.c.
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().
struct wmGizmo* GizmoGroup::gizmos[MAN_AXIS_LAST] |
Definition at line 164 of file transform_gizmo_3d.c.
Referenced by gizmo_get_axis_from_index(), gizmo_modal(), gizmo_refresh_from_matrix(), gizmogroup_init(), and WIDGETGROUP_gizmo_invoke_prepare().
wmOperator* GizmoGroup::op |
Definition at line 480 of file editmesh_bisect.c.
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 481 of file editmesh_bisect.c.
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 482 of file editmesh_bisect.c.
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 484 of file editmesh_bisect.c.
Referenced by gizmo_bisect_prop_angle_get(), gizmo_bisect_prop_angle_set(), and gizmo_mesh_bisect_update_from_op().
struct wmGizmo* GizmoGroup::rotate_c |
Definition at line 475 of file editmesh_bisect.c.
Referenced by gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
float GizmoGroup::rotate_up[3] |
Definition at line 485 of file editmesh_bisect.c.
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 162 of file transform_gizmo_3d.c.
Referenced by gizmo_modal(), rotation_get_fn(), and rotation_set_fn().
struct wmGizmo* GizmoGroup::translate_c |
Definition at line 473 of file editmesh_bisect.c.
Referenced by gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
struct wmGizmo* GizmoGroup::translate_z |
Definition at line 471 of file editmesh_bisect.c.
Referenced by gizmo_mesh_bisect_setup(), and gizmo_mesh_bisect_update_from_op().
int GizmoGroup::twtype |
Definition at line 149 of file transform_gizmo_3d.c.
Referenced by gizmo_refresh_from_matrix(), gizmogroup_init_properties_from_twtype(), WIDGETGROUP_gizmo_draw_prepare(), WIDGETGROUP_gizmo_refresh(), and WIDGETGROUP_gizmo_setup().
int GizmoGroup::twtype_init |
Definition at line 152 of file transform_gizmo_3d.c.
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 153 of file transform_gizmo_3d.c.
Referenced by WIDGETGROUP_gizmo_refresh().
int GizmoGroup::use_twtype_refresh |
Definition at line 154 of file transform_gizmo_3d.c.
Referenced by gizmo_xform_message_subscribe(), WIDGETGROUP_gizmo_refresh(), and WIDGETGROUP_gizmo_setup().
float GizmoGroup::viewinv_m3[3][3] |
Definition at line 158 of file transform_gizmo_3d.c.
Referenced by WIDGETGROUP_gizmo_draw_prepare().