Blender
V3.3
|
Public Attributes | |
struct wmGizmo * | cage |
struct { | |
bContext * context | |
wmOperator * op | |
PropertyRNA * prop_matrix | |
} | data |
Definition at line 105 of file editmesh_add_gizmo.c.
struct wmGizmo* GizmoPlacementGroup::cage |
Definition at line 106 of file editmesh_add_gizmo.c.
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 108 of file editmesh_add_gizmo.c.
Referenced by gizmo_mesh_placement_draw_prepare(), gizmo_mesh_placement_setup(), and gizmo_placement_exec().
struct { ... } GizmoPlacementGroup::data |
wmOperator* GizmoPlacementGroup::op |
Definition at line 109 of file editmesh_add_gizmo.c.
Referenced by add_primitive_cube_gizmo_exec(), add_primitive_cube_gizmo_invoke(), 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 110 of file editmesh_add_gizmo.c.
Referenced by add_primitive_cube_gizmo_exec(), gizmo_mesh_placement_setup(), gizmo_mesh_placement_update_from_op(), gizmo_placement_prop_matrix_get(), and gizmo_placement_prop_matrix_set().