@@ -622,7 +622,9 @@ const std::map<std::string, ComponentChange, std::less<> > movedComponents = {
622622 { " SparseLUSolver" , Moved (" v23.12" , " Sofa.Component.LinearSolver.Direct" , " CSparseSolvers" ) },
623623
624624 // Moved to Sofa.Component.MechanicalLoad
625- { " Gravity" , Moved (" v24.12" , " SofaGraphComponent" , " Sofa.Component.Mechanicalload" ) }
625+ { " Gravity" , Moved (" v24.12" , " SofaGraphComponent" , " Sofa.Component.Mechanicalload" ) },
626+
627+ { " OglCylinderModel" , Moved (" v24.12" , " Sofa.GL.Component.Rendering3D" , " Sofa.Component.Visual" )}
626628};
627629
628630const std::map<std::string, ComponentChange, std::less<> > uncreatableComponents = {
@@ -760,8 +762,8 @@ const std::map< std::string, Renamed, std::less<> > renamedComponents = {
760762 {" UnilateralInteractionConstraint" , Renamed (" v24.06" ," v25.06" ," UnilateralLagrangianConstraint" )},
761763 {" StiffSpringForceField" , Renamed (" v24.06" ," v25.06" ," SpringForceField" )},
762764 {" ParallelStiffSpringForceField" , Renamed (" v24.06" ," v25.06" ," ParallelSpringForceField" )},
763- {" ShewchukPCGLinearSolver" , Renamed (" v24.12" ," v25.12" ," PCGLinearSolver" )}
764-
765+ {" ShewchukPCGLinearSolver" , Renamed (" v24.12" ," v25.12" ," PCGLinearSolver" )},
766+ { " OglCylinderModel " , Renamed ( " v24.12 " , " v25.06 " , " CylinderVisualModel " )}
765767};
766768
767769
0 commit comments