|
Blender V4.5
|
#include <cstdlib>#include <fmt/format.h>#include "BLI_math_vector.h"#include "BLI_task.hh"#include "BKE_report.hh"#include "BKE_unit.hh"#include "ED_screen.hh"#include "WM_api.hh"#include "WM_types.hh"#include "BLT_translation.hh"#include "transform.hh"#include "transform_convert.hh"#include "transform_snap.hh"#include "transform_mode.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Functions | |
Transform (Shrink-Fatten) | |
| static void | blender::ed::transform::transdata_elem_shrink_fatten (const TransInfo *t, const TransDataContainer *, TransData *td, const float distance) |
| static eRedrawFlag | blender::ed::transform::shrinkfatten_handleEvent (TransInfo *t, const wmEvent *event) |
| static void | blender::ed::transform::applyShrinkFatten (TransInfo *t) |
| static void | blender::ed::transform::initShrinkFatten (TransInfo *t, wmOperator *) |