Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_curves.h
| Show All 23 Lines | |||||
| # include "BLI_vector_set.hh" | # include "BLI_vector_set.hh" | ||||
| namespace blender::ed::curves { | namespace blender::ed::curves { | ||||
| bke::CurvesGeometry primitive_random_sphere(int curves_size, int points_per_curve); | bke::CurvesGeometry primitive_random_sphere(int curves_size, int points_per_curve); | ||||
| bool selection_operator_poll(bContext *C); | bool selection_operator_poll(bContext *C); | ||||
| bool has_anything_selected(const Curves &curves_id); | bool has_anything_selected(const Curves &curves_id); | ||||
| VectorSet<Curves *> get_unique_editable_curves(const bContext &C); | VectorSet<Curves *> get_unique_editable_curves(const bContext &C); | ||||
| void ensure_surface_deformation_node_exists(bContext &C, Object &curves_ob); | |||||
| } // namespace blender::ed::curves | } // namespace blender::ed::curves | ||||
| #endif | #endif | ||||