File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -503,7 +503,12 @@ bool PythonFactory::registerDefaultTypes()
503503 PythonFactory::registerType<sofa::core::topology::Topology::Hexa>(" Hexa" );
504504 PythonFactory::registerType<sofa::core::topology::Topology::Penta>(" Penta" );
505505
506- // State vectors
506+ // Rigid
507+ PythonFactory::registerType<sofa::defaulttype::Rigid3dTypes::Coord>(" Rigid3d::Coord" );
508+ PythonFactory::registerType<sofa::defaulttype::Rigid3fTypes::Coord>(" Rigid3f::Coord" );
509+ PythonFactory::registerType<sofa::defaulttype::Rigid3Types::Coord>(" Rigid3::Coord" );
510+
511+ // Rigid3 vectors
507512 PythonFactory::registerType<sofa::defaulttype::Rigid3dTypes::VecCoord>(" Rigid3d::VecCoord" );
508513 PythonFactory::registerType<sofa::defaulttype::Rigid3fTypes::VecCoord>(" Rigid3f::VecCoord" );
509514 PythonFactory::registerType<sofa::defaulttype::Rigid3Types::VecCoord>(" Rigid3::VecCoord" );
You can’t perform that action at this time.
0 commit comments