diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee71b6129ae..3856763a6ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3737,7 +3737,7 @@ ____________________________________________________________
**Examples / Scenes**
- [examples] Fix TopologySurfaceDifferentMesh.scn [#716]( https://github.com/sofa-framework/sofa/pull/716 )
-- [examples] Fix the examples missing a [#748]( https://github.com/sofa-framework/sofa/pull/748 )
+- [examples] Fix the examples missing a [#748]( https://github.com/sofa-framework/sofa/pull/748 )
- [examples] Fix scenes having issue with CollisionGroup [#821]( https://github.com/sofa-framework/sofa/pull/821 )
diff --git a/Sofa/Component/Constraint/Lagrangian/Correction/tests/UncoupledConstraintCorrection_test.cpp b/Sofa/Component/Constraint/Lagrangian/Correction/tests/UncoupledConstraintCorrection_test.cpp
index d6c6394ecff..22a0d8d1f22 100644
--- a/Sofa/Component/Constraint/Lagrangian/Correction/tests/UncoupledConstraintCorrection_test.cpp
+++ b/Sofa/Component/Constraint/Lagrangian/Correction/tests/UncoupledConstraintCorrection_test.cpp
@@ -39,10 +39,10 @@ struct UncoupledConstraintCorrection_test: public BaseSimulationTest
{
SceneInstance sceneinstance("xml",
"\n"
- " "
- " "
- " "
- " "
+ " "
+ " "
+ " "
+ " "
" \n"
" \n"
" \n"
diff --git a/Sofa/Component/Constraint/Projective/tests/FixedProjectiveConstraint_test.cpp b/Sofa/Component/Constraint/Projective/tests/FixedProjectiveConstraint_test.cpp
index 638b23878cc..9ba4d234576 100644
--- a/Sofa/Component/Constraint/Projective/tests/FixedProjectiveConstraint_test.cpp
+++ b/Sofa/Component/Constraint/Projective/tests/FixedProjectiveConstraint_test.cpp
@@ -81,9 +81,9 @@ struct FixedProjectiveConstraint_test : public BaseTest
const simulation::Node::SPtr root = simulation->createNewGraph("root");
root->setGravity( type::Vec3(0,0,0) );
- simpleapi::createObject(root , "RequiredPlugin", {{"name", Sofa.Component.LinearSolver.Direct}}) ;
- simpleapi::createObject(root , "RequiredPlugin", {{"name", Sofa.Component.ODESolver.Forward}}) ;
- simpleapi::createObject(root , "RequiredPlugin", {{"name", Sofa.Component.ODESolver.Backward}}) ;
+ simpleapi::createObject(root , "RequiredPlugin", {{"pluginName", Sofa.Component.LinearSolver.Direct}}) ;
+ simpleapi::createObject(root , "RequiredPlugin", {{"pluginName", Sofa.Component.ODESolver.Forward}}) ;
+ simpleapi::createObject(root , "RequiredPlugin", {{"pluginName", Sofa.Component.ODESolver.Backward}}) ;
simulation::Node::SPtr node = createEulerSolverNode(root,"test", integrationScheme);
diff --git a/Sofa/Component/Diffusion/tests/scenes/TetrahedronDiffusionFEMForceField.scn b/Sofa/Component/Diffusion/tests/scenes/TetrahedronDiffusionFEMForceField.scn
index c5a6db9c33b..304accb6bf5 100644
--- a/Sofa/Component/Diffusion/tests/scenes/TetrahedronDiffusionFEMForceField.scn
+++ b/Sofa/Component/Diffusion/tests/scenes/TetrahedronDiffusionFEMForceField.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sofa/Component/Engine/Select/tests/BoxROI_test.cpp b/Sofa/Component/Engine/Select/tests/BoxROI_test.cpp
index ed52a8d53c0..51f8e24e859 100644
--- a/Sofa/Component/Engine/Select/tests/BoxROI_test.cpp
+++ b/Sofa/Component/Engine/Select/tests/BoxROI_test.cpp
@@ -192,7 +192,7 @@ struct BoxROITest : public sofa::testing::BaseTest
""
" "
" "
- " "
+ " "
" "
" "
" "
diff --git a/Sofa/Component/Haptics/tests/scenes/ToolvsFloorCollision_test.scn b/Sofa/Component/Haptics/tests/scenes/ToolvsFloorCollision_test.scn
index dd12128abdd..797bdc5b433 100644
--- a/Sofa/Component/Haptics/tests/scenes/ToolvsFloorCollision_test.scn
+++ b/Sofa/Component/Haptics/tests/scenes/ToolvsFloorCollision_test.scn
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sofa/Component/IO/Mesh/tests/MeshXspLoader_test.cpp b/Sofa/Component/IO/Mesh/tests/MeshXspLoader_test.cpp
index 3a167422840..c8dc214e1ac 100644
--- a/Sofa/Component/IO/Mesh/tests/MeshXspLoader_test.cpp
+++ b/Sofa/Component/IO/Mesh/tests/MeshXspLoader_test.cpp
@@ -35,7 +35,7 @@ class MeshXspLoader_test : public BaseSimulationTest
const Node::SPtr root = sofa::simpleapi::createRootNode(simulation, "root");
sofa::simpleapi::createObject(root, "DefaultAnimationLoop");
- sofa::simpleapi::createObject(root, "RequiredPlugin", { { "name",Sofa.Component.IO.Mesh } });
+ sofa::simpleapi::createObject(root, "RequiredPlugin", { { "pluginName",Sofa.Component.IO.Mesh } });
auto loader = sofa::simpleapi::createObject(root, "MeshXspLoader",
{{"filename", std::string(SOFA_COMPONENT_IO_MESH_TEST_FILES_DIR)+"test.xs3"}});
sofa::simulation::node::initRoot(root.get());
diff --git a/Sofa/Component/Mass/tests/DiagonalMass_test.cpp b/Sofa/Component/Mass/tests/DiagonalMass_test.cpp
index 5bb6da8636b..d2d987d6d97 100644
--- a/Sofa/Component/Mass/tests/DiagonalMass_test.cpp
+++ b/Sofa/Component/Mass/tests/DiagonalMass_test.cpp
@@ -275,7 +275,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -311,7 +311,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -341,7 +341,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -378,7 +378,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -409,7 +409,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -440,7 +440,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -471,7 +471,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -502,7 +502,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -539,7 +539,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -570,7 +570,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -711,7 +711,7 @@ class DiagonalMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
diff --git a/Sofa/Component/Mass/tests/MeshMatrixMass_test.cpp b/Sofa/Component/Mass/tests/MeshMatrixMass_test.cpp
index ec9c4e47f49..aa166d2b64b 100644
--- a/Sofa/Component/Mass/tests/MeshMatrixMass_test.cpp
+++ b/Sofa/Component/Mass/tests/MeshMatrixMass_test.cpp
@@ -681,7 +681,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -725,7 +725,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -763,7 +763,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -800,7 +800,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -843,7 +843,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -880,7 +880,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -918,7 +918,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -959,7 +959,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -996,7 +996,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -1033,7 +1033,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -1070,7 +1070,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -1107,7 +1107,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -1145,7 +1145,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -1184,7 +1184,7 @@ class MeshMatrixMass_test : public BaseTest
static const string scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -1379,7 +1379,7 @@ class MeshMatrixMass_test : public BaseTest
scene =
" "
" "
- " "
+ " "
" "
" "
" "
@@ -1397,7 +1397,7 @@ class MeshMatrixMass_test : public BaseTest
scene =
" "
" "
- " "
+ " "
" "
" "
" "
diff --git a/Sofa/Component/MechanicalLoad/tests/scenes/QuadPressureForceField.scn b/Sofa/Component/MechanicalLoad/tests/scenes/QuadPressureForceField.scn
index c8d3b43e178..cb2353d2a0b 100644
--- a/Sofa/Component/MechanicalLoad/tests/scenes/QuadPressureForceField.scn
+++ b/Sofa/Component/MechanicalLoad/tests/scenes/QuadPressureForceField.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
@@ -14,4 +14,4 @@
-
\ No newline at end of file
+
diff --git a/Sofa/Component/MechanicalLoad/tests/scenes/SurfacePressureForceField.scn b/Sofa/Component/MechanicalLoad/tests/scenes/SurfacePressureForceField.scn
index 1cc228095b1..4dcbef85b8b 100644
--- a/Sofa/Component/MechanicalLoad/tests/scenes/SurfacePressureForceField.scn
+++ b/Sofa/Component/MechanicalLoad/tests/scenes/SurfacePressureForceField.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/Sofa/Component/MechanicalLoad/tests/scenes/TrianglePressureForceField.scn b/Sofa/Component/MechanicalLoad/tests/scenes/TrianglePressureForceField.scn
index 6d46071c034..e91951dfdc8 100644
--- a/Sofa/Component/MechanicalLoad/tests/scenes/TrianglePressureForceField.scn
+++ b/Sofa/Component/MechanicalLoad/tests/scenes/TrianglePressureForceField.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
@@ -15,4 +15,4 @@
-
\ No newline at end of file
+
diff --git a/Sofa/Component/ODESolver/Backward/tests/scenes/EulerImplicitSpringDynamicTest.xml b/Sofa/Component/ODESolver/Backward/tests/scenes/EulerImplicitSpringDynamicTest.xml
index 4ff66eda8ae..7b476309b64 100644
--- a/Sofa/Component/ODESolver/Backward/tests/scenes/EulerImplicitSpringDynamicTest.xml
+++ b/Sofa/Component/ODESolver/Backward/tests/scenes/EulerImplicitSpringDynamicTest.xml
@@ -1,12 +1,12 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Sofa/Component/Playback/tests/ReadState_test.cpp b/Sofa/Component/Playback/tests/ReadState_test.cpp
index 967d7a7579d..58707329b74 100644
--- a/Sofa/Component/Playback/tests/ReadState_test.cpp
+++ b/Sofa/Component/Playback/tests/ReadState_test.cpp
@@ -37,8 +37,8 @@ class ReadState_test : public BaseSimulationTest
const double dt = 0.01;
const auto simulation = sofa::simpleapi::createSimulation();
const Node::SPtr root = sofa::simpleapi::createRootNode(simulation, "root");
- sofa::simpleapi::createObject(root, "RequiredPlugin", { { "name",Sofa.Component.Playback } });
- sofa::simpleapi::createObject(root, "RequiredPlugin", { { "name",Sofa.Component.StateContainer } });
+ sofa::simpleapi::createObject(root, "RequiredPlugin", { { "pluginName",Sofa.Component.Playback } });
+ sofa::simpleapi::createObject(root, "RequiredPlugin", { { "pluginName",Sofa.Component.StateContainer } });
/// no need of gravity, the file .data is just read
root->setGravity(Vec3(0.0,0.0,0.0));
@@ -68,8 +68,8 @@ class ReadState_test : public BaseSimulationTest
{
const auto simulation = sofa::simpleapi::createSimulation();
const Node::SPtr root = sofa::simpleapi::createRootNode(simulation, "root");
- sofa::simpleapi::createObject(root, "RequiredPlugin", { { "name",Sofa.Component.Playback } });
- sofa::simpleapi::createObject(root, "RequiredPlugin", { { "name",Sofa.Component.StateContainer } });
+ sofa::simpleapi::createObject(root, "RequiredPlugin", { { "pluginName",Sofa.Component.Playback } });
+ sofa::simpleapi::createObject(root, "RequiredPlugin", { { "pluginName",Sofa.Component.StateContainer } });
auto meca = sofa::simpleapi::createObject(root, "MechanicalObject",
{{"size", "1"}});
diff --git a/Sofa/Component/SolidMechanics/FEM/Elastic/tests/TetrahedronFEMForceField_test.cpp b/Sofa/Component/SolidMechanics/FEM/Elastic/tests/TetrahedronFEMForceField_test.cpp
index 319816b48ae..64fb6725247 100644
--- a/Sofa/Component/SolidMechanics/FEM/Elastic/tests/TetrahedronFEMForceField_test.cpp
+++ b/Sofa/Component/SolidMechanics/FEM/Elastic/tests/TetrahedronFEMForceField_test.cpp
@@ -61,8 +61,8 @@ class TetrahedronFEMForceField_test : public BaseTetrahedronFEMForceField_test
-
-
+
+
diff --git a/Sofa/Component/SolidMechanics/FEM/Elastic/tests/scenes/HexahedronFEMForceField.scn b/Sofa/Component/SolidMechanics/FEM/Elastic/tests/scenes/HexahedronFEMForceField.scn
index e36cf49fc1d..b154824bf38 100644
--- a/Sofa/Component/SolidMechanics/FEM/Elastic/tests/scenes/HexahedronFEMForceField.scn
+++ b/Sofa/Component/SolidMechanics/FEM/Elastic/tests/scenes/HexahedronFEMForceField.scn
@@ -1,8 +1,8 @@
-
-
+
+
@@ -14,4 +14,4 @@
-->
-
\ No newline at end of file
+
diff --git a/Sofa/Component/SolidMechanics/FEM/Elastic/tests/scenes/TetrahedronFEMForceFieldRegularTetra.scn b/Sofa/Component/SolidMechanics/FEM/Elastic/tests/scenes/TetrahedronFEMForceFieldRegularTetra.scn
index 56bd4409029..08f767f725e 100644
--- a/Sofa/Component/SolidMechanics/FEM/Elastic/tests/scenes/TetrahedronFEMForceFieldRegularTetra.scn
+++ b/Sofa/Component/SolidMechanics/FEM/Elastic/tests/scenes/TetrahedronFEMForceFieldRegularTetra.scn
@@ -2,8 +2,8 @@
-
-
+
+
diff --git a/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/scenes/TetrahedronHyperelasticityFEMForceField_base.scn b/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/scenes/TetrahedronHyperelasticityFEMForceField_base.scn
index 3d7c71d8fb3..44192bf6a1e 100644
--- a/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/scenes/TetrahedronHyperelasticityFEMForceField_base.scn
+++ b/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/scenes/TetrahedronHyperelasticityFEMForceField_base.scn
@@ -1,15 +1,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -32,4 +32,4 @@
-
\ No newline at end of file
+
diff --git a/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/scenes/TetrahedronHyperelasticityFEMForceField_test.scn b/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/scenes/TetrahedronHyperelasticityFEMForceField_test.scn
index cfcca0d0492..2180a5a7d3f 100644
--- a/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/scenes/TetrahedronHyperelasticityFEMForceField_test.scn
+++ b/Sofa/Component/SolidMechanics/FEM/HyperElastic/tests/scenes/TetrahedronHyperelasticityFEMForceField_test.scn
@@ -1,15 +1,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/Sofa/framework/Core/simutest/objectmodel/BaseContext_test.cpp b/Sofa/framework/Core/simutest/objectmodel/BaseContext_test.cpp
index 54dafd6aaa3..4a4eb49fefa 100644
--- a/Sofa/framework/Core/simutest/objectmodel/BaseContext_test.cpp
+++ b/Sofa/framework/Core/simutest/objectmodel/BaseContext_test.cpp
@@ -38,7 +38,7 @@ class BaseContext_test: public BaseSimulationTest
const std::string scene = R"(
-
+
diff --git a/Sofa/framework/Core/simutest/objectmodel/BaseLink_simutest.cpp b/Sofa/framework/Core/simutest/objectmodel/BaseLink_simutest.cpp
index db0513f4c10..a895d4bf6c4 100644
--- a/Sofa/framework/Core/simutest/objectmodel/BaseLink_simutest.cpp
+++ b/Sofa/framework/Core/simutest/objectmodel/BaseLink_simutest.cpp
@@ -55,7 +55,7 @@ class BaseLink_test : public BaseSimulationTest,
std::stringstream scene ;
scene << ""
" \n"
- " \n"
+ " \n"
" \n"
" \n"
" \n"
diff --git a/Sofa/framework/Core/simutest/objectmodel/Base_test.cpp b/Sofa/framework/Core/simutest/objectmodel/Base_test.cpp
index ec21240761e..fbc50871db6 100644
--- a/Sofa/framework/Core/simutest/objectmodel/Base_test.cpp
+++ b/Sofa/framework/Core/simutest/objectmodel/Base_test.cpp
@@ -68,7 +68,7 @@ class Base_test: public BaseSimulationTest
const std::string scene = R"(
-
+
diff --git a/Sofa/framework/Helper/src/sofa/helper/ComponentChange.h b/Sofa/framework/Helper/src/sofa/helper/ComponentChange.h
index 7bb005e8f4b..33a6bc6251c 100644
--- a/Sofa/framework/Helper/src/sofa/helper/ComponentChange.h
+++ b/Sofa/framework/Helper/src/sofa/helper/ComponentChange.h
@@ -77,7 +77,7 @@ class SOFA_HELPER_API Pluginized : public ComponentChange
std::stringstream output;
output << "This component has been PLUGINIZED since SOFA " << sinceVersion << ". "
"To continue using this component you need to update you scene "
- "and add ";
+ "and add ";
m_message = output.str();
m_changeVersion = sinceVersion;
}
@@ -140,7 +140,7 @@ class SOFA_HELPER_API Moved : public ComponentChange
std::stringstream output;
output << "This component has been MOVED from " << fromPlugin << " to " << toPlugin << " since SOFA " << sinceVersion << ".\n"
<< "To continue using this component you may need to update your scene "
- << "by adding\n";
+ << "by adding\n";
m_message = output.str();
m_changeVersion = sinceVersion;
}
diff --git a/Sofa/framework/Simulation/Core/tests/ProjectedGaussSeidelConstraintSolver_test.cpp b/Sofa/framework/Simulation/Core/tests/ProjectedGaussSeidelConstraintSolver_test.cpp
index be26789e876..38046e06768 100644
--- a/Sofa/framework/Simulation/Core/tests/ProjectedGaussSeidelConstraintSolver_test.cpp
+++ b/Sofa/framework/Simulation/Core/tests/ProjectedGaussSeidelConstraintSolver_test.cpp
@@ -44,10 +44,10 @@ struct BlockGaussSeidelConstraintSolver_test : BaseSimulationTest
{
SceneInstance sceneinstance("xml",
"\n"
- " "
- " "
- " "
- " "
+ " "
+ " "
+ " "
+ " "
" \n"
" \n"
" \n"
diff --git a/applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedHierarchyBVHController.scn b/applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedHierarchyBVHController.scn
index f014057204d..9b5111f6f66 100644
--- a/applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedHierarchyBVHController.scn
+++ b/applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedHierarchyBVHController.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedSystemMapping.scn b/applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedSystemMapping.scn
index 5b25539dfc8..95813cb4e0f 100644
--- a/applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedSystemMapping.scn
+++ b/applications/plugins/ArticulatedSystemPlugin/examples/ArticulatedSystemMapping.scn
@@ -1,20 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/BulletCollisionDetection/examples/BulletConvexHullDemo.scn b/applications/plugins/BulletCollisionDetection/examples/BulletConvexHullDemo.scn
index f177d50a03e..b4aa29536c4 100644
--- a/applications/plugins/BulletCollisionDetection/examples/BulletConvexHullDemo.scn
+++ b/applications/plugins/BulletCollisionDetection/examples/BulletConvexHullDemo.scn
@@ -4,17 +4,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/BulletCollisionDetection/examples/BulletSphere.scn b/applications/plugins/BulletCollisionDetection/examples/BulletSphere.scn
index eb7f45c3ab6..50459309010 100644
--- a/applications/plugins/BulletCollisionDetection/examples/BulletSphere.scn
+++ b/applications/plugins/BulletCollisionDetection/examples/BulletSphere.scn
@@ -4,14 +4,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CImgPlugin/examples/Texturing.scn b/applications/plugins/CImgPlugin/examples/Texturing.scn
index e6ad19e1d80..51b6a94d473 100644
--- a/applications/plugins/CImgPlugin/examples/Texturing.scn
+++ b/applications/plugins/CImgPlugin/examples/Texturing.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/CollisionGroups.scn b/applications/plugins/CollisionOBBCapsule/examples/CollisionGroups.scn
index e709539c714..6efed79fbe5 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/CollisionGroups.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/CollisionGroups.scn
@@ -9,16 +9,16 @@ in the group 1, therefore cubes collide with it.
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBCap.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBCap.scn
index 5c5a355e743..b3df5b21334 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBCap.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBCap.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBCap1.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBCap1.scn
index 8247b27df9d..a344b7bd864 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBCap1.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBCap1.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeEdge.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeEdge.scn
index d8c1341a3e8..f7c20deeb75 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeEdge.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeEdge.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeVertex.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeVertex.scn
index 950d442f1be..7eec73894c2 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeVertex.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBCapEdgeVertex.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexEdge.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexEdge.scn
index 1404d550cb3..acbb7ea3f2d 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexEdge.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexEdge.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexVertex.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexVertex.scn
index 0156e171b6a..f6c4d9ba2fc 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexVertex.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBCapVertexVertex.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBOBB.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBOBB.scn
index 7723d4da822..70d07f8e9d4 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBOBB.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBOBB.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBOBB2.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBOBB2.scn
index ee8ef4934d2..72355a1b3e2 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBOBB2.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBOBB2.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBAlea.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBAlea.scn
index 1690541caeb..19af2ab6e8f 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBAlea.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBAlea.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBCollision.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBCollision.scn
index 7736eec3273..8945d1fa158 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBCollision.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBCollision.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeEdge.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeEdge.scn
index 809224ca112..053b8ef12e8 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeEdge.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeEdge.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeVertex.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeVertex.scn
index 4240e5e596d..a4e7484580a 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeVertex.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBEdgeVertex.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBFaceEdge.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBFaceEdge.scn
index fc81e303e34..2b2e8c74296 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBFaceEdge.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBFaceEdge.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBVertexVertex.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBVertexVertex.scn
index 5829ce2a174..39c97293562 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBOBBVertexVertex.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBOBBVertexVertex.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBSphere.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBSphere.scn
index f7b230d63bd..3911a0edbaf 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBSphere.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBSphere.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBSphere2.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBSphere2.scn
index 75f980942b6..085444d8a52 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBSphere2.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBSphere2.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBSphereEdge.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBSphereEdge.scn
index ea5a0b35344..0fe78752ae9 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBSphereEdge.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBSphereEdge.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBSphereVertex.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBSphereVertex.scn
index 5c07c969836..c577d421726 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBSphereVertex.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBSphereVertex.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBTri.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBTri.scn
index e0e4969120e..4dbdac30375 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBTri.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBTri.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge.scn
index 509983e8468..67c497d061b 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge2.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge2.scn
index 285651e85eb..90034a1e73f 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge2.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeEdge2.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeVerex.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeVerex.scn
index 21984e2ba86..4f7f0256cd1 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeVerex.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBTriEdgeVerex.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBTriFaceVertex.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBTriFaceVertex.scn
index 338df366e8e..66cf87d8891 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBTriFaceVertex.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBTriFaceVertex.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexEdge.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexEdge.scn
index a30bd8a635f..bdeaed46d39 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexEdge.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexEdge.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexFace.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexFace.scn
index 9b3e5713677..58a6f8e63c5 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexFace.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexFace.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexVertex.scn b/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexVertex.scn
index 6a83a452bf0..a43d0967bbb 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexVertex.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/OBBTriVertexVertex.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.pscn b/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.pscn
index b06ebaceb7b..34ea59eae46 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.pscn
+++ b/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.pscn
@@ -6,24 +6,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.scn b/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.scn
index bf34abd651d..4841fc7af6c 100644
--- a/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.scn
+++ b/applications/plugins/CollisionOBBCapsule/examples/benchmark_cubes.scn
@@ -2,23 +2,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/Geomagic-DeformableCubes.scn b/applications/plugins/Geomagic/scenes/Geomagic-DeformableCubes.scn
index 8447dc4d862..0a5730c71b1 100644
--- a/applications/plugins/Geomagic/scenes/Geomagic-DeformableCubes.scn
+++ b/applications/plugins/Geomagic/scenes/Geomagic-DeformableCubes.scn
@@ -1,31 +1,31 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/Geomagic-DeformableSphere.scn b/applications/plugins/Geomagic/scenes/Geomagic-DeformableSphere.scn
index d3f88c411bb..7c0e8736631 100644
--- a/applications/plugins/Geomagic/scenes/Geomagic-DeformableSphere.scn
+++ b/applications/plugins/Geomagic/scenes/Geomagic-DeformableSphere.scn
@@ -1,30 +1,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/Geomagic-Demo.scn b/applications/plugins/Geomagic/scenes/Geomagic-Demo.scn
index cf92ac0f32e..7550c6591c7 100644
--- a/applications/plugins/Geomagic/scenes/Geomagic-Demo.scn
+++ b/applications/plugins/Geomagic/scenes/Geomagic-Demo.scn
@@ -1,13 +1,13 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/Geomagic-FEMLiver.scn b/applications/plugins/Geomagic/scenes/Geomagic-FEMLiver.scn
index 81d53f6df1b..6103b3cf538 100644
--- a/applications/plugins/Geomagic/scenes/Geomagic-FEMLiver.scn
+++ b/applications/plugins/Geomagic/scenes/Geomagic-FEMLiver.scn
@@ -1,29 +1,29 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/Geomagic-RigidCubes.scn b/applications/plugins/Geomagic/scenes/Geomagic-RigidCubes.scn
index b49b7dd575d..a7d604966f9 100644
--- a/applications/plugins/Geomagic/scenes/Geomagic-RigidCubes.scn
+++ b/applications/plugins/Geomagic/scenes/Geomagic-RigidCubes.scn
@@ -1,25 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/Geomagic-RigidSkull-restShapeSpringForceField.scn b/applications/plugins/Geomagic/scenes/Geomagic-RigidSkull-restShapeSpringForceField.scn
index 37ccac55ceb..dc385af9c26 100644
--- a/applications/plugins/Geomagic/scenes/Geomagic-RigidSkull-restShapeSpringForceField.scn
+++ b/applications/plugins/Geomagic/scenes/Geomagic-RigidSkull-restShapeSpringForceField.scn
@@ -1,24 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/Geomagic-RigidSkull.scn b/applications/plugins/Geomagic/scenes/Geomagic-RigidSkull.scn
index 4b0b4d2462d..6178e9c3938 100644
--- a/applications/plugins/Geomagic/scenes/Geomagic-RigidSkull.scn
+++ b/applications/plugins/Geomagic/scenes/Geomagic-RigidSkull.scn
@@ -1,25 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/Geomagic-RigidSphere.scn b/applications/plugins/Geomagic/scenes/Geomagic-RigidSphere.scn
index 880396565d4..b1408de766e 100644
--- a/applications/plugins/Geomagic/scenes/Geomagic-RigidSphere.scn
+++ b/applications/plugins/Geomagic/scenes/Geomagic-RigidSphere.scn
@@ -1,25 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Geomagic/scenes/GeomagicEmulator-RigidCubes.scn b/applications/plugins/Geomagic/scenes/GeomagicEmulator-RigidCubes.scn
index f950b7b60e1..54414fdea88 100644
--- a/applications/plugins/Geomagic/scenes/GeomagicEmulator-RigidCubes.scn
+++ b/applications/plugins/Geomagic/scenes/GeomagicEmulator-RigidCubes.scn
@@ -1,25 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/Haption/examples/haption1.scn b/applications/plugins/Haption/examples/haption1.scn
index 528622522c0..7bfb9cb29c0 100644
--- a/applications/plugins/Haption/examples/haption1.scn
+++ b/applications/plugins/Haption/examples/haption1.scn
@@ -1,7 +1,7 @@
-
-
+
+
diff --git a/applications/plugins/Haption/examples/temp1.scn b/applications/plugins/Haption/examples/temp1.scn
index 359a4a7df86..2fb19d34380 100644
--- a/applications/plugins/Haption/examples/temp1.scn
+++ b/applications/plugins/Haption/examples/temp1.scn
@@ -1,7 +1,7 @@
-
-
+
+
diff --git a/applications/plugins/LeapMotion/examples/buffoon.scn b/applications/plugins/LeapMotion/examples/buffoon.scn
index 5e9cbdc251e..5a4a5749dba 100644
--- a/applications/plugins/LeapMotion/examples/buffoon.scn
+++ b/applications/plugins/LeapMotion/examples/buffoon.scn
@@ -1,5 +1,5 @@
-
+
diff --git a/applications/plugins/MultiThreading/examples/5DeformableCubesConstraints.scn b/applications/plugins/MultiThreading/examples/5DeformableCubesConstraints.scn
index aed5ab345ce..7a61b24264e 100644
--- a/applications/plugins/MultiThreading/examples/5DeformableCubesConstraints.scn
+++ b/applications/plugins/MultiThreading/examples/5DeformableCubesConstraints.scn
@@ -5,26 +5,26 @@ The FreeMotionAnimationLoop requests to solve each solver in parallel.
In this scene, collision is detected in parallel.
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/MultiThreading/examples/BeamLinearMapping_mt.scn b/applications/plugins/MultiThreading/examples/BeamLinearMapping_mt.scn
index 0bb5ba0765e..fd1a19866b7 100644
--- a/applications/plugins/MultiThreading/examples/BeamLinearMapping_mt.scn
+++ b/applications/plugins/MultiThreading/examples/BeamLinearMapping_mt.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/MultiThreading/examples/ParallelCGLinearSolver.scn b/applications/plugins/MultiThreading/examples/ParallelCGLinearSolver.scn
index 3b3b225a4fe..3bc2f70be84 100644
--- a/applications/plugins/MultiThreading/examples/ParallelCGLinearSolver.scn
+++ b/applications/plugins/MultiThreading/examples/ParallelCGLinearSolver.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/MultiThreading/examples/ParallelCollisionDetection.scn b/applications/plugins/MultiThreading/examples/ParallelCollisionDetection.scn
index 77f14240f5e..ed95b2ee1ed 100644
--- a/applications/plugins/MultiThreading/examples/ParallelCollisionDetection.scn
+++ b/applications/plugins/MultiThreading/examples/ParallelCollisionDetection.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/MultiThreading/examples/ParallelHexahedronFEMForceField.scn b/applications/plugins/MultiThreading/examples/ParallelHexahedronFEMForceField.scn
index 1b5a5f24201..ee9c166715e 100644
--- a/applications/plugins/MultiThreading/examples/ParallelHexahedronFEMForceField.scn
+++ b/applications/plugins/MultiThreading/examples/ParallelHexahedronFEMForceField.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/MultiThreading/examples/ParallelMeshSpringForceField.scn b/applications/plugins/MultiThreading/examples/ParallelMeshSpringForceField.scn
index 64bb539add1..42cd9d090b9 100644
--- a/applications/plugins/MultiThreading/examples/ParallelMeshSpringForceField.scn
+++ b/applications/plugins/MultiThreading/examples/ParallelMeshSpringForceField.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/MultiThreading/examples/ParallelTetrahedronFEMForceField.scn b/applications/plugins/MultiThreading/examples/ParallelTetrahedronFEMForceField.scn
index e0bddd363ee..c348d69bcb8 100644
--- a/applications/plugins/MultiThreading/examples/ParallelTetrahedronFEMForceField.scn
+++ b/applications/plugins/MultiThreading/examples/ParallelTetrahedronFEMForceField.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/MultiThreading/examples/TriangularForceFieldComparison.scn b/applications/plugins/MultiThreading/examples/TriangularForceFieldComparison.scn
index a3e67630803..da0e2660c9c 100644
--- a/applications/plugins/MultiThreading/examples/TriangularForceFieldComparison.scn
+++ b/applications/plugins/MultiThreading/examples/TriangularForceFieldComparison.scn
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/MultiThreading/examples/livers.scn b/applications/plugins/MultiThreading/examples/livers.scn
index ec48c42ebc2..09a06773b5c 100644
--- a/applications/plugins/MultiThreading/examples/livers.scn
+++ b/applications/plugins/MultiThreading/examples/livers.scn
@@ -1,23 +1,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -158,4 +158,4 @@
-
\ No newline at end of file
+
diff --git a/applications/plugins/MultiThreading/examples/liversMeanPositions.scn b/applications/plugins/MultiThreading/examples/liversMeanPositions.scn
index 4338d44d9e8..ed1feeee82b 100644
--- a/applications/plugins/MultiThreading/examples/liversMeanPositions.scn
+++ b/applications/plugins/MultiThreading/examples/liversMeanPositions.scn
@@ -1,23 +1,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.cpp b/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.cpp
index 7b190d43956..0d02ce1b34a 100644
--- a/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.cpp
+++ b/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.cpp
@@ -88,15 +88,15 @@ Node::SPtr createEulerSolverNode(Node::SPtr parent, const std::string& name, co
if (scheme == "Explicit")
{
- simpleapi::createObject(parent, "RequiredPlugin", {{"name", Sofa.Component.ODESolver.Forward}});
+ simpleapi::createObject(parent, "RequiredPlugin", {{"pluginName", Sofa.Component.ODESolver.Forward}});
simpleapi::createObject(node, "EulerExplicitSolver", {{"name","Euler Explicit"}});
return node ;
}
if (scheme == "Implicit")
{
- simpleapi::createObject(parent, "RequiredPlugin", {{"name", Sofa.Component.ODESolver.Backward}});
- simpleapi::createObject(parent, "RequiredPlugin", {{"name", Sofa.Component.LinearSolver.Iterative}});
+ simpleapi::createObject(parent, "RequiredPlugin", {{"pluginName", Sofa.Component.ODESolver.Backward}});
+ simpleapi::createObject(parent, "RequiredPlugin", {{"pluginName", Sofa.Component.LinearSolver.Iterative}});
simpleapi::createObject(node, "EulerImplicitSolver", {{"name","Euler Implicit"},
{"rayleighStiffness","0.01"},
{"rayleighMass", "1.0"}}) ;
@@ -110,8 +110,8 @@ Node::SPtr createEulerSolverNode(Node::SPtr parent, const std::string& name, co
if (scheme == "Implicit_SparseLDL")
{
- simpleapi::createObject(parent, "RequiredPlugin", {{"name", Sofa.Component.ODESolver.Backward}});
- simpleapi::createObject(parent, "RequiredPlugin", {{"name", Sofa.Component.LinearSolver.Direct}});
+ simpleapi::createObject(parent, "RequiredPlugin", {{"pluginName", Sofa.Component.ODESolver.Backward}});
+ simpleapi::createObject(parent, "RequiredPlugin", {{"pluginName", Sofa.Component.LinearSolver.Direct}});
simpleapi::createObject(node, "EulerImplicitSolver", {{"name","Euler Implicit"},
{"rayleighStiffness","0.01"},
{"rayleighMass", "1.0"}}) ;
diff --git a/applications/plugins/Sensable/examples/CameraAlignment.scn b/applications/plugins/Sensable/examples/CameraAlignment.scn
index 5a95130d23f..94734e28fd9 100644
--- a/applications/plugins/Sensable/examples/CameraAlignment.scn
+++ b/applications/plugins/Sensable/examples/CameraAlignment.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/Carving.scn b/applications/plugins/Sensable/examples/Carving.scn
index 085515da169..75749c74e73 100644
--- a/applications/plugins/Sensable/examples/Carving.scn
+++ b/applications/plugins/Sensable/examples/Carving.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/Sensable/examples/Deformable-Method1.scn b/applications/plugins/Sensable/examples/Deformable-Method1.scn
index 2490a666f80..fb926e8b327 100644
--- a/applications/plugins/Sensable/examples/Deformable-Method1.scn
+++ b/applications/plugins/Sensable/examples/Deformable-Method1.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryDistanceGrid.scn b/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryDistanceGrid.scn
index 491bd294494..a008f037962 100644
--- a/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryDistanceGrid.scn
+++ b/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryDistanceGrid.scn
@@ -5,7 +5,7 @@
-->
-
+
diff --git a/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryDistanceGrid_teeth.scn b/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryDistanceGrid_teeth.scn
index 0787134aa6e..1e9c25b482b 100644
--- a/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryDistanceGrid_teeth.scn
+++ b/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryDistanceGrid_teeth.scn
@@ -5,7 +5,7 @@
-->
-
+
diff --git a/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryLCP.scn b/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryLCP.scn
index 92d6cac0791..4ef888cfec1 100644
--- a/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryLCP.scn
+++ b/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryLCP.scn
@@ -5,7 +5,7 @@
-->
-
+
diff --git a/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryLCPNewOmni.scn b/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryLCPNewOmni.scn
index 359371e2219..eafaf3e8fba 100644
--- a/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryLCPNewOmni.scn
+++ b/applications/plugins/Sensable/examples/Dentistry/dentalSurgeryLCPNewOmni.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_06.scn b/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_06.scn
index aa3d3c290a1..32387e88e28 100644
--- a/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_06.scn
+++ b/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_06.scn
@@ -6,7 +6,7 @@ Using LCP contact detection and resolution:
+ Added VectorSpringForceField && JointSpringForceField to link the movements of the Omni phantom and the instrument
-->
-
+
diff --git a/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_07.scn b/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_07.scn
index 664a1f4eaac..c3c21e1fc18 100644
--- a/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_07.scn
+++ b/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_07.scn
@@ -6,7 +6,7 @@ Using LCP contact detection and resolution:
+ Added VectorSpringForceField && JointSpringForceField to link the movements of the Omni phantom and the instrument
-->
-
+
diff --git a/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_08.scn b/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_08.scn
index b806d15d543..3c4fa974182 100644
--- a/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_08.scn
+++ b/applications/plugins/Sensable/examples/Dentistry/dentalSurgery_08.scn
@@ -6,7 +6,7 @@ Using LCP contact detection and resolution:
+ Added VectorSpringForceField && JointSpringForceField to link the movements of the Omni phantom and the instrument
-->
-
+
diff --git a/applications/plugins/Sensable/examples/Old Examples/flexibleRaptor.scn b/applications/plugins/Sensable/examples/Old Examples/flexibleRaptor.scn
index 864a1e2dec6..6f4f1402805 100644
--- a/applications/plugins/Sensable/examples/Old Examples/flexibleRaptor.scn
+++ b/applications/plugins/Sensable/examples/Old Examples/flexibleRaptor.scn
@@ -5,7 +5,7 @@
-->
-
+
diff --git a/applications/plugins/Sensable/examples/Old Examples/omni-controlled-rigidobject.scn b/applications/plugins/Sensable/examples/Old Examples/omni-controlled-rigidobject.scn
index 07c7f70a5c2..6a4eb79bbbf 100644
--- a/applications/plugins/Sensable/examples/Old Examples/omni-controlled-rigidobject.scn
+++ b/applications/plugins/Sensable/examples/Old Examples/omni-controlled-rigidobject.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/Old Examples/omni-probing-liver.scn b/applications/plugins/Sensable/examples/Old Examples/omni-probing-liver.scn
index 4031bae0c17..44ecc5f6c03 100644
--- a/applications/plugins/Sensable/examples/Old Examples/omni-probing-liver.scn
+++ b/applications/plugins/Sensable/examples/Old Examples/omni-probing-liver.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/Old Examples/omni1.scn b/applications/plugins/Sensable/examples/Old Examples/omni1.scn
index b3978a75c3e..e1d455b8cc0 100644
--- a/applications/plugins/Sensable/examples/Old Examples/omni1.scn
+++ b/applications/plugins/Sensable/examples/Old Examples/omni1.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/Old Examples/omni2.scn b/applications/plugins/Sensable/examples/Old Examples/omni2.scn
index 9d38b20cd1e..185f4cff90b 100644
--- a/applications/plugins/Sensable/examples/Old Examples/omni2.scn
+++ b/applications/plugins/Sensable/examples/Old Examples/omni2.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/Old Examples/raptor.scn b/applications/plugins/Sensable/examples/Old Examples/raptor.scn
index 9d5a01cdf77..7d62b3451b4 100644
--- a/applications/plugins/Sensable/examples/Old Examples/raptor.scn
+++ b/applications/plugins/Sensable/examples/Old Examples/raptor.scn
@@ -5,7 +5,7 @@
-->
-
+
diff --git a/applications/plugins/Sensable/examples/SimpleBox-DistanceGrid.scn b/applications/plugins/Sensable/examples/SimpleBox-DistanceGrid.scn
index ff0b6e9da0c..7b21a9a5d0b 100644
--- a/applications/plugins/Sensable/examples/SimpleBox-DistanceGrid.scn
+++ b/applications/plugins/Sensable/examples/SimpleBox-DistanceGrid.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/SimpleBox-Method2.scn b/applications/plugins/Sensable/examples/SimpleBox-Method2.scn
index 2f2e4c722b6..f8502eebda2 100644
--- a/applications/plugins/Sensable/examples/SimpleBox-Method2.scn
+++ b/applications/plugins/Sensable/examples/SimpleBox-Method2.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/Sensable/examples/SimpleBox-TriangleModel.scn b/applications/plugins/Sensable/examples/SimpleBox-TriangleModel.scn
index 3f62c5512a9..25f09b2d590 100644
--- a/applications/plugins/Sensable/examples/SimpleBox-TriangleModel.scn
+++ b/applications/plugins/Sensable/examples/SimpleBox-TriangleModel.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/SimpleBoxLarge.scn b/applications/plugins/Sensable/examples/SimpleBoxLarge.scn
index cf0a0ba09c7..e9c94417ff8 100644
--- a/applications/plugins/Sensable/examples/SimpleBoxLarge.scn
+++ b/applications/plugins/Sensable/examples/SimpleBoxLarge.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/SimpleTooth-DistanceGrid.scn b/applications/plugins/Sensable/examples/SimpleTooth-DistanceGrid.scn
index 3d598edd8e8..3357e9ea207 100644
--- a/applications/plugins/Sensable/examples/SimpleTooth-DistanceGrid.scn
+++ b/applications/plugins/Sensable/examples/SimpleTooth-DistanceGrid.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/SimpleTooth-TriangleModel.scn b/applications/plugins/Sensable/examples/SimpleTooth-TriangleModel.scn
index 9c4c10616b9..22c075a56ad 100644
--- a/applications/plugins/Sensable/examples/SimpleTooth-TriangleModel.scn
+++ b/applications/plugins/Sensable/examples/SimpleTooth-TriangleModel.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/SpecifyingCamera.scn b/applications/plugins/Sensable/examples/SpecifyingCamera.scn
index e3ac8cf8524..759a1a251c2 100644
--- a/applications/plugins/Sensable/examples/SpecifyingCamera.scn
+++ b/applications/plugins/Sensable/examples/SpecifyingCamera.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/TwoTeeth-DistanceGrid.scn b/applications/plugins/Sensable/examples/TwoTeeth-DistanceGrid.scn
index ef77b5d9b1b..15b9af584d1 100644
--- a/applications/plugins/Sensable/examples/TwoTeeth-DistanceGrid.scn
+++ b/applications/plugins/Sensable/examples/TwoTeeth-DistanceGrid.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Sensable/examples/TwoTeeth-TriangleModel.scn b/applications/plugins/Sensable/examples/TwoTeeth-TriangleModel.scn
index 765e08a1afc..a673de3e4d7 100644
--- a/applications/plugins/Sensable/examples/TwoTeeth-TriangleModel.scn
+++ b/applications/plugins/Sensable/examples/TwoTeeth-TriangleModel.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/SixenseHydra/Scenes/Hydra_buffon.scn b/applications/plugins/SixenseHydra/Scenes/Hydra_buffon.scn
index 77a761c3713..a53f81b4e5b 100644
--- a/applications/plugins/SixenseHydra/Scenes/Hydra_buffon.scn
+++ b/applications/plugins/SixenseHydra/Scenes/Hydra_buffon.scn
@@ -1,5 +1,5 @@
-
+
diff --git a/applications/plugins/SofaCUDA/examples/Bar16-fem-implicit-CudaVec3f.pscn b/applications/plugins/SofaCUDA/examples/Bar16-fem-implicit-CudaVec3f.pscn
index 64a6fdd157b..3202617642f 100644
--- a/applications/plugins/SofaCUDA/examples/Bar16-fem-implicit-CudaVec3f.pscn
+++ b/applications/plugins/SofaCUDA/examples/Bar16-fem-implicit-CudaVec3f.pscn
@@ -2,14 +2,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/Bar16-spring-rk4-CudaVec3f.pscn b/applications/plugins/SofaCUDA/examples/Bar16-spring-rk4-CudaVec3f.pscn
index 0fd31e52d9b..facfba568e6 100644
--- a/applications/plugins/SofaCUDA/examples/Bar16-spring-rk4-CudaVec3f.pscn
+++ b/applications/plugins/SofaCUDA/examples/Bar16-spring-rk4-CudaVec3f.pscn
@@ -2,13 +2,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/CudaDiagonalMass3f.scn b/applications/plugins/SofaCUDA/examples/CudaDiagonalMass3f.scn
index a050a77b4df..242f44fd9e4 100644
--- a/applications/plugins/SofaCUDA/examples/CudaDiagonalMass3f.scn
+++ b/applications/plugins/SofaCUDA/examples/CudaDiagonalMass3f.scn
@@ -1,11 +1,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/CudaMeshMatrixMass3f.scn b/applications/plugins/SofaCUDA/examples/CudaMeshMatrixMass3f.scn
index 96be448a5c7..f1de1c0cea8 100644
--- a/applications/plugins/SofaCUDA/examples/CudaMeshMatrixMass3f.scn
+++ b/applications/plugins/SofaCUDA/examples/CudaMeshMatrixMass3f.scn
@@ -1,11 +1,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/SPHFluid2CUDA.scn b/applications/plugins/SofaCUDA/examples/SPHFluid2CUDA.scn
index f0a2c46f003..07f5cd09145 100644
--- a/applications/plugins/SofaCUDA/examples/SPHFluid2CUDA.scn
+++ b/applications/plugins/SofaCUDA/examples/SPHFluid2CUDA.scn
@@ -1,5 +1,5 @@
-
+
diff --git a/applications/plugins/SofaCUDA/examples/SPHFluidForceFieldCUDA.scn b/applications/plugins/SofaCUDA/examples/SPHFluidForceFieldCUDA.scn
index c90b41b2a9d..7d74464917e 100644
--- a/applications/plugins/SofaCUDA/examples/SPHFluidForceFieldCUDA.scn
+++ b/applications/plugins/SofaCUDA/examples/SPHFluidForceFieldCUDA.scn
@@ -1,5 +1,5 @@
-
+
diff --git a/applications/plugins/SofaCUDA/examples/SquareTissue-cpu.scn b/applications/plugins/SofaCUDA/examples/SquareTissue-cpu.scn
index 24a9bfef1f3..0695cd7a62f 100644
--- a/applications/plugins/SofaCUDA/examples/SquareTissue-cpu.scn
+++ b/applications/plugins/SofaCUDA/examples/SquareTissue-cpu.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/SquareTissue-cuda.scn b/applications/plugins/SofaCUDA/examples/SquareTissue-cuda.scn
index dd98b0408bc..3181d6d0183 100644
--- a/applications/plugins/SofaCUDA/examples/SquareTissue-cuda.scn
+++ b/applications/plugins/SofaCUDA/examples/SquareTissue-cuda.scn
@@ -1,15 +1,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCPU.scn b/applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCPU.scn
index e3df2548e98..984ec283e88 100644
--- a/applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCPU.scn
+++ b/applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCPU.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCUDA.scn b/applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCUDA.scn
index bfba3beb255..a4cc6c83367 100644
--- a/applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCUDA.scn
+++ b/applications/plugins/SofaCUDA/examples/StandardTetrahedralFEMForceFieldCUDA.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCPU.scn b/applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCPU.scn
index e0e355513e7..922c6febeac 100644
--- a/applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCPU.scn
+++ b/applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCPU.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCUDA.scn b/applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCUDA.scn
index 9f420ed0e6c..f1a80616121 100644
--- a/applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCUDA.scn
+++ b/applications/plugins/SofaCUDA/examples/TetrahedralTensorMassForceFieldCUDA.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/TetrahedronFEM_with_SpringForceField.scn b/applications/plugins/SofaCUDA/examples/TetrahedronFEM_with_SpringForceField.scn
index c658dc74ecc..0809cbabe9b 100644
--- a/applications/plugins/SofaCUDA/examples/TetrahedronFEM_with_SpringForceField.scn
+++ b/applications/plugins/SofaCUDA/examples/TetrahedronFEM_with_SpringForceField.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/beam10x10x46-warp-preconditioner-CUDA.scn b/applications/plugins/SofaCUDA/examples/beam10x10x46-warp-preconditioner-CUDA.scn
index 50031644065..e608f93ed32 100644
--- a/applications/plugins/SofaCUDA/examples/beam10x10x46-warp-preconditioner-CUDA.scn
+++ b/applications/plugins/SofaCUDA/examples/beam10x10x46-warp-preconditioner-CUDA.scn
@@ -1,5 +1,5 @@
-
+
diff --git a/applications/plugins/SofaCUDA/examples/liver-CUDA.scn b/applications/plugins/SofaCUDA/examples/liver-CUDA.scn
index aab06f1e869..a33db755d33 100644
--- a/applications/plugins/SofaCUDA/examples/liver-CUDA.scn
+++ b/applications/plugins/SofaCUDA/examples/liver-CUDA.scn
@@ -1,14 +1,14 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/quadSelfCollisCUDA.scn b/applications/plugins/SofaCUDA/examples/quadSelfCollisCUDA.scn
index 33833ad2ffc..51cf1d400c1 100644
--- a/applications/plugins/SofaCUDA/examples/quadSelfCollisCUDA.scn
+++ b/applications/plugins/SofaCUDA/examples/quadSelfCollisCUDA.scn
@@ -1,5 +1,5 @@
-
+
diff --git a/applications/plugins/SofaCUDA/examples/quadSpringSphere.scn b/applications/plugins/SofaCUDA/examples/quadSpringSphere.scn
index 041fbed6155..55d69e5f4a4 100644
--- a/applications/plugins/SofaCUDA/examples/quadSpringSphere.scn
+++ b/applications/plugins/SofaCUDA/examples/quadSpringSphere.scn
@@ -1,20 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/quadSpringSphere2CUDA.scn b/applications/plugins/SofaCUDA/examples/quadSpringSphere2CUDA.scn
index c64e31937aa..2c2684729b9 100644
--- a/applications/plugins/SofaCUDA/examples/quadSpringSphere2CUDA.scn
+++ b/applications/plugins/SofaCUDA/examples/quadSpringSphere2CUDA.scn
@@ -1,12 +1,12 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/raptor-surface-cpu.scn b/applications/plugins/SofaCUDA/examples/raptor-surface-cpu.scn
index 1b552f2fee4..cd0382ac580 100644
--- a/applications/plugins/SofaCUDA/examples/raptor-surface-cpu.scn
+++ b/applications/plugins/SofaCUDA/examples/raptor-surface-cpu.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/raptor-surface-cuda.scn b/applications/plugins/SofaCUDA/examples/raptor-surface-cuda.scn
index 678a2fc71a1..53f9dc494cb 100644
--- a/applications/plugins/SofaCUDA/examples/raptor-surface-cuda.scn
+++ b/applications/plugins/SofaCUDA/examples/raptor-surface-cuda.scn
@@ -1,10 +1,10 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/examples/raptor.scn b/applications/plugins/SofaCUDA/examples/raptor.scn
index 69b658ffb1a..11567fd762c 100644
--- a/applications/plugins/SofaCUDA/examples/raptor.scn
+++ b/applications/plugins/SofaCUDA/examples/raptor.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/CudaHexahedronTLEDForceField_beam10x10x40_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/CudaHexahedronTLEDForceField_beam10x10x40_gpu.scn
index 7627e77bd95..d65d3092243 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/CudaHexahedronTLEDForceField_beam10x10x40_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/CudaHexahedronTLEDForceField_beam10x10x40_gpu.scn
@@ -1,15 +1,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/CudaTetrahedronTLEDForceField_beam10x10x40_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/CudaTetrahedronTLEDForceField_beam10x10x40_gpu.scn
index 978a4024548..2a73c044737 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/CudaTetrahedronTLEDForceField_beam10x10x40_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/CudaTetrahedronTLEDForceField_beam10x10x40_gpu.scn
@@ -1,15 +1,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/CudaTetrahedronTLEDForceField_beam16x16x76_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/CudaTetrahedronTLEDForceField_beam16x16x76_gpu.scn
index fb541d527d5..64d538cd73b 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/CudaTetrahedronTLEDForceField_beam16x16x76_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/CudaTetrahedronTLEDForceField_beam16x16x76_gpu.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_cpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_cpu.scn
index 105193031cc..581383a52e1 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_cpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_cpu.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_gpu.scn
index 5c3d6865027..807d0a878bf 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam10x10x40_gpu.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_cpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_cpu.scn
index 9a22dfc3dc9..9290a171f09 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_cpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_cpu.scn
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_gpu.scn
index a10083418e6..a0f17f5cf35 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/HexahedronFEMForceField_beam16x16x76_gpu.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_cpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_cpu.scn
index 7796da7c44c..0aa264ffe3e 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_cpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_cpu.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_gpu.scn
index d17803e7c3d..69ceabcffd9 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/MeshSpringForceField_beam10x10x40_gpu.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_cpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_cpu.scn
index 0e8d83018f0..d37bc40f662 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_cpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_cpu.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_gpu.scn
index 04e69c0d70a..5e500be2667 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/QuadSpringsSphere_gpu.scn
@@ -1,13 +1,13 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_cpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_cpu.scn
index a927ece7da5..5c3443c4c4c 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_cpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_cpu.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_gpu.scn
index 62633ccb794..1be46646653 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam10x10x40_gpu.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_cpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_cpu.scn
index dee6efd1fca..792da4836ce 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_cpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_cpu.scn
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_gpu.scn
index 096de16b541..1da3b556009 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/TetrahedronFEMForceField_beam16x16x76_gpu.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_cpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_cpu.scn
index 9aa2db094bd..f678cc5e741 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_cpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_cpu.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_gpu.scn b/applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_gpu.scn
index 437e8d591a1..3b92fb6df14 100644
--- a/applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_gpu.scn
+++ b/applications/plugins/SofaCUDA/scenes/benchmarks/TriangularFEMForceFieldOptim_tissue100x100_gpu.scn
@@ -1,15 +1,15 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_implicit.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_implicit.scn
index 718ffb9e7bc..2e4671ef1f9 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_implicit.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_implicit.scn
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_rk4.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_rk4.scn
index b8076ed393b..cae81f88f79 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_rk4.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaHexahedronFEMForceField_beam10x10x40_rk4.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaMeshSpringForceField_beam10x10x40_implicit.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaMeshSpringForceField_beam10x10x40_implicit.scn
index e584d442fb7..7be228795fa 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaMeshSpringForceField_beam10x10x40_implicit.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaMeshSpringForceField_beam10x10x40_implicit.scn
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaMeshSpringForceField_beam10x10x40_rk4.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaMeshSpringForceField_beam10x10x40_rk4.scn
index dce457e8680..7f08fb0f854 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaMeshSpringForceField_beam10x10x40_rk4.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaMeshSpringForceField_beam10x10x40_rk4.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_implicit.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_implicit.scn
index c44f740e076..062da1e988f 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_implicit.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_implicit.scn
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_rk4.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_rk4.scn
index 1a5df4ad730..4bbb9df43b4 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_rk4.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTetrahedronFEMForceField_beam10x10x40_rk4.scn
@@ -1,21 +1,21 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTriangularFEMForceFieldOptim_tissue100x100_implicit.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTriangularFEMForceFieldOptim_tissue100x100_implicit.scn
index e02a3548e2a..526569b3be8 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTriangularFEMForceFieldOptim_tissue100x100_implicit.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTriangularFEMForceFieldOptim_tissue100x100_implicit.scn
@@ -1,20 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTriangularFEMForceFieldOptim_tissue20x20_implicit.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTriangularFEMForceFieldOptim_tissue20x20_implicit.scn
index 7d5e1e5f69a..6dfd7f642d5 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTriangularFEMForceFieldOptim_tissue20x20_implicit.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/CudaTriangularFEMForceFieldOptim_tissue20x20_implicit.scn
@@ -1,20 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/QuadSpringsSphere.scn b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/QuadSpringsSphere.scn
index 9d0f01b6e19..83ca77306b4 100644
--- a/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/QuadSpringsSphere.scn
+++ b/applications/plugins/SofaCUDA/scenes/cpu-gpu_validation/QuadSpringsSphere.scn
@@ -1,18 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCarving/examples/CarvingTool.scn b/applications/plugins/SofaCarving/examples/CarvingTool.scn
index c7be2d9f4be..da655e682bb 100644
--- a/applications/plugins/SofaCarving/examples/CarvingTool.scn
+++ b/applications/plugins/SofaCarving/examples/CarvingTool.scn
@@ -1,25 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCarving/examples/SimpleCarving.scn b/applications/plugins/SofaCarving/examples/SimpleCarving.scn
index 7fa29ef2fcb..508614706a8 100644
--- a/applications/plugins/SofaCarving/examples/SimpleCarving.scn
+++ b/applications/plugins/SofaCarving/examples/SimpleCarving.scn
@@ -1,24 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaCarving/examples/SimpleCarving_withPenetration.scn b/applications/plugins/SofaCarving/examples/SimpleCarving_withPenetration.scn
index 1150c133828..e0d6d69dc9f 100644
--- a/applications/plugins/SofaCarving/examples/SimpleCarving_withPenetration.scn
+++ b/applications/plugins/SofaCarving/examples/SimpleCarving_withPenetration.scn
@@ -1,24 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaDistanceGrid/examples/DistanceGridForceField_liver.scn b/applications/plugins/SofaDistanceGrid/examples/DistanceGridForceField_liver.scn
index 5fc3aad89bc..3794f1921f5 100644
--- a/applications/plugins/SofaDistanceGrid/examples/DistanceGridForceField_liver.scn
+++ b/applications/plugins/SofaDistanceGrid/examples/DistanceGridForceField_liver.scn
@@ -1,23 +1,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel_liver_DefaultAnimationLoop.scn b/applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel_liver_DefaultAnimationLoop.scn
index b172c7981fe..7fa3491bd6c 100644
--- a/applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel_liver_DefaultAnimationLoop.scn
+++ b/applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel_liver_DefaultAnimationLoop.scn
@@ -1,25 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel_liver_FreeMotionAnimationLoop.scn b/applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel_liver_FreeMotionAnimationLoop.scn
index c579b703257..55564bf78c7 100644
--- a/applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel_liver_FreeMotionAnimationLoop.scn
+++ b/applications/plugins/SofaDistanceGrid/examples/FFDDistanceGridCollisionModel_liver_FreeMotionAnimationLoop.scn
@@ -1,28 +1,28 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaDistanceGrid/examples/RigidDistanceGridCollisionModel_liver_DefaultAnimationLoop.scn b/applications/plugins/SofaDistanceGrid/examples/RigidDistanceGridCollisionModel_liver_DefaultAnimationLoop.scn
index ddf300abd92..345637a7303 100644
--- a/applications/plugins/SofaDistanceGrid/examples/RigidDistanceGridCollisionModel_liver_DefaultAnimationLoop.scn
+++ b/applications/plugins/SofaDistanceGrid/examples/RigidDistanceGridCollisionModel_liver_DefaultAnimationLoop.scn
@@ -1,22 +1,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaDistanceGrid/examples/RigidDistanceGridCollisionModel_liver_FreeMotionAnimationLoop.scn b/applications/plugins/SofaDistanceGrid/examples/RigidDistanceGridCollisionModel_liver_FreeMotionAnimationLoop.scn
index a8070296327..ea0d05a2e8b 100644
--- a/applications/plugins/SofaDistanceGrid/examples/RigidDistanceGridCollisionModel_liver_FreeMotionAnimationLoop.scn
+++ b/applications/plugins/SofaDistanceGrid/examples/RigidDistanceGridCollisionModel_liver_FreeMotionAnimationLoop.scn
@@ -1,25 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaEulerianFluid/examples/Fluid2D.scn b/applications/plugins/SofaEulerianFluid/examples/Fluid2D.scn
index b983beeba9f..c303164ee0f 100644
--- a/applications/plugins/SofaEulerianFluid/examples/Fluid2D.scn
+++ b/applications/plugins/SofaEulerianFluid/examples/Fluid2D.scn
@@ -1,7 +1,7 @@
-
-
+
+
diff --git a/applications/plugins/SofaEulerianFluid/examples/Fluid3D.scn b/applications/plugins/SofaEulerianFluid/examples/Fluid3D.scn
index 5ea2e335f87..bec2f117eb5 100644
--- a/applications/plugins/SofaEulerianFluid/examples/Fluid3D.scn
+++ b/applications/plugins/SofaEulerianFluid/examples/Fluid3D.scn
@@ -1,7 +1,7 @@
-
-
+
+
diff --git a/applications/plugins/SofaHAPI/examples/SofaHAPI0.scn b/applications/plugins/SofaHAPI/examples/SofaHAPI0.scn
index e4d9d3dbec6..9e2eaa42680 100644
--- a/applications/plugins/SofaHAPI/examples/SofaHAPI0.scn
+++ b/applications/plugins/SofaHAPI/examples/SofaHAPI0.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/SofaImplicitField/examples/ImplicitSurfaceMapping.scn b/applications/plugins/SofaImplicitField/examples/ImplicitSurfaceMapping.scn
index 065f5ea055d..174e8d159fc 100644
--- a/applications/plugins/SofaImplicitField/examples/ImplicitSurfaceMapping.scn
+++ b/applications/plugins/SofaImplicitField/examples/ImplicitSurfaceMapping.scn
@@ -1,12 +1,12 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaImplicitField/examples/python/example-mesh-extraction-from-implicit.py b/applications/plugins/SofaImplicitField/examples/python/example-mesh-extraction-from-implicit.py
index 02d506e2066..4b848a7d86a 100644
--- a/applications/plugins/SofaImplicitField/examples/python/example-mesh-extraction-from-implicit.py
+++ b/applications/plugins/SofaImplicitField/examples/python/example-mesh-extraction-from-implicit.py
@@ -18,7 +18,7 @@ def createScene(root : Sofa.Core.Node):
The scalar fields are 'spherical', one implemented in python, the other in c++
One of the produced mesh is then connected to a visual model.
"""
- root.addObject("RequiredPlugin", name="SofaImplicitField")
+ root.addObject("RequiredPlugin", pluginName="SofaImplicitField")
root.addObject(DrawController())
diff --git a/applications/plugins/SofaMatrix/examples/ComplianceMatrixExporter.scn b/applications/plugins/SofaMatrix/examples/ComplianceMatrixExporter.scn
index fd5474a707b..4a4e5e1a42e 100644
--- a/applications/plugins/SofaMatrix/examples/ComplianceMatrixExporter.scn
+++ b/applications/plugins/SofaMatrix/examples/ComplianceMatrixExporter.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaMatrix/examples/ComplianceMatrixImage.scn b/applications/plugins/SofaMatrix/examples/ComplianceMatrixImage.scn
index 4fab1497825..348be8e7a37 100644
--- a/applications/plugins/SofaMatrix/examples/ComplianceMatrixImage.scn
+++ b/applications/plugins/SofaMatrix/examples/ComplianceMatrixImage.scn
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaMatrix/examples/FillReducingOrdering.scn b/applications/plugins/SofaMatrix/examples/FillReducingOrdering.scn
index 2c2301dc8e2..6ef0c8baaa0 100644
--- a/applications/plugins/SofaMatrix/examples/FillReducingOrdering.scn
+++ b/applications/plugins/SofaMatrix/examples/FillReducingOrdering.scn
@@ -7,19 +7,19 @@ The scene compares two simulations in which only the vertices order differs:
- The Node "Reorder" simulates the reordered mesh.
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaMatrix/examples/GlobalSystemMatrixExporter.scn b/applications/plugins/SofaMatrix/examples/GlobalSystemMatrixExporter.scn
index 73aeaaefc6c..0fdd8645970 100644
--- a/applications/plugins/SofaMatrix/examples/GlobalSystemMatrixExporter.scn
+++ b/applications/plugins/SofaMatrix/examples/GlobalSystemMatrixExporter.scn
@@ -1,14 +1,14 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaMatrix/examples/GlobalSystemMatrixImage.scn b/applications/plugins/SofaMatrix/examples/GlobalSystemMatrixImage.scn
index 24fde016158..5e5ab73bb8b 100644
--- a/applications/plugins/SofaMatrix/examples/GlobalSystemMatrixImage.scn
+++ b/applications/plugins/SofaMatrix/examples/GlobalSystemMatrixImage.scn
@@ -1,13 +1,13 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaNewmat/examples/MatrixContributions121.scn b/applications/plugins/SofaNewmat/examples/MatrixContributions121.scn
index b9cab087713..e8b1f3f963e 100644
--- a/applications/plugins/SofaNewmat/examples/MatrixContributions121.scn
+++ b/applications/plugins/SofaNewmat/examples/MatrixContributions121.scn
@@ -4,20 +4,20 @@
Accuracy of matrix computation can compare with the iterative solver (CG)
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaNewmat/examples/MatrixContributions122.scn b/applications/plugins/SofaNewmat/examples/MatrixContributions122.scn
index ea09d5c6630..72a69f37c1d 100644
--- a/applications/plugins/SofaNewmat/examples/MatrixContributions122.scn
+++ b/applications/plugins/SofaNewmat/examples/MatrixContributions122.scn
@@ -4,20 +4,20 @@
Accuracy of matrix computation can compare with the iterative solver (CG)
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaNewmat/examples/MatrixContributions123.scn b/applications/plugins/SofaNewmat/examples/MatrixContributions123.scn
index ab71efc4c96..74d5bbb8f13 100644
--- a/applications/plugins/SofaNewmat/examples/MatrixContributions123.scn
+++ b/applications/plugins/SofaNewmat/examples/MatrixContributions123.scn
@@ -4,20 +4,20 @@
Accuracy of matrix computation can compare with the iterative solver (CG)
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/SofaOpenCL/examples/PCISPHFluidForceFieldCPU.scn b/applications/plugins/SofaOpenCL/examples/PCISPHFluidForceFieldCPU.scn
index a22d61d7e7f..749e2fdf14a 100644
--- a/applications/plugins/SofaOpenCL/examples/PCISPHFluidForceFieldCPU.scn
+++ b/applications/plugins/SofaOpenCL/examples/PCISPHFluidForceFieldCPU.scn
@@ -1,5 +1,5 @@
-
+
diff --git a/applications/plugins/SofaOpenCL/examples/SPHFluidForceFieldOPENCL.scn b/applications/plugins/SofaOpenCL/examples/SPHFluidForceFieldOPENCL.scn
index 1f607bed4ff..ba8817b3518 100644
--- a/applications/plugins/SofaOpenCL/examples/SPHFluidForceFieldOPENCL.scn
+++ b/applications/plugins/SofaOpenCL/examples/SPHFluidForceFieldOPENCL.scn
@@ -1,7 +1,7 @@
-
-
-
+
+
+
diff --git a/applications/plugins/SofaOpenCL/examples/quadSpringSphereOPENCL.scn b/applications/plugins/SofaOpenCL/examples/quadSpringSphereOPENCL.scn
index b7d7df14b0f..a2ad1f41224 100644
--- a/applications/plugins/SofaOpenCL/examples/quadSpringSphereOPENCL.scn
+++ b/applications/plugins/SofaOpenCL/examples/quadSpringSphereOPENCL.scn
@@ -1,7 +1,7 @@
-
-
+
+
diff --git a/applications/plugins/VolumetricRendering/examples/OglTetrahedralModel.scn b/applications/plugins/VolumetricRendering/examples/OglTetrahedralModel.scn
index a344aa976a5..f93e37dc89f 100644
--- a/applications/plugins/VolumetricRendering/examples/OglTetrahedralModel.scn
+++ b/applications/plugins/VolumetricRendering/examples/OglTetrahedralModel.scn
@@ -1,11 +1,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa.scn b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa.scn
index 7ddea1884d8..2d9f9b06867 100644
--- a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa.scn
+++ b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa.scn
@@ -1,10 +1,10 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_link.scn b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_link.scn
index 34048c30a8b..0b04fdb66c5 100644
--- a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_link.scn
+++ b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_link.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_physics.scn b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_physics.scn
index 7c40f01503e..d1a5885e6be 100644
--- a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_physics.scn
+++ b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_hexa_physics.scn
@@ -1,6 +1,6 @@
-
+
@@ -26,4 +26,4 @@
-
\ No newline at end of file
+
diff --git a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_physics.scn b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_physics.scn
index 7c40f01503e..d1a5885e6be 100644
--- a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_physics.scn
+++ b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_physics.scn
@@ -1,6 +1,6 @@
-
+
@@ -26,4 +26,4 @@
-
\ No newline at end of file
+
diff --git a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra.scn b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra.scn
index 18f6796193a..ee4e28faef3 100644
--- a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra.scn
+++ b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra.scn
@@ -1,6 +1,6 @@
-
+
@@ -15,4 +15,4 @@
-
\ No newline at end of file
+
diff --git a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_clipped_physics.scn b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_clipped_physics.scn
index 12300f2a18b..c9653b56152 100644
--- a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_clipped_physics.scn
+++ b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_clipped_physics.scn
@@ -1,6 +1,6 @@
-
+
@@ -27,4 +27,4 @@
-
\ No newline at end of file
+
diff --git a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_physics.scn b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_physics.scn
index 165aa53a0d9..112b099fd0a 100644
--- a/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_physics.scn
+++ b/applications/plugins/VolumetricRendering/examples/OglVolumetricModel_tetra_physics.scn
@@ -1,6 +1,6 @@
-
+
@@ -26,4 +26,4 @@
-
\ No newline at end of file
+
diff --git a/applications/plugins/Xitact/examples/1xitact.scn b/applications/plugins/Xitact/examples/1xitact.scn
index 66de05934b7..79824a9b109 100644
--- a/applications/plugins/Xitact/examples/1xitact.scn
+++ b/applications/plugins/Xitact/examples/1xitact.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Xitact/examples/2xitact2.scn b/applications/plugins/Xitact/examples/2xitact2.scn
index e717de5cb74..4924f8722b2 100644
--- a/applications/plugins/Xitact/examples/2xitact2.scn
+++ b/applications/plugins/Xitact/examples/2xitact2.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Xitact/examples/XitactGrasping.scn b/applications/plugins/Xitact/examples/XitactGrasping.scn
index a2b37a124ca..71a189d2d2c 100644
--- a/applications/plugins/Xitact/examples/XitactGrasping.scn
+++ b/applications/plugins/Xitact/examples/XitactGrasping.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Xitact/examples/XitactGraspingWithForceFeedBack.scn b/applications/plugins/Xitact/examples/XitactGraspingWithForceFeedBack.scn
index 3725346d2fe..7d355f19077 100644
--- a/applications/plugins/Xitact/examples/XitactGraspingWithForceFeedBack.scn
+++ b/applications/plugins/Xitact/examples/XitactGraspingWithForceFeedBack.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Xitact/examples/XitactGrasping_coupledModel.scn b/applications/plugins/Xitact/examples/XitactGrasping_coupledModel.scn
index 6431ef2d7d9..6eda4a6ef22 100644
--- a/applications/plugins/Xitact/examples/XitactGrasping_coupledModel.scn
+++ b/applications/plugins/Xitact/examples/XitactGrasping_coupledModel.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Xitact/examples/XitactGrasping_coupledModel_withITP.scn b/applications/plugins/Xitact/examples/XitactGrasping_coupledModel_withITP.scn
index c9c2a905e1f..c94b98f26fb 100644
--- a/applications/plugins/Xitact/examples/XitactGrasping_coupledModel_withITP.scn
+++ b/applications/plugins/Xitact/examples/XitactGrasping_coupledModel_withITP.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/Xitact/examples/xitactTest.scn b/applications/plugins/Xitact/examples/xitactTest.scn
index 699c87ac41f..f4ec5e12576 100644
--- a/applications/plugins/Xitact/examples/xitactTest.scn
+++ b/applications/plugins/Xitact/examples/xitactTest.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/image/examples/DepthMapToMesh.scn b/applications/plugins/image/examples/DepthMapToMesh.scn
index bf7caacc269..1080d6821b9 100644
--- a/applications/plugins/image/examples/DepthMapToMesh.scn
+++ b/applications/plugins/image/examples/DepthMapToMesh.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/image/examples/ImageToRigidMass.scn b/applications/plugins/image/examples/ImageToRigidMass.scn
index 2c3e8196fa7..8b505518d4d 100644
--- a/applications/plugins/image/examples/ImageToRigidMass.scn
+++ b/applications/plugins/image/examples/ImageToRigidMass.scn
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/image/examples/ImageTransform.scn b/applications/plugins/image/examples/ImageTransform.scn
index 94cfff6cd58..7957b34be10 100644
--- a/applications/plugins/image/examples/ImageTransform.scn
+++ b/applications/plugins/image/examples/ImageTransform.scn
@@ -2,13 +2,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/applications/plugins/image/examples/Kinect.scn b/applications/plugins/image/examples/Kinect.scn
index 2d5e1344736..a0362ab13ed 100644
--- a/applications/plugins/image/examples/Kinect.scn
+++ b/applications/plugins/image/examples/Kinect.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/image/examples/Kinect_capture.scn b/applications/plugins/image/examples/Kinect_capture.scn
index 84fd9f13d28..12942da729d 100644
--- a/applications/plugins/image/examples/Kinect_capture.scn
+++ b/applications/plugins/image/examples/Kinect_capture.scn
@@ -1,7 +1,7 @@
-
+
-
-
-
+
+
+
+
diff --git a/applications/plugins/image/examples/MeshToImage.scn b/applications/plugins/image/examples/MeshToImage.scn
index 63debc9a622..bf5eea09f57 100644
--- a/applications/plugins/image/examples/MeshToImage.scn
+++ b/applications/plugins/image/examples/MeshToImage.scn
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
diff --git a/applications/plugins/image/examples/MeshToImageMultipleRoi.scn b/applications/plugins/image/examples/MeshToImageMultipleRoi.scn
index 10779066ecf..76babd04096 100644
--- a/applications/plugins/image/examples/MeshToImageMultipleRoi.scn
+++ b/applications/plugins/image/examples/MeshToImageMultipleRoi.scn
@@ -1,12 +1,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/applications/plugins/image/examples/MeshToImageRoi.scn b/applications/plugins/image/examples/MeshToImageRoi.scn
index 3feecfb6937..634d1523ae3 100644
--- a/applications/plugins/image/examples/MeshToImageRoi.scn
+++ b/applications/plugins/image/examples/MeshToImageRoi.scn
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
diff --git a/applications/plugins/image/examples/MeshesToImage_Diffusion.scn b/applications/plugins/image/examples/MeshesToImage_Diffusion.scn
index 23919a851c1..b1865745da2 100644
--- a/applications/plugins/image/examples/MeshesToImage_Diffusion.scn
+++ b/applications/plugins/image/examples/MeshesToImage_Diffusion.scn
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
diff --git a/applications/plugins/image/examples/MeshesToImage_Fill.scn b/applications/plugins/image/examples/MeshesToImage_Fill.scn
index efdd8d15e61..b2781ab83de 100644
--- a/applications/plugins/image/examples/MeshesToImage_Fill.scn
+++ b/applications/plugins/image/examples/MeshesToImage_Fill.scn
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
diff --git a/applications/plugins/image/examples/VoronoiToMeshEngine.scn b/applications/plugins/image/examples/VoronoiToMeshEngine.scn
index f76715d3b66..69c1660ed32 100644
--- a/applications/plugins/image/examples/VoronoiToMeshEngine.scn
+++ b/applications/plugins/image/examples/VoronoiToMeshEngine.scn
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
diff --git a/applications/plugins/image/examples/cropFilter.scn b/applications/plugins/image/examples/cropFilter.scn
index 0dc8886a54f..fe4f7ed0925 100644
--- a/applications/plugins/image/examples/cropFilter.scn
+++ b/applications/plugins/image/examples/cropFilter.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/applications/plugins/image/examples/distanceFieldFilter.scn b/applications/plugins/image/examples/distanceFieldFilter.scn
index c865aaeb951..d922b8fbc4d 100644
--- a/applications/plugins/image/examples/distanceFieldFilter.scn
+++ b/applications/plugins/image/examples/distanceFieldFilter.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/applications/plugins/image/examples/imageAPI.py b/applications/plugins/image/examples/imageAPI.py
index 0720596a128..1963eed6990 100644
--- a/applications/plugins/image/examples/imageAPI.py
+++ b/applications/plugins/image/examples/imageAPI.py
@@ -2,7 +2,7 @@
import SofaImage.API
def createScene(rootNode):
- rootNode.createObject("RequiredPlugin", name="Image")
+ rootNode.createObject("RequiredPlugin", pluginName="Image")
im = SofaImage.API.Image(rootNode,"armadillo")
im.addMeshLoader("mesh/Armadillo_simplified.obj",1,name="armadillo")
im.addMeshToImage(0.5)
@@ -13,4 +13,4 @@ def createScene(rootNode):
im2 = SofaImage.API.Image(rootNode,"armadillo2")
im2.addContainer(im.getFilename())
- im2.addViewer()
\ No newline at end of file
+ im2.addViewer()
diff --git a/applications/plugins/image/examples/imageTransformEngine.scn b/applications/plugins/image/examples/imageTransformEngine.scn
index b9bd41ff7b1..d4ca8c00b4f 100644
--- a/applications/plugins/image/examples/imageTransformEngine.scn
+++ b/applications/plugins/image/examples/imageTransformEngine.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/image/examples/loadHDR.py b/applications/plugins/image/examples/loadHDR.py
index fed3dc8f8c0..43fc90b13de 100644
--- a/applications/plugins/image/examples/loadHDR.py
+++ b/applications/plugins/image/examples/loadHDR.py
@@ -1,5 +1,5 @@
def createScene(node):
- node.createObject('RequiredPlugin', pluginName="image", name="imagePlugin")
+ node.createObject('RequiredPlugin', pluginName="image", pluginName="imagePlugin")
node.createObject('BackgroundSetting',color='1 1 1')
node.createObject('ImageContainer', template="ImageUS", name="image", filename="data/knee.hdr")
node.createObject('ImageViewer', template="ImageUS", name="viewer", src="@image", plane="70 70 70")
diff --git a/applications/plugins/image/examples/loadHDR.scn b/applications/plugins/image/examples/loadHDR.scn
index 71e5424cfad..d6cf31e9351 100644
--- a/applications/plugins/image/examples/loadHDR.scn
+++ b/applications/plugins/image/examples/loadHDR.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/image/examples/loadVolume.scn b/applications/plugins/image/examples/loadVolume.scn
index 2fd016a0857..d1391e0148e 100644
--- a/applications/plugins/image/examples/loadVolume.scn
+++ b/applications/plugins/image/examples/loadVolume.scn
@@ -1,13 +1,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/applications/plugins/image/examples/loadimage.scn b/applications/plugins/image/examples/loadimage.scn
index 0613a68b23a..b1346b04e52 100644
--- a/applications/plugins/image/examples/loadimage.scn
+++ b/applications/plugins/image/examples/loadimage.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/applications/plugins/image/examples/loadimage_mt.scn b/applications/plugins/image/examples/loadimage_mt.scn
index 2c74e060e1c..c2c3aa59121 100644
--- a/applications/plugins/image/examples/loadimage_mt.scn
+++ b/applications/plugins/image/examples/loadimage_mt.scn
@@ -1,6 +1,6 @@
-
+
diff --git a/applications/plugins/image/examples/loadtensor.scn b/applications/plugins/image/examples/loadtensor.scn
index aae0292df51..06f0732a792 100644
--- a/applications/plugins/image/examples/loadtensor.scn
+++ b/applications/plugins/image/examples/loadtensor.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/image/examples/loadvector.scn b/applications/plugins/image/examples/loadvector.scn
index eb396a85431..9cf4fa61c65 100644
--- a/applications/plugins/image/examples/loadvector.scn
+++ b/applications/plugins/image/examples/loadvector.scn
@@ -1,7 +1,7 @@
-
+
diff --git a/applications/plugins/image/examples/loadvideo.scn b/applications/plugins/image/examples/loadvideo.scn
index 6914a0b9481..a3ebd81cbe0 100644
--- a/applications/plugins/image/examples/loadvideo.scn
+++ b/applications/plugins/image/examples/loadvideo.scn
@@ -2,7 +2,7 @@
-
+
diff --git a/applications/plugins/image/examples/marchingCubes.scn b/applications/plugins/image/examples/marchingCubes.scn
index 9b7a99c843e..604591d95ed 100644
--- a/applications/plugins/image/examples/marchingCubes.scn
+++ b/applications/plugins/image/examples/marchingCubes.scn
@@ -1,8 +1,8 @@
-
-
+
+
diff --git a/applications/plugins/image/examples/multipleFilters.scn b/applications/plugins/image/examples/multipleFilters.scn
index 017d3fb3d1e..cc16a43ba30 100644
--- a/applications/plugins/image/examples/multipleFilters.scn
+++ b/applications/plugins/image/examples/multipleFilters.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/applications/plugins/image/examples/navigationInVolume.scn b/applications/plugins/image/examples/navigationInVolume.scn
index 3756ca7014d..83f3af6389b 100644
--- a/applications/plugins/image/examples/navigationInVolume.scn
+++ b/applications/plugins/image/examples/navigationInVolume.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/applications/plugins/image/examples/openMeshToImage.scn b/applications/plugins/image/examples/openMeshToImage.scn
index 1a2e550da95..bd20dfbfb7a 100644
--- a/applications/plugins/image/examples/openMeshToImage.scn
+++ b/applications/plugins/image/examples/openMeshToImage.scn
@@ -1,11 +1,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/applications/plugins/image/examples/python/generateImage.py b/applications/plugins/image/examples/python/generateImage.py
index 3bae56c9cda..53da242864e 100644
--- a/applications/plugins/image/examples/python/generateImage.py
+++ b/applications/plugins/image/examples/python/generateImage.py
@@ -4,7 +4,7 @@
def createScene(node):
- node.createObject('RequiredPlugin',name='image')
+ node.createObject('RequiredPlugin',pluginName='image')
dimx,dimy,dimz,dimc,dimt = 10, 10, 1, 3, 1
diff --git a/applications/plugins/image/examples/python/image_as_numpy.py b/applications/plugins/image/examples/python/image_as_numpy.py
index dae88a0c35f..1c420408793 100644
--- a/applications/plugins/image/examples/python/image_as_numpy.py
+++ b/applications/plugins/image/examples/python/image_as_numpy.py
@@ -4,7 +4,7 @@
def createSceneAndController(node):
- node.createObject('RequiredPlugin',name='image')
+ node.createObject('RequiredPlugin',pluginName='image')
global ic
ic = node.createObject('ImageContainer',template="ImageUC", filename="textures/lights2.png", name="img")
@@ -37,4 +37,4 @@ def bwdInitGraph(root):
n = root.createChild("visu")
n.createObject('ImageViewer', template="ImageUC", image="@../img.image", transform="@../img.transform")
- n.init()
\ No newline at end of file
+ n.init()
diff --git a/applications/plugins/image/examples/sampler_Frames.scn b/applications/plugins/image/examples/sampler_Frames.scn
index c2f46d7e643..b5271920640 100644
--- a/applications/plugins/image/examples/sampler_Frames.scn
+++ b/applications/plugins/image/examples/sampler_Frames.scn
@@ -1,12 +1,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/applications/plugins/image/examples/sampler_HexaFEM.scn b/applications/plugins/image/examples/sampler_HexaFEM.scn
index 87acb401f75..bcc2177582a 100644
--- a/applications/plugins/image/examples/sampler_HexaFEM.scn
+++ b/applications/plugins/image/examples/sampler_HexaFEM.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/image/examples/sampler_meshSpring.scn b/applications/plugins/image/examples/sampler_meshSpring.scn
index 2508291e4dd..2532a954074 100644
--- a/applications/plugins/image/examples/sampler_meshSpring.scn
+++ b/applications/plugins/image/examples/sampler_meshSpring.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/applications/plugins/image/examples/smoothingengine.scn b/applications/plugins/image/examples/smoothingengine.scn
index 2ec7cc02660..619e6bdb1db 100644
--- a/applications/plugins/image/examples/smoothingengine.scn
+++ b/applications/plugins/image/examples/smoothingengine.scn
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/applications/plugins/image/examples/testCam.scn b/applications/plugins/image/examples/testCam.scn
index f6db86187d5..9602b4a239c 100644
--- a/applications/plugins/image/examples/testCam.scn
+++ b/applications/plugins/image/examples/testCam.scn
@@ -2,9 +2,9 @@
-
-
-
+
+
+
diff --git a/applications/plugins/image/examples/testImportExport.scn b/applications/plugins/image/examples/testImportExport.scn
index fc9f3ffd0f7..42676000ce6 100644
--- a/applications/plugins/image/examples/testImportExport.scn
+++ b/applications/plugins/image/examples/testImportExport.scn
@@ -4,7 +4,7 @@
-
+
diff --git a/applications/plugins/image/image_test/scenes/imageEngineTest.scn b/applications/plugins/image/image_test/scenes/imageEngineTest.scn
index 64f8c29e66b..f11f70fdac3 100644
--- a/applications/plugins/image/image_test/scenes/imageEngineTest.scn
+++ b/applications/plugins/image/image_test/scenes/imageEngineTest.scn
@@ -3,7 +3,7 @@
-
+
diff --git a/applications/projects/SceneChecking/tests/SceneChecker_test.cpp b/applications/projects/SceneChecking/tests/SceneChecker_test.cpp
index f0b894d960e..2c9625dd82b 100644
--- a/applications/projects/SceneChecking/tests/SceneChecker_test.cpp
+++ b/applications/projects/SceneChecking/tests/SceneChecker_test.cpp
@@ -81,7 +81,7 @@ struct SceneChecker_test : public BaseSimulationTest
void checkRequiredPlugin(bool missing)
{
this->loadPlugins({Sofa.Component.ODESolver.Forward});
- const std::string missStr = missing ? "" : " \n";
+ const std::string missStr = missing ? "" : " \n";
std::stringstream scene;
scene << " \n"
<< " \n"
@@ -117,7 +117,7 @@ struct SceneChecker_test : public BaseSimulationTest
std::stringstream scene;
scene << " \n"
<< " \n"
- << " \n"
+ << " \n"
<< " \n"
<< " \n"
<< " \n"
@@ -214,8 +214,8 @@ struct SceneChecker_test : public BaseSimulationTest
std::stringstream scene;
scene << " \n"
<< " \n"
- << " \n"
- << " \n"
+ << " \n"
+ << " \n"
<< " \n"
<< " <" << componentName << "/> \n"
<< " \n";
@@ -246,10 +246,10 @@ struct SceneChecker_test : public BaseSimulationTest
std::string scenePrefix = R"("
-
-
-
-
+
+
+
+
)";
std::string scenePipeline = R"("
diff --git a/examples/Benchmark/Accuracy/TriangleFEMForceField_compare.scn b/examples/Benchmark/Accuracy/TriangleFEMForceField_compare.scn
index 89a9f2f171e..9e7d9356477 100644
--- a/examples/Benchmark/Accuracy/TriangleFEMForceField_compare.scn
+++ b/examples/Benchmark/Accuracy/TriangleFEMForceField_compare.scn
@@ -1,17 +1,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/Benchmark/Accuracy/cylinder_PhantomSolution.scn b/examples/Benchmark/Accuracy/cylinder_PhantomSolution.scn
index 8d9cb69cfc5..ee848e0e358 100644
--- a/examples/Benchmark/Accuracy/cylinder_PhantomSolution.scn
+++ b/examples/Benchmark/Accuracy/cylinder_PhantomSolution.scn
@@ -4,14 +4,14 @@
-