Blender
V3.3
|
Public Attributes | |
float | ob_obmat_orig [4][4] |
float | ob_dims_orig [3] |
float | ob_scale_orig [3] |
float | ob_dims [3] |
TransformMedian | ve_median |
TransformMedian | median |
bool | tag_for_update |
Definition at line 95 of file view3d_buttons.c.
TransformMedian TransformProperties::median |
Definition at line 101 of file view3d_buttons.c.
float TransformProperties::ob_dims[3] |
Definition at line 99 of file view3d_buttons.c.
Referenced by v3d_object_dimension_buts().
float TransformProperties::ob_dims_orig[3] |
Definition at line 97 of file view3d_buttons.c.
Referenced by v3d_object_dimension_buts().
float TransformProperties::ob_obmat_orig[4][4] |
Definition at line 96 of file view3d_buttons.c.
Referenced by v3d_object_dimension_buts().
float TransformProperties::ob_scale_orig[3] |
Definition at line 98 of file view3d_buttons.c.
Referenced by v3d_object_dimension_buts().
bool TransformProperties::tag_for_update |
Definition at line 102 of file view3d_buttons.c.
Referenced by editmesh_partial_update_update_fn(), and v3d_editvertex_buts().
TransformMedian TransformProperties::ve_median |
Definition at line 101 of file view3d_buttons.c.
Referenced by v3d_editvertex_buts().