|
Blender V5.0
|
#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_layer.hh"#include "RNA_access.hh"#include "RNA_define.hh"#include "DEG_depsgraph.hh"#include "WM_api.hh"#include "WM_types.hh"#include "ED_curves.hh"#include "ED_view3d.hh"Go to the source code of this file.
Classes | |
| struct | blender::ed::curves::ClosestCurveDataBlock |
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::curves |
Functions | |
| static ClosestCurveDataBlock | blender::ed::curves::find_closest_curve (const Depsgraph &depsgraph, const ViewContext &vc, const Span< Base * > bases, const int2 &mval) |
| static bool | blender::ed::curves::select_linked_pick (bContext &C, const int2 &mval, const SelectPick_Params ¶ms) |
| static wmOperatorStatus | blender::ed::curves::select_linked_pick_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
Operators | |
| void | blender::ed::curves::CURVES_OT_select_linked_pick (wmOperatorType *ot) |