@@ -20,28 +20,15 @@ def createScene(root_node):
2020
2121 plugins = root_node .addChild ('plugins' )
2222
23- plugins .addObject ('RequiredPlugin' , name = "MultiThreading" )
24- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.AnimationLoop" )
25- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Collision.Detection.Algorithm" )
26- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Collision.Detection.Intersection" )
27- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Collision.Geometry" )
28- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Collision.Response.Contact" )
29- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Constraint.Lagrangian.Correction" )
30- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Constraint.Lagrangian.Solver" )
31- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.IO.Mesh" )
32- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.LinearSolver.Direct" )
33- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Mapping.Linear" )
34- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Mass" )
35- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.ODESolver.Backward" )
36- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.SolidMechanics.FEM.Elastic" )
37- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.StateContainer" )
38- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Topology.Container.Dynamic" )
39- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Topology.Container.Grid" )
40- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Topology.Mapping" )
41- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Visual" )
42- plugins .addObject ('RequiredPlugin' , name = "Sofa.GL.Component.Rendering3D" )
43- plugins .addObject ('RequiredPlugin' , name = "Sofa.Component.Engine.Select" )
44- plugins .addObject ('RequiredPlugin' , name = "Sofa.GUI.Component" )
23+ plugins .addObject ('RequiredPlugin' , pluginName = ["MultiThreading" , "Sofa.Component.AnimationLoop" ,
24+ "Sofa.Component.Collision.Detection.Algorithm" , "Sofa.Component.Collision.Detection.Intersection" ,
25+ "Sofa.Component.Collision.Geometry" , "Sofa.Component.Collision.Response.Contact" ,
26+ "Sofa.Component.Constraint.Lagrangian.Correction" , "Sofa.Component.Constraint.Lagrangian.Solver" ,
27+ "Sofa.Component.IO.Mesh" , "Sofa.Component.LinearSolver.Direct" , "Sofa.Component.Mapping.Linear" ,
28+ "Sofa.Component.Mass" , "Sofa.Component.ODESolver.Backward" , "Sofa.Component.SolidMechanics.FEM.Elastic" ,
29+ "Sofa.Component.StateContainer" , "Sofa.Component.Topology.Container.Dynamic" ,
30+ "Sofa.Component.Topology.Container.Grid" , "Sofa.Component.Topology.Mapping" , "Sofa.Component.Visual" ,
31+ "Sofa.GL.Component.Rendering3D" , "Sofa.Component.Engine.Select" , "Sofa.GUI.Component" ])
4532
4633 root_node .addObject ('VisualStyle' , displayFlags = "showVisual" )
4734 root_node .addObject ('ConstraintAttachButtonSetting' )
0 commit comments