|
Blender V5.0
|
#include "BKE_attribute.hh"#include "BKE_context.hh"#include "BKE_lib_id.hh"#include "ED_pointcloud.hh"#include "ED_screen.hh"#include "ED_select_utils.hh"#include "DNA_pointcloud_types.h"#include "DNA_windowmanager_types.h"#include "DEG_depsgraph.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "UI_interface.hh"#include "UI_interface_layout.hh"#include "WM_api.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::pointcloud |
| namespace | blender::ed::pointcloud::pointcloud_delete |
Implements the Point Cloud operators.
Definition in file operators.cc.