Blender
V3.3
|
Public Attributes | |
wmGizmo * | gizmo |
struct { | |
Object * ob | |
float dims [2] | |
} | state |
Definition at line 38 of file view3d_gizmo_empty.c.
float EmptyImageWidgetGroup::dims[2] |
Definition at line 42 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 39 of file view3d_gizmo_empty.c.
Referenced by WIDGETGROUP_empty_image_refresh(), and WIDGETGROUP_empty_image_setup().
Object* EmptyImageWidgetGroup::ob |
Definition at line 41 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 |