|
Blender V5.0
|
#include <cstdlib>#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BLI_string_utf8.h"#include "BLI_task.hh"#include "MEM_guardedalloc.h"#include "BKE_unit.hh"#include "ED_screen.hh"#include "BLT_translation.hh"#include "UI_interface_types.hh"#include "transform.hh"#include "transform_convert.hh"#include "transform_snap.hh"#include "transform_mode.hh"Go to the source code of this file.
Classes | |
| struct | blender::ed::transform::ToSphereInfo |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Functions | |
To Sphere Utilities | |
| static void | blender::ed::transform::to_sphere_radius_update (TransInfo *t) |
Transform (ToSphere) Element | |
| static void | blender::ed::transform::transdata_elem_to_sphere (const TransInfo *, const TransDataContainer *tc, TransData *td, const float ratio, const ToSphereInfo *to_sphere_info, const bool is_local_center, const bool is_data_space) |
Transform (ToSphere) | |
| static void | blender::ed::transform::applyToSphere (TransInfo *t) |
| static void | blender::ed::transform::initToSphere (TransInfo *t, wmOperator *) |