Fix: Small changes to USD and Alembic curves import #118829

Merged
Hans Goudey merged 3 commits from HooglyBoogly/blender:cleanup-usd-abc-curves-import into main 2024-02-28 05:06:02 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ded394b4a6 - Show all commits

View File

@ -59,7 +59,7 @@ static void add_bezier_control_point(int cp,
MutableSpan<float3> positions,
MutableSpan<float3> handles_left,
MutableSpan<float3> handles_right,
const Span<pxr::GfVec3f> &usdPoints)
const Span<pxr::GfVec3f> usdPoints)
{
if (offset == 0) {
positions[cp] = to_float3(usdPoints[offset]);