|
Blender V5.0
|
#include "MEM_guardedalloc.h"#include "BLI_math_matrix.h"#include "BLI_math_rotation.h"#include "BLI_math_vector.h"#include "BKE_context.hh"#include "BKE_layer.hh"#include "BKE_lib_id.hh"#include "BKE_paint.hh"#include "BKE_report.hh"#include "ED_sculpt.hh"#include "transform.hh"#include "transform_convert.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::transform |
Functions | |
Sculpt Transform Creation | |
| static void | blender::ed::transform::createTransSculpt (bContext *C, TransInfo *t) |
Recalc Data object | |
| static void | blender::ed::transform::recalcData_sculpt (TransInfo *t) |
| static void | blender::ed::transform::special_aftertrans_update__sculpt (bContext *C, TransInfo *t) |