|
Blender V4.3
|
Public Attributes | |
| float | ob_obmat_orig [4][4] |
| float | ob_dims_orig [3] |
| float | ob_scale_orig [3] |
| float | ob_dims [3] |
| blender::Vector< float > | vertex_weights |
| TransformMedian | ve_median |
| TransformMedian | median |
| bool | tag_for_update |
Definition at line 104 of file view3d_buttons.cc.
| TransformMedian TransformProperties::median |
Definition at line 111 of file view3d_buttons.cc.
| float TransformProperties::ob_dims[3] |
Definition at line 108 of file view3d_buttons.cc.
Referenced by v3d_object_dimension_buts().
| float TransformProperties::ob_dims_orig[3] |
Definition at line 106 of file view3d_buttons.cc.
Referenced by v3d_object_dimension_buts().
| float TransformProperties::ob_obmat_orig[4][4] |
Definition at line 105 of file view3d_buttons.cc.
Referenced by v3d_object_dimension_buts().
| float TransformProperties::ob_scale_orig[3] |
Definition at line 107 of file view3d_buttons.cc.
Referenced by v3d_object_dimension_buts().
| bool TransformProperties::tag_for_update |
Definition at line 112 of file view3d_buttons.cc.
Referenced by editmesh_partial_update_update_fn(), and v3d_editvertex_buts().
| TransformMedian TransformProperties::ve_median |
Definition at line 111 of file view3d_buttons.cc.
Referenced by v3d_editvertex_buts().
| blender::Vector<float> TransformProperties::vertex_weights |
Definition at line 109 of file view3d_buttons.cc.
Referenced by update_active_vertex_weight(), and view3d_panel_vgroup().