|
Blender V5.0
|
#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 "UI_interface.hh"#include "BLT_translation.hh"#include "RNA_access.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::ShrinkFattenCustomData |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Transform (Shrink-Fatten) | |
| enum | blender::ed::transform::eShrinkFattenMode { blender::ed::transform::EVEN_THICKNESS_OFF = 0 , blender::ed::transform::EVEN_THICKNESS_ON = 1 } |
| static void | blender::ed::transform::transdata_elem_shrink_fatten (const TransInfo *t, const TransDataContainer *, TransData *td, TransDataExtension *td_ext, 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 *op) |