|
Blender
V3.3
|
#include "BLI_index_mask_ops.hh"#include "BKE_curves.hh"#include "curves_sculpt_intern.hh"#include "ED_curves_sculpt.h"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::ed | |
| blender::ed::sculpt_paint | |
Functions | |
| static VArray< float > | blender::ed::sculpt_paint::get_curves_selection (const CurvesGeometry &curves, const eAttrDomain domain) |
| VArray< float > | blender::ed::sculpt_paint::get_curves_selection (const Curves &curves_id) |
| static VArray< float > | blender::ed::sculpt_paint::get_point_selection (const CurvesGeometry &curves, const eAttrDomain domain) |
| VArray< float > | blender::ed::sculpt_paint::get_point_selection (const Curves &curves_id) |
| static IndexMask | blender::ed::sculpt_paint::retrieve_selected_curves (const CurvesGeometry &curves, const eAttrDomain domain, Vector< int64_t > &r_indices) |
| IndexMask | blender::ed::sculpt_paint::retrieve_selected_curves (const Curves &curves_id, Vector< int64_t > &r_indices) |
| static IndexMask | blender::ed::sculpt_paint::retrieve_selected_points (const CurvesGeometry &curves, const eAttrDomain domain, Vector< int64_t > &r_indices) |
| IndexMask | blender::ed::sculpt_paint::retrieve_selected_points (const Curves &curves_id, Vector< int64_t > &r_indices) |