Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/nodes/geometry/nodes/node_geo_curve_endpoints.cc')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_curve_endpoints.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_curve_endpoints.cc b/source/blender/nodes/geometry/nodes/node_geo_curve_endpoints.cc
index 4f86a7ef88a..1f878259f30 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_curve_endpoints.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_curve_endpoints.cc
@@ -81,9 +81,11 @@ static void copy_spline_domain_attributes(const CurveComponent &curve_component,
});
}
-/* Get the offsets for the splines whose endpoints we want to output. Filter those which are cylic,
- * or that evaluate to empty. Could be easily adapted to include a selection argument to support
- * attribute selection. */
+/**
+ * Get the offsets for the splines whose endpoints we want to output.
+ * Filter those which are cyclic, or that evaluate to empty.
+ * Could be easily adapted to include a selection argument to support attribute selection.
+ */
static blender::Vector<int> get_endpoint_spline_offsets(Span<SplinePtr> splines)
{
blender::Vector<int> spline_offsets;