|
Blender V5.0
|
#include "DNA_curve_types.h"#include "MEM_guardedalloc.h"#include "BLI_listbase.h"#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BKE_curve.hh"#include "ED_object.hh"#include "transform.hh"#include "transform_snap.hh"#include "transform_convert.hh"#include "transform_orientations.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Macros | |
| #define | SEL_F1 (1 << 0) |
| #define | SEL_F2 (1 << 1) |
| #define | SEL_F3 (1 << 2) |
Functions | |
Curve/Surfaces Transform Creation | |
| static int | blender::ed::transform::bezt_select_to_transform_triple_flag (const BezTriple *bezt, const eNurbHandleTest_Mode handle_mode) |
| static void | blender::ed::transform::createTransCurveVerts (bContext *, TransInfo *t) |
| static void | blender::ed::transform::recalcData_curve (TransInfo *t) |
| #define SEL_F1 (1 << 0) |
| #define SEL_F2 (1 << 1) |
| #define SEL_F3 (1 << 2) |