|
Blender V5.0
|
#include "BLI_index_mask.hh"#include "BLI_task.hh"#include "BLI_vector_set.hh"#include "BKE_context.hh"#include "BKE_layer.hh"#include "BKE_lib_id.hh"#include "BKE_curves.hh"#include "ED_curves.hh"#include "ED_object.hh"#include "DNA_layer_types.h"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_build.hh"#include "GEO_curves_remove_and_split.hh"#include "WM_api.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::curves |
Functions | |
| static wmOperatorStatus | blender::ed::curves::separate_exec (bContext *C, wmOperator *) |
Operators | |
| void | blender::ed::curves::CURVES_OT_separate (wmOperatorType *ot) |