We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a599f commit aebe1deCopy full SHA for aebe1de
contrib/IECoreAlembic/src/IECoreAlembic/CurvesReader.cpp
@@ -68,6 +68,7 @@ CubicBasisf convertBasis( const ICurvesSchema::Sample &sample )
68
return CubicBasisf::bSpline();
69
case kHermiteBasis :
70
case kPowerBasis :
71
+ default :
72
IECore::msg( IECore::Msg::Warning, "CurvesAlgo::convert", "Unsupported basis" );
73
74
}
0 commit comments