|
Blender
V2.93
|
Public Attributes | |
| wmGizmo * | gizmo |
| struct { | |
| Object * ob | |
| float dims [2] | |
| } | state |
Definition at line 52 of file view3d_gizmo_empty.c.
| float EmptyImageWidgetGroup::dims[2] |
Definition at line 56 of file view3d_gizmo_empty.c.
Referenced by gizmo_empty_image_prop_matrix_get(), gizmo_empty_image_prop_matrix_set(), and WIDGETGROUP_empty_image_refresh().
| wmGizmo* EmptyImageWidgetGroup::gizmo |
Definition at line 53 of file view3d_gizmo_empty.c.
Referenced by WIDGETGROUP_empty_image_refresh(), and WIDGETGROUP_empty_image_setup().
| Object* EmptyImageWidgetGroup::ob |
Definition at line 55 of file view3d_gizmo_empty.c.
Referenced by gizmo_empty_image_prop_matrix_get(), gizmo_empty_image_prop_matrix_set(), WIDGETGROUP_empty_image_poll(), and WIDGETGROUP_empty_image_refresh().
| struct { ... } EmptyImageWidgetGroup::state |