Geometry Nodes: Copy spline attributes in the curve resample node
Previously only point domain attributes were copied to the result curve.
This commit is contained in:
@@ -153,7 +153,7 @@ static std::unique_ptr<CurveEval> resample_curve(const CurveEval &input_curve,
|
||||
}
|
||||
}
|
||||
|
||||
output_curve->attributes.reallocate(output_curve->splines().size());
|
||||
output_curve->attributes = input_curve.attributes;
|
||||
|
||||
return output_curve;
|
||||
}
|
||||
|
Reference in New Issue
Block a user