|
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 "BKE_unit.hh"#include "ED_screen.hh"#include "BLT_translation.hh"#include "UI_interface_types.hh"#include "transform.hh"#include "transform_constraints.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 (Push/Pull) | |
| static void | blender::ed::transform::transdata_elem_push_pull (const TransInfo *t, const TransDataContainer *tc, TransData *td, const float distance, const float axis_global[3], const bool is_lock_constraint, const bool is_data_space) |
| static void | blender::ed::transform::applyPushPull (TransInfo *t) |
| static void | blender::ed::transform::initPushPull (TransInfo *t, wmOperator *) |