Skip to content

Commit aebe1de

Browse files
committed
IECoreAlembic::CurvesReader : Hypothetical unknown basis also deserves warning
1 parent 83a599f commit aebe1de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/IECoreAlembic/src/IECoreAlembic/CurvesReader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ CubicBasisf convertBasis( const ICurvesSchema::Sample &sample )
6868
return CubicBasisf::bSpline();
6969
case kHermiteBasis :
7070
case kPowerBasis :
71+
default :
7172
IECore::msg( IECore::Msg::Warning, "CurvesAlgo::convert", "Unsupported basis" );
7273
return CubicBasisf::bSpline();
7374
}

0 commit comments

Comments
 (0)