Add comment to failed test

This commit is contained in:
Weizhen Huang 2023-01-06 13:04:53 +01:00
parent b47fc535f1
commit 148e954dbb
1 changed files with 1 additions and 0 deletions

View File

@ -665,6 +665,7 @@ Span<float3> CurvesGeometry::evaluated_tangents() const
const IndexRange evaluated_points = this->evaluated_points_for_curve(curve_index);
switch (types[curve_index]) {
case CURVE_TYPE_CATMULL_ROM:
/* NOTE: this causes test geo_node_curves_test_sample_curves to fail. */
curves::catmull_rom::calculate_tangents(positions.slice(points),
cyclic[curve_index],
resolution[curve_index],