|
Blender V5.0
|
#include "DNA_curve_types.h"#include "DNA_lattice_types.h"#include "MEM_guardedalloc.h"#include "BLI_math_matrix.h"#include "BLI_math_vector.h"#include "BKE_lattice.hh"#include "ED_object.hh"#include "transform.hh"#include "transform_snap.hh"#include "transform_convert.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Functions | |
Curve/Surfaces Transform Creation | |
| static void | blender::ed::transform::createTransLatticeVerts (bContext *, TransInfo *t) |
| static void | blender::ed::transform::recalcData_lattice (TransInfo *t) |