Skip to content

Commit a5dd317

Browse files
fixup! IECore : Add ObjectMatrix
1 parent 8b8eb42 commit a5dd317

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/IECore/ObjectMatrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ IE_CORE_DECLAREPTR( ObjectMatrix );
8282

8383
} // namespace IECore
8484

85-
#endif // IECORE_OBJECTVECTOR_H
85+
#endif // IECORE_OBJECTMATRIX_H

src/IECorePython/TypeIdBinding.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ void bindTypeId()
292292
.value( "V3iVectorDataBase", V3iVectorDataBaseTypeId )
293293
.value( "LensModel", LensModelTypeId )
294294
.value( "StandardRadialLensModel", StandardRadialLensModelTypeId )
295+
.value( "ObjectMatrix", ObjectMatrixTypeId )
295296
;
296297

297298
converter::registry::push_back(

0 commit comments

Comments
 (0)