|
Blender V4.5
|
#include <cstdlib>#include "BLI_math_bits.h"#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BLI_string.h"#include "ED_screen.hh"#include "UI_interface.hh"#include "BLT_translation.hh"#include "transform.hh"#include "transform_convert.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 (Mirror) | |
| static void | blender::ed::transform::ElementMirror (TransInfo *t, TransDataContainer *tc, TransData *td, int axis, bool flip) |
| static void | blender::ed::transform::applyMirror (TransInfo *t) |
| static void | blender::ed::transform::initMirror (TransInfo *t, wmOperator *) |