Skip to content

Commit

Permalink
Fix build issue with curve pinning #800 (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienblor authored Jul 13, 2022
1 parent 588c38c commit 1f48e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translator/reader/read_geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ void UsdArnoldReadCurves::Read(const UsdPrim &prim, UsdArnoldReaderContext &cont
basis = str::catmull_rom;
#if ARNOLD_VERSION_NUMBER >= 70103
if (basisType == UsdGeomTokens->bspline || basisType == UsdGeomTokens->catmullRom)
AiNodeSetStr(GetArnoldNode(), str::wrap_mode, AtString{wrapMode.GetText()});
AiNodeSetStr(node, str::wrap_mode, AtString(wrapMode.GetText()));
#endif
}
}
Expand Down

0 comments on commit 1f48e9f

Please sign in to comment.