|
Blender V4.3
|
Public Attributes | ||
| wmGizmo * | gizmo | |
| struct { | ||
| Object * ob | ||
| float dims [2] | ||
| } | state | |
Definition at line 39 of file view3d_gizmo_empty.cc.
| float EmptyImageWidgetGroup::dims[2] |
Definition at line 43 of file view3d_gizmo_empty.cc.
Referenced by WIDGETGROUP_empty_image_refresh().
| wmGizmo* EmptyImageWidgetGroup::gizmo |
Definition at line 40 of file view3d_gizmo_empty.cc.
Referenced by WIDGETGROUP_empty_image_refresh(), and WIDGETGROUP_empty_image_setup().
| Object* EmptyImageWidgetGroup::ob |
Definition at line 42 of file view3d_gizmo_empty.cc.
Referenced by gizmo_empty_image_prop_matrix_get(), gizmo_empty_image_prop_matrix_set(), and WIDGETGROUP_empty_image_refresh().
| struct { ... } EmptyImageWidgetGroup::state |