diff --git a/Plugin/src/SofaPython3/PythonFactory.cpp b/Plugin/src/SofaPython3/PythonFactory.cpp index 3a9c678b..a16bffb0 100644 --- a/Plugin/src/SofaPython3/PythonFactory.cpp +++ b/Plugin/src/SofaPython3/PythonFactory.cpp @@ -503,7 +503,12 @@ bool PythonFactory::registerDefaultTypes() PythonFactory::registerType("Hexa"); PythonFactory::registerType("Penta"); - // State vectors + // Rigid + PythonFactory::registerType("Rigid3d::Coord"); + PythonFactory::registerType("Rigid3f::Coord"); + PythonFactory::registerType("Rigid3::Coord"); + + // Rigid3 vectors PythonFactory::registerType("Rigid3d::VecCoord"); PythonFactory::registerType("Rigid3f::VecCoord"); PythonFactory::registerType("Rigid3::VecCoord");