|
Blender V5.0
|
#include "BLI_array_utils.hh"#include "BKE_attribute.hh"#include "BKE_pointcloud.hh"#include "ED_pointcloud.hh"#include "DNA_pointcloud_types.h"#include "DEG_depsgraph.hh"#include "WM_api.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::pointcloud |
Functions | |
| static void | blender::ed::pointcloud::duplicate_points (PointCloud &pointcloud, const IndexMask &mask) |
| static wmOperatorStatus | blender::ed::pointcloud::duplicate_exec (bContext *C, wmOperator *) |
Operators | |
| void | blender::ed::pointcloud::POINTCLOUD_OT_duplicate (wmOperatorType *ot) |