|
Blender V4.3
|
Public Attributes | ||
| wmGizmo * | cage | |
| struct { | ||
| bContext * context | ||
| wmOperator * op | ||
| PropertyRNA * prop_matrix | ||
| } | data | |
Definition at line 107 of file editmesh_add_gizmo.cc.
| wmGizmo* GizmoPlacementGroup::cage |
Definition at line 108 of file editmesh_add_gizmo.cc.
Referenced by gizmo_mesh_placement_modal_from_setup(), gizmo_mesh_placement_setup(), gizmo_mesh_placement_update_from_op(), gizmo_placement_prop_matrix_get(), and gizmo_placement_prop_matrix_set().
| bContext* GizmoPlacementGroup::context |
Definition at line 110 of file editmesh_add_gizmo.cc.
Referenced by gizmo_mesh_placement_draw_prepare(), gizmo_mesh_placement_setup(), and gizmo_placement_exec().
| struct { ... } GizmoPlacementGroup::data |
| wmOperator* GizmoPlacementGroup::op |
Definition at line 111 of file editmesh_add_gizmo.cc.
Referenced by gizmo_mesh_placement_draw_prepare(), gizmo_mesh_placement_setup(), gizmo_mesh_placement_update_from_op(), gizmo_placement_exec(), gizmo_placement_prop_matrix_get(), and gizmo_placement_prop_matrix_set().
| PropertyRNA* GizmoPlacementGroup::prop_matrix |
Definition at line 112 of file editmesh_add_gizmo.cc.
Referenced by gizmo_mesh_placement_setup(), gizmo_mesh_placement_update_from_op(), gizmo_placement_prop_matrix_get(), and gizmo_placement_prop_matrix_set().