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 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Benchmark/Analysis/Pendulum.scn b/examples/Benchmark/Analysis/Pendulum.scn index b10912b3be9..a0a8643c8b1 100644 --- a/examples/Benchmark/Analysis/Pendulum.scn +++ b/examples/Benchmark/Analysis/Pendulum.scn @@ -1,15 +1,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Benchmark/Analysis/constantMomentum.scn b/examples/Benchmark/Analysis/constantMomentum.scn index 239b1300818..e22fd0b7212 100644 --- a/examples/Benchmark/Analysis/constantMomentum.scn +++ b/examples/Benchmark/Analysis/constantMomentum.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Benchmark/Performance/Bar16-fem-implicit-CudaVec3d.py b/examples/Benchmark/Performance/Bar16-fem-implicit-CudaVec3d.py index cf48982101d..3c0782f742f 100644 --- a/examples/Benchmark/Performance/Bar16-fem-implicit-CudaVec3d.py +++ b/examples/Benchmark/Performance/Bar16-fem-implicit-CudaVec3d.py @@ -2,5 +2,5 @@ bar16_fem_implicit = importlib.import_module("Bar16-fem-implicit") def createScene(root_node): - root_node.addObject('RequiredPlugin', name='SofaCUDA') + root_node.addObject('RequiredPlugin', pluginName='SofaCUDA') bar16_fem_implicit.internalCreateScene(root_node, "CudaVec3d") diff --git a/examples/Benchmark/Performance/Bar16-fem-implicit-CudaVec3f.py b/examples/Benchmark/Performance/Bar16-fem-implicit-CudaVec3f.py index 0f22de249a5..612da9e1005 100644 --- a/examples/Benchmark/Performance/Bar16-fem-implicit-CudaVec3f.py +++ b/examples/Benchmark/Performance/Bar16-fem-implicit-CudaVec3f.py @@ -2,5 +2,5 @@ bar16_fem_implicit = importlib.import_module("Bar16-fem-implicit") def createScene(root_node): - root_node.addObject('RequiredPlugin', name='SofaCUDA') + root_node.addObject('RequiredPlugin', pluginName='SofaCUDA') bar16_fem_implicit.internalCreateScene(root_node, "CudaVec3f") diff --git a/examples/Benchmark/Performance/Bar16-fem-implicit.py b/examples/Benchmark/Performance/Bar16-fem-implicit.py index d3753f50add..2067778af47 100644 --- a/examples/Benchmark/Performance/Bar16-fem-implicit.py +++ b/examples/Benchmark/Performance/Bar16-fem-implicit.py @@ -10,15 +10,15 @@ def internalCreateScene(root_node, template): root_node.dt = 0.04 - root_node.addObject('RequiredPlugin', name='Sofa.Component.AnimationLoop') - root_node.addObject('RequiredPlugin', name='Sofa.Component.Constraint.Projective') - root_node.addObject('RequiredPlugin', name='Sofa.Component.LinearSolver.Iterative') - root_node.addObject('RequiredPlugin', name='Sofa.Component.Mass') - root_node.addObject('RequiredPlugin', name='Sofa.Component.ODESolver.Backward') - root_node.addObject('RequiredPlugin', name='Sofa.Component.SolidMechanics.FEM.Elastic') - root_node.addObject('RequiredPlugin', name='Sofa.Component.StateContainer') - root_node.addObject('RequiredPlugin', name='Sofa.Component.Topology.Container.Grid') - root_node.addObject('RequiredPlugin', name='Sofa.Component.Visual') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.AnimationLoop') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.Constraint.Projective') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.LinearSolver.Iterative') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.Mass') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.ODESolver.Backward') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.SolidMechanics.FEM.Elastic') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.StateContainer') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.Topology.Container.Grid') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.Visual') root_node.addObject('DefaultAnimationLoop') root_node.addObject('VisualStyle', displayFlags='hideVisualModels hideBehaviorModels showCollisionModels hideMappings showForceFields') diff --git a/examples/Benchmark/Performance/Bar16-spring-rk4-CudaVec3d.py b/examples/Benchmark/Performance/Bar16-spring-rk4-CudaVec3d.py index 7191e6439f2..83da3bf13be 100644 --- a/examples/Benchmark/Performance/Bar16-spring-rk4-CudaVec3d.py +++ b/examples/Benchmark/Performance/Bar16-spring-rk4-CudaVec3d.py @@ -2,5 +2,5 @@ Bar16_spring_rk4 = importlib.import_module("Bar16-spring-rk4") def createScene(root_node): - root_node.addObject('RequiredPlugin', name='SofaCUDA') + root_node.addObject('RequiredPlugin', pluginName='SofaCUDA') Bar16_spring_rk4.internalCreateScene(root_node, "CudaVec3d") diff --git a/examples/Benchmark/Performance/Bar16-spring-rk4-CudaVec3f.py b/examples/Benchmark/Performance/Bar16-spring-rk4-CudaVec3f.py index 8963aa5592f..a9632f3bd11 100644 --- a/examples/Benchmark/Performance/Bar16-spring-rk4-CudaVec3f.py +++ b/examples/Benchmark/Performance/Bar16-spring-rk4-CudaVec3f.py @@ -2,5 +2,5 @@ Bar16_spring_rk4 = importlib.import_module("Bar16-spring-rk4") def createScene(root_node): - root_node.addObject('RequiredPlugin', name='SofaCUDA') + root_node.addObject('RequiredPlugin', pluginName='SofaCUDA') Bar16_spring_rk4.internalCreateScene(root_node, "CudaVec3f") diff --git a/examples/Benchmark/Performance/Bar16-spring-rk4.py b/examples/Benchmark/Performance/Bar16-spring-rk4.py index 1d4df57ff15..35b3d02294e 100644 --- a/examples/Benchmark/Performance/Bar16-spring-rk4.py +++ b/examples/Benchmark/Performance/Bar16-spring-rk4.py @@ -10,15 +10,15 @@ def internalCreateScene(root_node, template): root_node.dt = 0.001 - root_node.addObject('RequiredPlugin', name='Sofa.Component.AnimationLoop') - root_node.addObject('RequiredPlugin', name='Sofa.Component.Constraint.Projective') - root_node.addObject('RequiredPlugin', name='Sofa.Component.LinearSolver.Iterative') - root_node.addObject('RequiredPlugin', name='Sofa.Component.Mass') - root_node.addObject('RequiredPlugin', name='Sofa.Component.ODESolver.Forward') - root_node.addObject('RequiredPlugin', name='Sofa.Component.SolidMechanics.Spring') - root_node.addObject('RequiredPlugin', name='Sofa.Component.StateContainer') - root_node.addObject('RequiredPlugin', name='Sofa.Component.Topology.Container.Grid') - root_node.addObject('RequiredPlugin', name='Sofa.Component.Visual') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.AnimationLoop') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.Constraint.Projective') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.LinearSolver.Iterative') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.Mass') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.ODESolver.Forward') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.SolidMechanics.Spring') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.StateContainer') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.Topology.Container.Grid') + root_node.addObject('RequiredPlugin', pluginName='Sofa.Component.Visual') root_node.addObject('DefaultAnimationLoop') root_node.addObject('VisualStyle', displayFlags='hideVisualModels hideBehaviorModels showCollisionModels hideMappings showForceFields') diff --git a/examples/Benchmark/Performance/BarycentricMapping_meshtopology.scn b/examples/Benchmark/Performance/BarycentricMapping_meshtopology.scn index 1bb67cb3dc7..61619564d31 100644 --- a/examples/Benchmark/Performance/BarycentricMapping_meshtopology.scn +++ b/examples/Benchmark/Performance/BarycentricMapping_meshtopology.scn @@ -2,21 +2,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Benchmark/Performance/BarycentricMapping_sparsegrid.scn b/examples/Benchmark/Performance/BarycentricMapping_sparsegrid.scn index 5b27612222d..94fcb4bf031 100644 --- a/examples/Benchmark/Performance/BarycentricMapping_sparsegrid.scn +++ b/examples/Benchmark/Performance/BarycentricMapping_sparsegrid.scn @@ -2,21 +2,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Benchmark/Performance/BarycentricMapping_topologycontainer.scn b/examples/Benchmark/Performance/BarycentricMapping_topologycontainer.scn index f2261618114..37c08b309ad 100644 --- a/examples/Benchmark/Performance/BarycentricMapping_topologycontainer.scn +++ b/examples/Benchmark/Performance/BarycentricMapping_topologycontainer.scn @@ -2,21 +2,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Benchmark/Performance/BuildLCP/BuiltConstraintCorrection.scn b/examples/Benchmark/Performance/BuildLCP/BuiltConstraintCorrection.scn index ae0e668a2bd..02f59a3a492 100644 --- a/examples/Benchmark/Performance/BuildLCP/BuiltConstraintCorrection.scn +++ b/examples/Benchmark/Performance/BuildLCP/BuiltConstraintCorrection.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Benchmark/Performance/BuildLCP/NonBuiltConstraintCorrection.scn b/examples/Benchmark/Performance/BuildLCP/NonBuiltConstraintCorrection.scn index 58cde2e980e..8cbfd64a6b3 100644 --- a/examples/Benchmark/Performance/BuildLCP/NonBuiltConstraintCorrection.scn +++ b/examples/Benchmark/Performance/BuildLCP/NonBuiltConstraintCorrection.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG.scn b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG.scn index 41bab20a46f..8282a5442a4 100644 --- a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG.scn +++ b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG.scn @@ -10,16 +10,16 @@ The differences are in the way the global system matrix is built and solved: --> - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG_blocs.scn b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG_blocs.scn index df78a57426d..fae886a33c2 100644 --- a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG_blocs.scn +++ b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_assembledCG_blocs.scn @@ -10,16 +10,16 @@ The differences are in the way the global system matrix is built and solved: --> - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct.scn b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct.scn index e9d27faa57b..bb9677ee2b6 100644 --- a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct.scn +++ b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct.scn @@ -10,16 +10,16 @@ The differences are in the way the global system matrix is built and solved: --> - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct_blocs.scn b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct_blocs.scn index 0fd032ab6ac..bdb61740cfa 100644 --- a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct_blocs.scn +++ b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_direct_blocs.scn @@ -10,16 +10,16 @@ The differences are in the way the global system matrix is built and solved: --> - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_matrixfreeCG.scn b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_matrixfreeCG.scn index e5f0867fd30..2fc0ab9a414 100644 --- a/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_matrixfreeCG.scn +++ b/examples/Benchmark/Performance/MatrixAssembly/MatrixAssembly_matrixfreeCG.scn @@ -10,16 +10,16 @@ The differences are in the way the global system matrix is built and solved: --> - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Benchmark/Performance/TorusFall.scn b/examples/Benchmark/Performance/TorusFall.scn index 14617707a33..b754250fabf 100644 --- a/examples/Benchmark/Performance/TorusFall.scn +++ b/examples/Benchmark/Performance/TorusFall.scn @@ -6,26 +6,26 @@ --> - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Benchmark/Performance/benchmark_cubes.pscn b/examples/Benchmark/Performance/benchmark_cubes.pscn index 74ae6720772..3d9d814705d 100644 --- a/examples/Benchmark/Performance/benchmark_cubes.pscn +++ b/examples/Benchmark/Performance/benchmark_cubes.pscn @@ -4,15 +4,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Benchmark/Performance/benchmark_cubes.scn b/examples/Benchmark/Performance/benchmark_cubes.scn index c5588558c17..711b53f93aa 100644 --- a/examples/Benchmark/Performance/benchmark_cubes.scn +++ b/examples/Benchmark/Performance/benchmark_cubes.scn @@ -2,22 +2,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Benchmark/Render/ManyFrames.scn b/examples/Benchmark/Render/ManyFrames.scn index 5e07c36ff92..1eb4249f229 100644 --- a/examples/Benchmark/Render/ManyFrames.scn +++ b/examples/Benchmark/Render/ManyFrames.scn @@ -1,12 +1,12 @@ - - - - - - + + + + + + diff --git a/examples/Benchmark/Render/ManySpheres.scn b/examples/Benchmark/Render/ManySpheres.scn index d2241f9bdb2..fb7dfdb68a2 100755 --- a/examples/Benchmark/Render/ManySpheres.scn +++ b/examples/Benchmark/Render/ManySpheres.scn @@ -1,9 +1,9 @@ - - - - - + + + + + diff --git a/examples/Benchmark/TopologicalChanges/AffineMovementConstraint__RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/AffineMovementConstraint__RemovingMeshTest.scn index 281c96ff109..da9896d1dad 100644 --- a/examples/Benchmark/TopologicalChanges/AffineMovementConstraint__RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/AffineMovementConstraint__RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/FixedConstraint_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/FixedConstraint_RemovingMeshTest.scn index 84fa89acc83..49f7e6b9e4e 100644 --- a/examples/Benchmark/TopologicalChanges/FixedConstraint_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/FixedConstraint_RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/FixedPlaneConstraint_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/FixedPlaneConstraint_RemovingMeshTest.scn index 66d04efb6cc..f53c0db8501 100644 --- a/examples/Benchmark/TopologicalChanges/FixedPlaneConstraint_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/FixedPlaneConstraint_RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/LinearMovementConstraint_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/LinearMovementConstraint_RemovingMeshTest.scn index 662cb14f052..53e946badf6 100644 --- a/examples/Benchmark/TopologicalChanges/LinearMovementConstraint_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/LinearMovementConstraint_RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/ProjectDirectionConstraint_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/ProjectDirectionConstraint_RemovingMeshTest.scn index 7cdb983d4d2..4d8c58ac691 100644 --- a/examples/Benchmark/TopologicalChanges/ProjectDirectionConstraint_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/ProjectDirectionConstraint_RemovingMeshTest.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/ProjectToLineConstraint_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/ProjectToLineConstraint_RemovingMeshTest.scn index 82a7db960a9..564b899189a 100644 --- a/examples/Benchmark/TopologicalChanges/ProjectToLineConstraint_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/ProjectToLineConstraint_RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/ProjectToPlaneConstraint_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/ProjectToPlaneConstraint_RemovingMeshTest.scn index 2171a27bc6b..17d5c5139d7 100644 --- a/examples/Benchmark/TopologicalChanges/ProjectToPlaneConstraint_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/ProjectToPlaneConstraint_RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/ProjectToPointConstraint_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/ProjectToPointConstraint_RemovingMeshTest.scn index 0fc9b098e3b..21aae9293c1 100644 --- a/examples/Benchmark/TopologicalChanges/ProjectToPointConstraint_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/ProjectToPointConstraint_RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/TriangularBendingSprings_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/TriangularBendingSprings_RemovingMeshTest.scn index 5b4989716c0..7b9fe3c62fb 100644 --- a/examples/Benchmark/TopologicalChanges/TriangularBendingSprings_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/TriangularBendingSprings_RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Benchmark/TopologicalChanges/TriangularFEMForceField_RemovingMeshTest.scn b/examples/Benchmark/TopologicalChanges/TriangularFEMForceField_RemovingMeshTest.scn index 875b704592c..d57efc2d42e 100644 --- a/examples/Benchmark/TopologicalChanges/TriangularFEMForceField_RemovingMeshTest.scn +++ b/examples/Benchmark/TopologicalChanges/TriangularFEMForceField_RemovingMeshTest.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/AnimationLoop/FreeMotionAnimationLoop.scn b/examples/Component/AnimationLoop/FreeMotionAnimationLoop.scn index 46199c003a2..dc5678715a8 100644 --- a/examples/Component/AnimationLoop/FreeMotionAnimationLoop.scn +++ b/examples/Component/AnimationLoop/FreeMotionAnimationLoop.scn @@ -4,25 +4,25 @@ To speed up the collision detection, replace BVHNarrowPhase by ParallelBVHNarrow --> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/AnimationLoop/MultiStepAnimationLoop.scn b/examples/Component/AnimationLoop/MultiStepAnimationLoop.scn index dc48642e9a9..e5d04e937b1 100644 --- a/examples/Component/AnimationLoop/MultiStepAnimationLoop.scn +++ b/examples/Component/AnimationLoop/MultiStepAnimationLoop.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Collision/Detection/CompositeCollisionPipeline.scn b/examples/Component/Collision/Detection/CompositeCollisionPipeline.scn index 50fdf09fd01..24bd70c3848 100644 --- a/examples/Component/Collision/Detection/CompositeCollisionPipeline.scn +++ b/examples/Component/Collision/Detection/CompositeCollisionPipeline.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -93,4 +93,4 @@ /> - \ No newline at end of file + diff --git a/examples/Component/Collision/Detection/CompositeCollisionPipeline_none.scn b/examples/Component/Collision/Detection/CompositeCollisionPipeline_none.scn index 9fd746092c6..6b6f99dad40 100644 --- a/examples/Component/Collision/Detection/CompositeCollisionPipeline_none.scn +++ b/examples/Component/Collision/Detection/CompositeCollisionPipeline_none.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -72,4 +72,4 @@ - \ No newline at end of file + diff --git a/examples/Component/Collision/Detection/RayTraceCollision.scn b/examples/Component/Collision/Detection/RayTraceCollision.scn index 7e682842f91..50b2d62e41b 100644 --- a/examples/Component/Collision/Detection/RayTraceCollision.scn +++ b/examples/Component/Collision/Detection/RayTraceCollision.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Collision/Geometry/SphereModel.scn b/examples/Component/Collision/Geometry/SphereModel.scn index 058542470a4..45fbb63edd2 100644 --- a/examples/Component/Collision/Geometry/SphereModel.scn +++ b/examples/Component/Collision/Geometry/SphereModel.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Collision/Geometry/TriangleModel.scn b/examples/Component/Collision/Geometry/TriangleModel.scn index 53e88737bda..638a64914dc 100644 --- a/examples/Component/Collision/Geometry/TriangleModel.scn +++ b/examples/Component/Collision/Geometry/TriangleModel.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Collision/Response/FrictionContact.scn b/examples/Component/Collision/Response/FrictionContact.scn index b36d350e7f6..d80854f93c3 100644 --- a/examples/Component/Collision/Response/FrictionContact.scn +++ b/examples/Component/Collision/Response/FrictionContact.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Collision/Response/RuleBasedContactManager.scn b/examples/Component/Collision/Response/RuleBasedContactManager.scn index 0c2cee4c509..1d0fcee7dbb 100644 --- a/examples/Component/Collision/Response/RuleBasedContactManager.scn +++ b/examples/Component/Collision/Response/RuleBasedContactManager.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Collision/Response/StickContactForceField.scn b/examples/Component/Collision/Response/StickContactForceField.scn index 7e7e4335cc1..63697c499e3 100644 --- a/examples/Component/Collision/Response/StickContactForceField.scn +++ b/examples/Component/Collision/Response/StickContactForceField.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_NNCG.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_NNCG.scn index 1bd2192b88e..8143a0b8b77 100644 --- a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_NNCG.scn +++ b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_NNCG.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_PGS.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_PGS.scn index 510e0348a13..581493c9a7d 100644 --- a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_PGS.scn +++ b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_PGS.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Rigid.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Rigid.scn index fdbce4926d5..146afa64ecf 100644 --- a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Rigid.scn +++ b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Rigid.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Soft_Rigid_Bodies.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Soft_Rigid_Bodies.scn index 2fb10cbdb0c..c2d0a378527 100644 --- a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Soft_Rigid_Bodies.scn +++ b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_Soft_Rigid_Bodies.scn @@ -2,28 +2,28 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_UGS.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_UGS.scn index 44ede0e31d6..8fe59e02085 100644 --- a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_UGS.scn +++ b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_UGS.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_regularization_solvable.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_regularization_solvable.scn index 28d0669d2da..50a18bccc44 100644 --- a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_regularization_solvable.scn +++ b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_regularization_solvable.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_regularization_unsolvable.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_regularization_unsolvable.scn index 0ffbb256d61..7fd22bb172c 100644 --- a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_regularization_unsolvable.scn +++ b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_regularization_unsolvable.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_svd_regularization_solvable.scn b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_svd_regularization_solvable.scn index 34359b48da2..00ad020b2d4 100644 --- a/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_svd_regularization_solvable.scn +++ b/examples/Component/Constraint/Lagrangian/BilateralLagrangianConstraint_with_svd_regularization_solvable.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/Contact_ImprovedJacobi.scn b/examples/Component/Constraint/Lagrangian/Contact_ImprovedJacobi.scn index bb990235229..9840c00c195 100644 --- a/examples/Component/Constraint/Lagrangian/Contact_ImprovedJacobi.scn +++ b/examples/Component/Constraint/Lagrangian/Contact_ImprovedJacobi.scn @@ -2,26 +2,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Rigid3.scn b/examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Rigid3.scn index 8069d63be0f..cd75bca3912 100644 --- a/examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Rigid3.scn +++ b/examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Rigid3.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Vec3.scn b/examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Vec3.scn index 502187b38fd..239afbdd290 100644 --- a/examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Vec3.scn +++ b/examples/Component/Constraint/Lagrangian/FixedLagrangianConstaint_Vec3.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/FrictionContact_LCP_with_friction.scn b/examples/Component/Constraint/Lagrangian/FrictionContact_LCP_with_friction.scn index 9e0f50d7f6e..479cbf29afd 100644 --- a/examples/Component/Constraint/Lagrangian/FrictionContact_LCP_with_friction.scn +++ b/examples/Component/Constraint/Lagrangian/FrictionContact_LCP_with_friction.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/FrictionContact_LCP_without_friction.scn b/examples/Component/Constraint/Lagrangian/FrictionContact_LCP_without_friction.scn index 2ee05af33f9..808f55e0f8a 100644 --- a/examples/Component/Constraint/Lagrangian/FrictionContact_LCP_without_friction.scn +++ b/examples/Component/Constraint/Lagrangian/FrictionContact_LCP_without_friction.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -61,4 +61,3 @@ - \ No newline at end of file diff --git a/examples/Component/Constraint/Lagrangian/FrictionContact_VelocityConstraints.scn b/examples/Component/Constraint/Lagrangian/FrictionContact_VelocityConstraints.scn index 18f81be1611..a7ccbabe7d4 100644 --- a/examples/Component/Constraint/Lagrangian/FrictionContact_VelocityConstraints.scn +++ b/examples/Component/Constraint/Lagrangian/FrictionContact_VelocityConstraints.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/InextensiblePendulum.scn b/examples/Component/Constraint/Lagrangian/InextensiblePendulum.scn index 8a8583d8210..153b51cd62d 100644 --- a/examples/Component/Constraint/Lagrangian/InextensiblePendulum.scn +++ b/examples/Component/Constraint/Lagrangian/InextensiblePendulum.scn @@ -4,21 +4,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/NonBuiltConstraintCorrection.scn b/examples/Component/Constraint/Lagrangian/NonBuiltConstraintCorrection.scn index 197127bfc2f..b7b55eb3b9d 100644 --- a/examples/Component/Constraint/Lagrangian/NonBuiltConstraintCorrection.scn +++ b/examples/Component/Constraint/Lagrangian/NonBuiltConstraintCorrection.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/PreconditionedConjugateResidual.scn b/examples/Component/Constraint/Lagrangian/PreconditionedConjugateResidual.scn index 13e23210034..447e325ed94 100644 --- a/examples/Component/Constraint/Lagrangian/PreconditionedConjugateResidual.scn +++ b/examples/Component/Constraint/Lagrangian/PreconditionedConjugateResidual.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Lagrangian/SlidingLagrangianConstraint.scn b/examples/Component/Constraint/Lagrangian/SlidingLagrangianConstraint.scn index 7cd56c235e7..a6cbd24625c 100644 --- a/examples/Component/Constraint/Lagrangian/SlidingLagrangianConstraint.scn +++ b/examples/Component/Constraint/Lagrangian/SlidingLagrangianConstraint.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint.scn b/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint.scn index cf9dee066e4..d0cb06511ef 100644 --- a/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint3D.scn b/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint3D.scn index 9559ae20198..e5a50a84ffb 100644 --- a/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint3D.scn +++ b/examples/Component/Constraint/Projective/AffineMovementProjectiveConstraint3D.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/AttachProjectiveConstraint.scn b/examples/Component/Constraint/Projective/AttachProjectiveConstraint.scn index 80c6b41aa3f..795c1ce1c0f 100644 --- a/examples/Component/Constraint/Projective/AttachProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/AttachProjectiveConstraint.scn @@ -1,13 +1,13 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/AttachProjectiveConstraintMatrix.scn b/examples/Component/Constraint/Projective/AttachProjectiveConstraintMatrix.scn index 78937b2fd67..ae12ace9201 100644 --- a/examples/Component/Constraint/Projective/AttachProjectiveConstraintMatrix.scn +++ b/examples/Component/Constraint/Projective/AttachProjectiveConstraintMatrix.scn @@ -1,14 +1,14 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/BilinearConstraint.scn b/examples/Component/Constraint/Projective/BilinearConstraint.scn index 86cf8836f0d..6506f061acd 100644 --- a/examples/Component/Constraint/Projective/BilinearConstraint.scn +++ b/examples/Component/Constraint/Projective/BilinearConstraint.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + @@ -26,4 +26,4 @@ 0.1 0.1 0 -0.1 0.3 0"/> - \ No newline at end of file + diff --git a/examples/Component/Constraint/Projective/BilinearConstraint3D.scn b/examples/Component/Constraint/Projective/BilinearConstraint3D.scn index 790ebfd1aa1..a3e3f1946fb 100644 --- a/examples/Component/Constraint/Projective/BilinearConstraint3D.scn +++ b/examples/Component/Constraint/Projective/BilinearConstraint3D.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/BoxConstraint.scn b/examples/Component/Constraint/Projective/BoxConstraint.scn index 567d0d4fd99..d6878f8ba53 100644 --- a/examples/Component/Constraint/Projective/BoxConstraint.scn +++ b/examples/Component/Constraint/Projective/BoxConstraint.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/DirectionProjectiveConstraint.scn b/examples/Component/Constraint/Projective/DirectionProjectiveConstraint.scn index 994a8fb0406..b14afd54927 100644 --- a/examples/Component/Constraint/Projective/DirectionProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/DirectionProjectiveConstraint.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/FixedPlaneProjectiveConstraint.scn b/examples/Component/Constraint/Projective/FixedPlaneProjectiveConstraint.scn index 8ad088d7fe8..049bb305e3c 100644 --- a/examples/Component/Constraint/Projective/FixedPlaneProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/FixedPlaneProjectiveConstraint.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/FixedProjectiveConstraint.scn b/examples/Component/Constraint/Projective/FixedProjectiveConstraint.scn index 91adbd6b917..4c35e32512f 100644 --- a/examples/Component/Constraint/Projective/FixedProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/FixedProjectiveConstraint.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/FixedRotationProjectiveConstraint.scn b/examples/Component/Constraint/Projective/FixedRotationProjectiveConstraint.scn index 97795dd13a0..a75c22e6c90 100644 --- a/examples/Component/Constraint/Projective/FixedRotationProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/FixedRotationProjectiveConstraint.scn @@ -1,15 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/HermiteSplineProjectiveConstraint.scn b/examples/Component/Constraint/Projective/HermiteSplineProjectiveConstraint.scn index 94c103f3313..333dd716e00 100644 --- a/examples/Component/Constraint/Projective/HermiteSplineProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/HermiteSplineProjectiveConstraint.scn @@ -1,10 +1,10 @@ - - - - - - + + + + + + diff --git a/examples/Component/Constraint/Projective/LineProjectiveConstraint.scn b/examples/Component/Constraint/Projective/LineProjectiveConstraint.scn index 4174189da28..154d59fd95b 100644 --- a/examples/Component/Constraint/Projective/LineProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/LineProjectiveConstraint.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/LinearMovementProjectiveConstraint.scn b/examples/Component/Constraint/Projective/LinearMovementProjectiveConstraint.scn index a0c44039f02..616488569a9 100644 --- a/examples/Component/Constraint/Projective/LinearMovementProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/LinearMovementProjectiveConstraint.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/LinearVelocityProjectiveConstraint.scn b/examples/Component/Constraint/Projective/LinearVelocityProjectiveConstraint.scn index 5afbb7a9489..c3bbd0ad574 100644 --- a/examples/Component/Constraint/Projective/LinearVelocityProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/LinearVelocityProjectiveConstraint.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint.scn b/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint.scn index 00616311214..5d506af507d 100644 --- a/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint_rigid.scn b/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint_rigid.scn index 3df33cffcc1..d3d1dbefcdd 100644 --- a/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint_rigid.scn +++ b/examples/Component/Constraint/Projective/OscillatorProjectiveConstraint_rigid.scn @@ -1,9 +1,9 @@ - - - - - + + + + + diff --git a/examples/Component/Constraint/Projective/ParabolicProjectiveConstraint.scn b/examples/Component/Constraint/Projective/ParabolicProjectiveConstraint.scn index 3ca3981defe..8d97da02204 100644 --- a/examples/Component/Constraint/Projective/ParabolicProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/ParabolicProjectiveConstraint.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/PartialFixedProjectiveConstraint.scn b/examples/Component/Constraint/Projective/PartialFixedProjectiveConstraint.scn index 2d58937d7d5..9bde024a554 100644 --- a/examples/Component/Constraint/Projective/PartialFixedProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/PartialFixedProjectiveConstraint.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/PatchTestConstraint.scn b/examples/Component/Constraint/Projective/PatchTestConstraint.scn index 14a0cde03f6..21a364e3682 100644 --- a/examples/Component/Constraint/Projective/PatchTestConstraint.scn +++ b/examples/Component/Constraint/Projective/PatchTestConstraint.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/PlaneConstraint.scn b/examples/Component/Constraint/Projective/PlaneConstraint.scn index 544b3c203aa..ccffd245606 100644 --- a/examples/Component/Constraint/Projective/PlaneConstraint.scn +++ b/examples/Component/Constraint/Projective/PlaneConstraint.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/PlaneProjectiveConstraint.scn b/examples/Component/Constraint/Projective/PlaneProjectiveConstraint.scn index 5e1a5e32216..22705de3a08 100644 --- a/examples/Component/Constraint/Projective/PlaneProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/PlaneProjectiveConstraint.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Constraint/Projective/PointProjectiveConstraint.scn b/examples/Component/Constraint/Projective/PointProjectiveConstraint.scn index c8fbd99a6fd..364ccf94bcd 100644 --- a/examples/Component/Constraint/Projective/PointProjectiveConstraint.scn +++ b/examples/Component/Constraint/Projective/PointProjectiveConstraint.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Controller/MechanicalStateController.scn b/examples/Component/Controller/MechanicalStateController.scn index 8c4010ccf6b..864242f6434 100644 --- a/examples/Component/Controller/MechanicalStateController.scn +++ b/examples/Component/Controller/MechanicalStateController.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Controller/MechanicalStateControllerTranslation.scn b/examples/Component/Controller/MechanicalStateControllerTranslation.scn index ad14519f486..edb8bbedde0 100644 --- a/examples/Component/Controller/MechanicalStateControllerTranslation.scn +++ b/examples/Component/Controller/MechanicalStateControllerTranslation.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Diffusion/TetrahedronDiffusionFEMForceField.scn b/examples/Component/Diffusion/TetrahedronDiffusionFEMForceField.scn index 6d8f39a209e..c763bd78fad 100644 --- a/examples/Component/Diffusion/TetrahedronDiffusionFEMForceField.scn +++ b/examples/Component/Diffusion/TetrahedronDiffusionFEMForceField.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Analyze/HausdorffDistance.scn b/examples/Component/Engine/Analyze/HausdorffDistance.scn index 56b2977114a..2dc8807bd9c 100644 --- a/examples/Component/Engine/Analyze/HausdorffDistance.scn +++ b/examples/Component/Engine/Analyze/HausdorffDistance.scn @@ -1,9 +1,9 @@ - - - - - + + + + + diff --git a/examples/Component/Engine/Analyze/ShapeMatching.scn b/examples/Component/Engine/Analyze/ShapeMatching.scn index 79d6cc58032..47822d4edc0 100644 --- a/examples/Component/Engine/Analyze/ShapeMatching.scn +++ b/examples/Component/Engine/Analyze/ShapeMatching.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/GL/TextureInterpolation.scn b/examples/Component/Engine/GL/TextureInterpolation.scn index 238fd82d3b6..ccdd0e2dab9 100644 --- a/examples/Component/Engine/GL/TextureInterpolation.scn +++ b/examples/Component/Engine/GL/TextureInterpolation.scn @@ -1,15 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/Engine/Generate/ExtrudeSurface.scn b/examples/Component/Engine/Generate/ExtrudeSurface.scn index d3047b81cb0..88e926fc615 100644 --- a/examples/Component/Engine/Generate/ExtrudeSurface.scn +++ b/examples/Component/Engine/Generate/ExtrudeSurface.scn @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/examples/Component/Engine/Generate/GenerateCylinder.scn b/examples/Component/Engine/Generate/GenerateCylinder.scn index acfcb26e27b..c6424ab911f 100644 --- a/examples/Component/Engine/Generate/GenerateCylinder.scn +++ b/examples/Component/Engine/Generate/GenerateCylinder.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + @@ -28,4 +28,4 @@ - \ No newline at end of file + diff --git a/examples/Component/Engine/Generate/GenerateGrid.scn b/examples/Component/Engine/Generate/GenerateGrid.scn index 192e8a1c060..dc27589ba69 100644 --- a/examples/Component/Engine/Generate/GenerateGrid.scn +++ b/examples/Component/Engine/Generate/GenerateGrid.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/Engine/Generate/GenerateRigidMass.scn b/examples/Component/Engine/Generate/GenerateRigidMass.scn index 77d664b81c8..b5268221812 100644 --- a/examples/Component/Engine/Generate/GenerateRigidMass.scn +++ b/examples/Component/Engine/Generate/GenerateRigidMass.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Engine/Generate/MergeMeshes.scn b/examples/Component/Engine/Generate/MergeMeshes.scn index 2c86e7409d8..69953da06d8 100644 --- a/examples/Component/Engine/Generate/MergeMeshes.scn +++ b/examples/Component/Engine/Generate/MergeMeshes.scn @@ -1,12 +1,12 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Engine/Generate/MergePoints.scn b/examples/Component/Engine/Generate/MergePoints.scn index 3222957ab99..88fdd5d16d8 100644 --- a/examples/Component/Engine/Generate/MergePoints.scn +++ b/examples/Component/Engine/Generate/MergePoints.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Generate/MergeVectors.scn b/examples/Component/Engine/Generate/MergeVectors.scn index 8c15a53dd6c..f828f8c5351 100644 --- a/examples/Component/Engine/Generate/MergeVectors.scn +++ b/examples/Component/Engine/Generate/MergeVectors.scn @@ -1,10 +1,10 @@ - - - - + + + + diff --git a/examples/Component/Engine/Generate/MeshBarycentricMapperEngine.scn b/examples/Component/Engine/Generate/MeshBarycentricMapperEngine.scn index a29368ea7b7..b8775160427 100644 --- a/examples/Component/Engine/Generate/MeshBarycentricMapperEngine.scn +++ b/examples/Component/Engine/Generate/MeshBarycentricMapperEngine.scn @@ -1,12 +1,12 @@ - - - - - - - + + + + + + + @@ -21,4 +21,4 @@ - \ No newline at end of file + diff --git a/examples/Component/Engine/Generate/MeshClosingEngine.scn b/examples/Component/Engine/Generate/MeshClosingEngine.scn index 5b63e9445ef..287cea08a5a 100644 --- a/examples/Component/Engine/Generate/MeshClosingEngine.scn +++ b/examples/Component/Engine/Generate/MeshClosingEngine.scn @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/examples/Component/Engine/Generate/MeshTetraStuffing.scn b/examples/Component/Engine/Generate/MeshTetraStuffing.scn index 02736784952..222d8ea6345 100644 --- a/examples/Component/Engine/Generate/MeshTetraStuffing.scn +++ b/examples/Component/Engine/Generate/MeshTetraStuffing.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + + diff --git a/examples/Component/Engine/Generate/VolumeFromTetrahedrons.scn b/examples/Component/Engine/Generate/VolumeFromTetrahedrons.scn index cc3235c02bb..d275a36de14 100644 --- a/examples/Component/Engine/Generate/VolumeFromTetrahedrons.scn +++ b/examples/Component/Engine/Generate/VolumeFromTetrahedrons.scn @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/examples/Component/Engine/Generate/VolumeFromTriangles.scn b/examples/Component/Engine/Generate/VolumeFromTriangles.scn index a0c8a2e80ec..e17c45c4d8c 100644 --- a/examples/Component/Engine/Generate/VolumeFromTriangles.scn +++ b/examples/Component/Engine/Generate/VolumeFromTriangles.scn @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/examples/Component/Engine/Generate/spiral.scn b/examples/Component/Engine/Generate/spiral.scn index 1e4729c0f63..d50434e1e8b 100644 --- a/examples/Component/Engine/Generate/spiral.scn +++ b/examples/Component/Engine/Generate/spiral.scn @@ -1,9 +1,9 @@ - - - - - + + + + + diff --git a/examples/Component/Engine/Select/BoxROI.scn b/examples/Component/Engine/Select/BoxROI.scn index d2aae26848b..f00600a4639 100644 --- a/examples/Component/Engine/Select/BoxROI.scn +++ b/examples/Component/Engine/Select/BoxROI.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/BoxROI_1d.scn b/examples/Component/Engine/Select/BoxROI_1d.scn index 29c05fad73b..7112661daca 100644 --- a/examples/Component/Engine/Select/BoxROI_1d.scn +++ b/examples/Component/Engine/Select/BoxROI_1d.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Engine/Select/BoxROI_2d.scn b/examples/Component/Engine/Select/BoxROI_2d.scn index d8aa11229f4..6a30fd0421a 100644 --- a/examples/Component/Engine/Select/BoxROI_2d.scn +++ b/examples/Component/Engine/Select/BoxROI_2d.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Engine/Select/MeshBoundaryROI.scn b/examples/Component/Engine/Select/MeshBoundaryROI.scn index afb2728a52d..bbbd806f1a0 100644 --- a/examples/Component/Engine/Select/MeshBoundaryROI.scn +++ b/examples/Component/Engine/Select/MeshBoundaryROI.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/Engine/Select/MeshROI.scn b/examples/Component/Engine/Select/MeshROI.scn index d70102090c7..f4e2cc29398 100644 --- a/examples/Component/Engine/Select/MeshROI.scn +++ b/examples/Component/Engine/Select/MeshROI.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/MeshSampler.scn b/examples/Component/Engine/Select/MeshSampler.scn index 4303135a92c..682610b0ded 100644 --- a/examples/Component/Engine/Select/MeshSampler.scn +++ b/examples/Component/Engine/Select/MeshSampler.scn @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/examples/Component/Engine/Select/MeshSplittingEngine.scn b/examples/Component/Engine/Select/MeshSplittingEngine.scn index 9e47bc7013b..560fd1e8244 100644 --- a/examples/Component/Engine/Select/MeshSplittingEngine.scn +++ b/examples/Component/Engine/Select/MeshSplittingEngine.scn @@ -2,20 +2,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/MeshSubsetEngine.scn b/examples/Component/Engine/Select/MeshSubsetEngine.scn index c21b6225b89..3d52a68f589 100644 --- a/examples/Component/Engine/Select/MeshSubsetEngine.scn +++ b/examples/Component/Engine/Select/MeshSubsetEngine.scn @@ -1,10 +1,10 @@ - - - - - + + + + + diff --git a/examples/Component/Engine/Select/NearestPointROI.scn b/examples/Component/Engine/Select/NearestPointROI.scn index 1946e612341..18ec70b8b44 100644 --- a/examples/Component/Engine/Select/NearestPointROI.scn +++ b/examples/Component/Engine/Select/NearestPointROI.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/PlaneROI.scn b/examples/Component/Engine/Select/PlaneROI.scn index 30e2befe365..8478dcd223e 100644 --- a/examples/Component/Engine/Select/PlaneROI.scn +++ b/examples/Component/Engine/Select/PlaneROI.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/PointsFromIndices.scn b/examples/Component/Engine/Select/PointsFromIndices.scn index 7725226bba4..206571960e0 100644 --- a/examples/Component/Engine/Select/PointsFromIndices.scn +++ b/examples/Component/Engine/Select/PointsFromIndices.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/ProximityROI.scn b/examples/Component/Engine/Select/ProximityROI.scn index dd68e62dbba..e3113ff0791 100644 --- a/examples/Component/Engine/Select/ProximityROI.scn +++ b/examples/Component/Engine/Select/ProximityROI.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/SphereROI.scn b/examples/Component/Engine/Select/SphereROI.scn index c8c9355a1be..1da9c2c7744 100644 --- a/examples/Component/Engine/Select/SphereROI.scn +++ b/examples/Component/Engine/Select/SphereROI.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/SubsetTopology.scn b/examples/Component/Engine/Select/SubsetTopology.scn index f16a84ab8db..b3db9dacd73 100644 --- a/examples/Component/Engine/Select/SubsetTopology.scn +++ b/examples/Component/Engine/Select/SubsetTopology.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/SubsetTopology_localIndicesOption.scn b/examples/Component/Engine/Select/SubsetTopology_localIndicesOption.scn index 5e50f45b027..0c1c247a289 100644 --- a/examples/Component/Engine/Select/SubsetTopology_localIndicesOption.scn +++ b/examples/Component/Engine/Select/SubsetTopology_localIndicesOption.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/SubsetTopology_refiningMesh.scn b/examples/Component/Engine/Select/SubsetTopology_refiningMesh.scn index c9a3b4a5228..3c7c4963c03 100644 --- a/examples/Component/Engine/Select/SubsetTopology_refiningMesh.scn +++ b/examples/Component/Engine/Select/SubsetTopology_refiningMesh.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/SubsetTopology_subsetbehaviormodel.scn b/examples/Component/Engine/Select/SubsetTopology_subsetbehaviormodel.scn index 6f5e51a86a0..d6d7f019af5 100644 --- a/examples/Component/Engine/Select/SubsetTopology_subsetbehaviormodel.scn +++ b/examples/Component/Engine/Select/SubsetTopology_subsetbehaviormodel.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/SubsetTopology_withtetrahedra.scn b/examples/Component/Engine/Select/SubsetTopology_withtetrahedra.scn index ce6f5e2ad09..04b1a7f8cc5 100644 --- a/examples/Component/Engine/Select/SubsetTopology_withtetrahedra.scn +++ b/examples/Component/Engine/Select/SubsetTopology_withtetrahedra.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Select/ValuesFromPositions_vectorField.scn b/examples/Component/Engine/Select/ValuesFromPositions_vectorField.scn index effa36cf9d9..d504d9728c1 100644 --- a/examples/Component/Engine/Select/ValuesFromPositions_vectorField.scn +++ b/examples/Component/Engine/Select/ValuesFromPositions_vectorField.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Transform/DisplacementMatrixEngine.scn b/examples/Component/Engine/Transform/DisplacementMatrixEngine.scn index bda26fff218..d45708ee824 100644 --- a/examples/Component/Engine/Transform/DisplacementMatrixEngine.scn +++ b/examples/Component/Engine/Transform/DisplacementMatrixEngine.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Engine/Transform/SmoothMeshEngine.scn b/examples/Component/Engine/Transform/SmoothMeshEngine.scn index 1f6cc5cd06e..29c411282ce 100644 --- a/examples/Component/Engine/Transform/SmoothMeshEngine.scn +++ b/examples/Component/Engine/Transform/SmoothMeshEngine.scn @@ -1,10 +1,10 @@ - - - - - + + + + + @@ -17,4 +17,4 @@ - \ No newline at end of file + diff --git a/examples/Component/Engine/Transform/TransformEngine.scn b/examples/Component/Engine/Transform/TransformEngine.scn index 1e09f01cd48..3d66c4afcf5 100644 --- a/examples/Component/Engine/Transform/TransformEngine.scn +++ b/examples/Component/Engine/Transform/TransformEngine.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Transform/TransformMatrixEngine.scn b/examples/Component/Engine/Transform/TransformMatrixEngine.scn index d41a633e320..09803fc5533 100644 --- a/examples/Component/Engine/Transform/TransformMatrixEngine.scn +++ b/examples/Component/Engine/Transform/TransformMatrixEngine.scn @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/examples/Component/Engine/Transform/TransformPosition.scn b/examples/Component/Engine/Transform/TransformPosition.scn index f9077fcf805..0e9dcf6075d 100644 --- a/examples/Component/Engine/Transform/TransformPosition.scn +++ b/examples/Component/Engine/Transform/TransformPosition.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Engine/Transform/vertex2frame.scn b/examples/Component/Engine/Transform/vertex2frame.scn index 508e24a29a4..79ec77803d8 100644 --- a/examples/Component/Engine/Transform/vertex2frame.scn +++ b/examples/Component/Engine/Transform/vertex2frame.scn @@ -1,10 +1,10 @@ - - - - - - + + + + + + diff --git a/examples/Component/IO/Mesh/BlenderExporter.scn b/examples/Component/IO/Mesh/BlenderExporter.scn index b5ea3c1388c..e40d0e58b27 100644 --- a/examples/Component/IO/Mesh/BlenderExporter.scn +++ b/examples/Component/IO/Mesh/BlenderExporter.scn @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/examples/Component/IO/Mesh/GIDMeshLoader.scn b/examples/Component/IO/Mesh/GIDMeshLoader.scn index 6626e0194a0..4807a9fa50d 100644 --- a/examples/Component/IO/Mesh/GIDMeshLoader.scn +++ b/examples/Component/IO/Mesh/GIDMeshLoader.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/IO/Mesh/GridMeshCreator.scn b/examples/Component/IO/Mesh/GridMeshCreator.scn index f7fc089de77..91268ad1abc 100644 --- a/examples/Component/IO/Mesh/GridMeshCreator.scn +++ b/examples/Component/IO/Mesh/GridMeshCreator.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/IO/Mesh/LiverUseNewLoaders.scn b/examples/Component/IO/Mesh/LiverUseNewLoaders.scn index 7ccbbfd370c..c3fc3077d57 100644 --- a/examples/Component/IO/Mesh/LiverUseNewLoaders.scn +++ b/examples/Component/IO/Mesh/LiverUseNewLoaders.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/IO/Mesh/MeshExporter.scn b/examples/Component/IO/Mesh/MeshExporter.scn index 95ec3d058c5..d13898bd9ce 100644 --- a/examples/Component/IO/Mesh/MeshExporter.scn +++ b/examples/Component/IO/Mesh/MeshExporter.scn @@ -1,9 +1,9 @@ - - - + + + diff --git a/examples/Component/IO/Mesh/MeshGmshLoader.scn b/examples/Component/IO/Mesh/MeshGmshLoader.scn index 4158c668ac3..8dbfa7da3f7 100644 --- a/examples/Component/IO/Mesh/MeshGmshLoader.scn +++ b/examples/Component/IO/Mesh/MeshGmshLoader.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/IO/Mesh/MeshObjLoader.scn b/examples/Component/IO/Mesh/MeshObjLoader.scn index 061977b312b..7c541b38516 100644 --- a/examples/Component/IO/Mesh/MeshObjLoader.scn +++ b/examples/Component/IO/Mesh/MeshObjLoader.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/IO/Mesh/MeshOffLoader.scn b/examples/Component/IO/Mesh/MeshOffLoader.scn index e1344a95aa4..68d753d2282 100644 --- a/examples/Component/IO/Mesh/MeshOffLoader.scn +++ b/examples/Component/IO/Mesh/MeshOffLoader.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/IO/Mesh/MeshSTLLoader.scn b/examples/Component/IO/Mesh/MeshSTLLoader.scn index a31c978701b..1f2c9d6424c 100644 --- a/examples/Component/IO/Mesh/MeshSTLLoader.scn +++ b/examples/Component/IO/Mesh/MeshSTLLoader.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Component/IO/Mesh/MeshSTLLoader_binary.scn b/examples/Component/IO/Mesh/MeshSTLLoader_binary.scn index debf147bbff..c88d4dc9c7b 100644 --- a/examples/Component/IO/Mesh/MeshSTLLoader_binary.scn +++ b/examples/Component/IO/Mesh/MeshSTLLoader_binary.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Component/IO/Mesh/MeshTrianLoader.scn b/examples/Component/IO/Mesh/MeshTrianLoader.scn index 6e966b127b8..8abeafe8b4b 100644 --- a/examples/Component/IO/Mesh/MeshTrianLoader.scn +++ b/examples/Component/IO/Mesh/MeshTrianLoader.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/IO/Mesh/MeshVTKLoader.scn b/examples/Component/IO/Mesh/MeshVTKLoader.scn index f440fdcad54..eb23cd417b6 100644 --- a/examples/Component/IO/Mesh/MeshVTKLoader.scn +++ b/examples/Component/IO/Mesh/MeshVTKLoader.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/IO/Mesh/OBJExporter.scn b/examples/Component/IO/Mesh/OBJExporter.scn index 67a88764709..30805407b21 100644 --- a/examples/Component/IO/Mesh/OBJExporter.scn +++ b/examples/Component/IO/Mesh/OBJExporter.scn @@ -1,15 +1,15 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/IO/Mesh/STLExporter.scn b/examples/Component/IO/Mesh/STLExporter.scn index 211d61b1a9f..f950866829f 100644 --- a/examples/Component/IO/Mesh/STLExporter.scn +++ b/examples/Component/IO/Mesh/STLExporter.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Component/IO/Mesh/VTKExporter.scn b/examples/Component/IO/Mesh/VTKExporter.scn index 877ae7e7664..fe99ffb60f3 100644 --- a/examples/Component/IO/Mesh/VTKExporter.scn +++ b/examples/Component/IO/Mesh/VTKExporter.scn @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/examples/Component/IO/Mesh/VoxelGridLoader.scn b/examples/Component/IO/Mesh/VoxelGridLoader.scn index c661a2e5eb1..292149e5b84 100644 --- a/examples/Component/IO/Mesh/VoxelGridLoader.scn +++ b/examples/Component/IO/Mesh/VoxelGridLoader.scn @@ -1,9 +1,9 @@ - - - - - + + + + + diff --git a/examples/Component/LinearSolver/Direct/Eigen3-SVD.scn b/examples/Component/LinearSolver/Direct/Eigen3-SVD.scn index 8b7d1bfa346..644adda8cfa 100644 --- a/examples/Component/LinearSolver/Direct/Eigen3-SVD.scn +++ b/examples/Component/LinearSolver/Direct/Eigen3-SVD.scn @@ -1,14 +1,14 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/LinearSolver/Direct/FEMBAR_SVDLinearSolver.scn b/examples/Component/LinearSolver/Direct/FEMBAR_SVDLinearSolver.scn index 4c26c5c7735..890ac13f14e 100644 --- a/examples/Component/LinearSolver/Direct/FEMBAR_SVDLinearSolver.scn +++ b/examples/Component/LinearSolver/Direct/FEMBAR_SVDLinearSolver.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/LinearSolver/FEMBAR-common.xml b/examples/Component/LinearSolver/FEMBAR-common.xml index 5ff5b29ba12..36a7ea2f858 100644 --- a/examples/Component/LinearSolver/FEMBAR-common.xml +++ b/examples/Component/LinearSolver/FEMBAR-common.xml @@ -1,19 +1,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/LinearSolver/Iterative/CGLinearSolver.scn b/examples/Component/LinearSolver/Iterative/CGLinearSolver.scn index c7770743c4a..ab156740437 100644 --- a/examples/Component/LinearSolver/Iterative/CGLinearSolver.scn +++ b/examples/Component/LinearSolver/Iterative/CGLinearSolver.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/LinearSystem/CompositeLinearSystem.scn b/examples/Component/LinearSystem/CompositeLinearSystem.scn index a4fad9fcb39..5da0669d1a2 100644 --- a/examples/Component/LinearSystem/CompositeLinearSystem.scn +++ b/examples/Component/LinearSystem/CompositeLinearSystem.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/LinearSystem/ConstantSparsityPatternSystem.scn b/examples/Component/LinearSystem/ConstantSparsityPatternSystem.scn index 7b493c21e54..4b7ff0bf454 100644 --- a/examples/Component/LinearSystem/ConstantSparsityPatternSystem.scn +++ b/examples/Component/LinearSystem/ConstantSparsityPatternSystem.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/LinearSystem/MatrixLinearSystem.scn b/examples/Component/LinearSystem/MatrixLinearSystem.scn index c9446cc2c72..7471d6273e6 100644 --- a/examples/Component/LinearSystem/MatrixLinearSystem.scn +++ b/examples/Component/LinearSystem/MatrixLinearSystem.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/LinearSystem/PendulumSpringsDistanceMapping.scn b/examples/Component/LinearSystem/PendulumSpringsDistanceMapping.scn index 1f63bdf6863..9169e7b178f 100644 --- a/examples/Component/LinearSystem/PendulumSpringsDistanceMapping.scn +++ b/examples/Component/LinearSystem/PendulumSpringsDistanceMapping.scn @@ -5,19 +5,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/BarycentricMapping.scn b/examples/Component/Mapping/Linear/BarycentricMapping.scn index 7c25b9df95b..3eb39286311 100644 --- a/examples/Component/Mapping/Linear/BarycentricMapping.scn +++ b/examples/Component/Mapping/Linear/BarycentricMapping.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/BarycentricMappingTrussBeam.scn b/examples/Component/Mapping/Linear/BarycentricMappingTrussBeam.scn index 39eafc8e7bc..877dee6f79c 100644 --- a/examples/Component/Mapping/Linear/BarycentricMappingTrussBeam.scn +++ b/examples/Component/Mapping/Linear/BarycentricMappingTrussBeam.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/BarycentricTetraMapping.scn b/examples/Component/Mapping/Linear/BarycentricTetraMapping.scn index 7e22f035d0f..c04ee6147cc 100644 --- a/examples/Component/Mapping/Linear/BarycentricTetraMapping.scn +++ b/examples/Component/Mapping/Linear/BarycentricTetraMapping.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/CenterOfMassMapping.scn b/examples/Component/Mapping/Linear/CenterOfMassMapping.scn index b90a3eb6a49..a49d7d86002 100644 --- a/examples/Component/Mapping/Linear/CenterOfMassMapping.scn +++ b/examples/Component/Mapping/Linear/CenterOfMassMapping.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/DeformableOnRigidFrameMapping.scn b/examples/Component/Mapping/Linear/DeformableOnRigidFrameMapping.scn index 7a6cb7bad25..6e7cc7dd1dd 100644 --- a/examples/Component/Mapping/Linear/DeformableOnRigidFrameMapping.scn +++ b/examples/Component/Mapping/Linear/DeformableOnRigidFrameMapping.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/DeformableOnRigidFrameMappingConstraints.scn b/examples/Component/Mapping/Linear/DeformableOnRigidFrameMappingConstraints.scn index b0cc566a42a..bacae8e56c8 100644 --- a/examples/Component/Mapping/Linear/DeformableOnRigidFrameMappingConstraints.scn +++ b/examples/Component/Mapping/Linear/DeformableOnRigidFrameMappingConstraints.scn @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/DistanceToPlaneMapping.scn b/examples/Component/Mapping/Linear/DistanceToPlaneMapping.scn index b3c3af06fa4..e06da18f118 100644 --- a/examples/Component/Mapping/Linear/DistanceToPlaneMapping.scn +++ b/examples/Component/Mapping/Linear/DistanceToPlaneMapping.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/IdentityMapping.scn b/examples/Component/Mapping/Linear/IdentityMapping.scn index ab825bf5fe3..665a44ac84e 100644 --- a/examples/Component/Mapping/Linear/IdentityMapping.scn +++ b/examples/Component/Mapping/Linear/IdentityMapping.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/IdentityMultiMapping.scn b/examples/Component/Mapping/Linear/IdentityMultiMapping.scn index 0ffe9d9b5e2..8950162206c 100644 --- a/examples/Component/Mapping/Linear/IdentityMultiMapping.scn +++ b/examples/Component/Mapping/Linear/IdentityMultiMapping.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/SimpleTesselatedTetraTopologicalMapping.scn b/examples/Component/Mapping/Linear/SimpleTesselatedTetraTopologicalMapping.scn index 4773230ce07..53a93878f81 100644 --- a/examples/Component/Mapping/Linear/SimpleTesselatedTetraTopologicalMapping.scn +++ b/examples/Component/Mapping/Linear/SimpleTesselatedTetraTopologicalMapping.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/SkinningMapping.scn b/examples/Component/Mapping/Linear/SkinningMapping.scn index f431d4e888f..52fbc9d8268 100644 --- a/examples/Component/Mapping/Linear/SkinningMapping.scn +++ b/examples/Component/Mapping/Linear/SkinningMapping.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/SubsetMapping.scn b/examples/Component/Mapping/Linear/SubsetMapping.scn index 3b72a7759ba..bc1fb517334 100644 --- a/examples/Component/Mapping/Linear/SubsetMapping.scn +++ b/examples/Component/Mapping/Linear/SubsetMapping.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/Linear/SubsetMultiMapping.scn b/examples/Component/Mapping/Linear/SubsetMultiMapping.scn index 0f1a60df064..4128aebe75c 100644 --- a/examples/Component/Mapping/Linear/SubsetMultiMapping.scn +++ b/examples/Component/Mapping/Linear/SubsetMultiMapping.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/AreaMapping.scn b/examples/Component/Mapping/NonLinear/AreaMapping.scn index a45c2651fe1..4a7dba37dc2 100644 --- a/examples/Component/Mapping/NonLinear/AreaMapping.scn +++ b/examples/Component/Mapping/NonLinear/AreaMapping.scn @@ -2,24 +2,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/DistanceFromTargetMapping.scn b/examples/Component/Mapping/NonLinear/DistanceFromTargetMapping.scn index f899824f573..7bfe6c489a8 100644 --- a/examples/Component/Mapping/NonLinear/DistanceFromTargetMapping.scn +++ b/examples/Component/Mapping/NonLinear/DistanceFromTargetMapping.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/DistanceMapping.scn b/examples/Component/Mapping/NonLinear/DistanceMapping.scn index f59c162005c..661f104b989 100644 --- a/examples/Component/Mapping/NonLinear/DistanceMapping.scn +++ b/examples/Component/Mapping/NonLinear/DistanceMapping.scn @@ -2,16 +2,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/DistanceMultiMapping.scn b/examples/Component/Mapping/NonLinear/DistanceMultiMapping.scn index 5b5e072928a..214469f0d06 100644 --- a/examples/Component/Mapping/NonLinear/DistanceMultiMapping.scn +++ b/examples/Component/Mapping/NonLinear/DistanceMultiMapping.scn @@ -2,18 +2,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/RigidMapping-basic.scn b/examples/Component/Mapping/NonLinear/RigidMapping-basic.scn index d7fde54e6d6..e331d587b0a 100644 --- a/examples/Component/Mapping/NonLinear/RigidMapping-basic.scn +++ b/examples/Component/Mapping/NonLinear/RigidMapping-basic.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/RigidMapping.scn b/examples/Component/Mapping/NonLinear/RigidMapping.scn index 300fb830c98..73fd5efa1fe 100644 --- a/examples/Component/Mapping/NonLinear/RigidMapping.scn +++ b/examples/Component/Mapping/NonLinear/RigidMapping.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/RigidMapping2d-basic.scn b/examples/Component/Mapping/NonLinear/RigidMapping2d-basic.scn index af9df9825fd..dd512deef01 100644 --- a/examples/Component/Mapping/NonLinear/RigidMapping2d-basic.scn +++ b/examples/Component/Mapping/NonLinear/RigidMapping2d-basic.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/RigidRigidMapping-basic.scn b/examples/Component/Mapping/NonLinear/RigidRigidMapping-basic.scn index f6f18288fb6..9f021cbe6d2 100644 --- a/examples/Component/Mapping/NonLinear/RigidRigidMapping-basic.scn +++ b/examples/Component/Mapping/NonLinear/RigidRigidMapping-basic.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/RigidRigidMapping.scn b/examples/Component/Mapping/NonLinear/RigidRigidMapping.scn index a4a83f1ea47..12c7572451c 100644 --- a/examples/Component/Mapping/NonLinear/RigidRigidMapping.scn +++ b/examples/Component/Mapping/NonLinear/RigidRigidMapping.scn @@ -1,12 +1,12 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/SquareDistanceMapping.scn b/examples/Component/Mapping/NonLinear/SquareDistanceMapping.scn index 15fc8f2ebf1..bcd67c95072 100644 --- a/examples/Component/Mapping/NonLinear/SquareDistanceMapping.scn +++ b/examples/Component/Mapping/NonLinear/SquareDistanceMapping.scn @@ -2,16 +2,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/SquareMapping.scn b/examples/Component/Mapping/NonLinear/SquareMapping.scn index e0f4f93e672..881cfde4cd3 100644 --- a/examples/Component/Mapping/NonLinear/SquareMapping.scn +++ b/examples/Component/Mapping/NonLinear/SquareMapping.scn @@ -2,17 +2,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/Mapping/NonLinear/VolumeMapping.scn b/examples/Component/Mapping/NonLinear/VolumeMapping.scn index f871a81fbf4..a709699d0f6 100644 --- a/examples/Component/Mapping/NonLinear/VolumeMapping.scn +++ b/examples/Component/Mapping/NonLinear/VolumeMapping.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Mass/DiagonalMass.scn b/examples/Component/Mass/DiagonalMass.scn index f83e61ebcb5..90ab445d606 100644 --- a/examples/Component/Mass/DiagonalMass.scn +++ b/examples/Component/Mass/DiagonalMass.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Mass/MeshMatrixMass.scn b/examples/Component/Mass/MeshMatrixMass.scn index a837db2e000..52e91aa0016 100644 --- a/examples/Component/Mass/MeshMatrixMass.scn +++ b/examples/Component/Mass/MeshMatrixMass.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Mass/UniformMass.scn b/examples/Component/Mass/UniformMass.scn index 2bf14e5f400..dbb75173b02 100644 --- a/examples/Component/Mass/UniformMass.scn +++ b/examples/Component/Mass/UniformMass.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/BoxConstantForceField.scn b/examples/Component/MechanicalLoad/BoxConstantForceField.scn index 743a87b1fb1..836e390d2ea 100644 --- a/examples/Component/MechanicalLoad/BoxConstantForceField.scn +++ b/examples/Component/MechanicalLoad/BoxConstantForceField.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/ConicalForceField.scn b/examples/Component/MechanicalLoad/ConicalForceField.scn index 1fe9fa5c123..2583f448ba1 100644 --- a/examples/Component/MechanicalLoad/ConicalForceField.scn +++ b/examples/Component/MechanicalLoad/ConicalForceField.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/ConstantForceField.scn b/examples/Component/MechanicalLoad/ConstantForceField.scn index 7f29d2bd1c7..1b37c217df4 100644 --- a/examples/Component/MechanicalLoad/ConstantForceField.scn +++ b/examples/Component/MechanicalLoad/ConstantForceField.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/EdgePressureForceField.scn b/examples/Component/MechanicalLoad/EdgePressureForceField.scn index 67ec5c0e3dc..85152e0f546 100644 --- a/examples/Component/MechanicalLoad/EdgePressureForceField.scn +++ b/examples/Component/MechanicalLoad/EdgePressureForceField.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/EllipsoidForceField.scn b/examples/Component/MechanicalLoad/EllipsoidForceField.scn index 321d17e251e..433478cc798 100644 --- a/examples/Component/MechanicalLoad/EllipsoidForceField.scn +++ b/examples/Component/MechanicalLoad/EllipsoidForceField.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/InteractionEllipsoidForceField.scn b/examples/Component/MechanicalLoad/InteractionEllipsoidForceField.scn index e4d9ab0c261..b8897cc0df7 100644 --- a/examples/Component/MechanicalLoad/InteractionEllipsoidForceField.scn +++ b/examples/Component/MechanicalLoad/InteractionEllipsoidForceField.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/LinearForceField.scn b/examples/Component/MechanicalLoad/LinearForceField.scn index 85780d88527..a3c5f749ffe 100644 --- a/examples/Component/MechanicalLoad/LinearForceField.scn +++ b/examples/Component/MechanicalLoad/LinearForceField.scn @@ -1,13 +1,13 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/PlaneForceField.scn b/examples/Component/MechanicalLoad/PlaneForceField.scn index a361610a009..0cc0bc907ab 100644 --- a/examples/Component/MechanicalLoad/PlaneForceField.scn +++ b/examples/Component/MechanicalLoad/PlaneForceField.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/SphereForceField.scn b/examples/Component/MechanicalLoad/SphereForceField.scn index fd6fd1d8992..e44e681c3d3 100644 --- a/examples/Component/MechanicalLoad/SphereForceField.scn +++ b/examples/Component/MechanicalLoad/SphereForceField.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/SurfacePressureForceField.scn b/examples/Component/MechanicalLoad/SurfacePressureForceField.scn index 63a14b6b4ed..4f97c3e32b7 100644 --- a/examples/Component/MechanicalLoad/SurfacePressureForceField.scn +++ b/examples/Component/MechanicalLoad/SurfacePressureForceField.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/TaitSurfacePressureForceField.scn b/examples/Component/MechanicalLoad/TaitSurfacePressureForceField.scn index 91e97efe3d4..6fefd15eeff 100644 --- a/examples/Component/MechanicalLoad/TaitSurfacePressureForceField.scn +++ b/examples/Component/MechanicalLoad/TaitSurfacePressureForceField.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/MechanicalLoad/TrianglePressureForceField.scn b/examples/Component/MechanicalLoad/TrianglePressureForceField.scn index 697971e9bcd..859672a5d56 100644 --- a/examples/Component/MechanicalLoad/TrianglePressureForceField.scn +++ b/examples/Component/MechanicalLoad/TrianglePressureForceField.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/ODESolver/Backward/BDFOdeSolver.scn b/examples/Component/ODESolver/Backward/BDFOdeSolver.scn index 4be6d5e0e46..825f0c36869 100644 --- a/examples/Component/ODESolver/Backward/BDFOdeSolver.scn +++ b/examples/Component/ODESolver/Backward/BDFOdeSolver.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/ODESolver/Backward/BDFOdeSolver_spring1d.scn b/examples/Component/ODESolver/Backward/BDFOdeSolver_spring1d.scn index 79c3b87f606..b8ee9ec6c6e 100644 --- a/examples/Component/ODESolver/Backward/BDFOdeSolver_spring1d.scn +++ b/examples/Component/ODESolver/Backward/BDFOdeSolver_spring1d.scn @@ -1,13 +1,13 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/ODESolver/Backward/BDFOdeSolver_spring3d.scn b/examples/Component/ODESolver/Backward/BDFOdeSolver_spring3d.scn index f6ee2b71177..b6b7a250fee 100644 --- a/examples/Component/ODESolver/Backward/BDFOdeSolver_spring3d.scn +++ b/examples/Component/ODESolver/Backward/BDFOdeSolver_spring3d.scn @@ -1,14 +1,14 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/ODESolver/Backward/EulerImplicitSolver-comparison.scn b/examples/Component/ODESolver/Backward/EulerImplicitSolver-comparison.scn index 5cf7e86aba4..4d6e908736f 100644 --- a/examples/Component/ODESolver/Backward/EulerImplicitSolver-comparison.scn +++ b/examples/Component/ODESolver/Backward/EulerImplicitSolver-comparison.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/ODESolver/Backward/EulerImplicitSolver.scn b/examples/Component/ODESolver/Backward/EulerImplicitSolver.scn index 44eb6604a32..b19277c1ea7 100644 --- a/examples/Component/ODESolver/Backward/EulerImplicitSolver.scn +++ b/examples/Component/ODESolver/Backward/EulerImplicitSolver.scn @@ -1,14 +1,14 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/ODESolver/Backward/NewmarkImplicitSolver.scn b/examples/Component/ODESolver/Backward/NewmarkImplicitSolver.scn index 3f391fb9ee9..c8ba0ec4c47 100644 --- a/examples/Component/ODESolver/Backward/NewmarkImplicitSolver.scn +++ b/examples/Component/ODESolver/Backward/NewmarkImplicitSolver.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/ODESolver/Backward/StaticSolver.scn b/examples/Component/ODESolver/Backward/StaticSolver.scn index 27a05dbbb5f..c13769146fe 100644 --- a/examples/Component/ODESolver/Backward/StaticSolver.scn +++ b/examples/Component/ODESolver/Backward/StaticSolver.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/ODESolver/Backward/VariationalSymplecticSolver.scn b/examples/Component/ODESolver/Backward/VariationalSymplecticSolver.scn index 9e058ca457e..948fe2a86f6 100644 --- a/examples/Component/ODESolver/Backward/VariationalSymplecticSolver.scn +++ b/examples/Component/ODESolver/Backward/VariationalSymplecticSolver.scn @@ -1,13 +1,13 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/ODESolver/Forward/DampVelocitySolver.scn b/examples/Component/ODESolver/Forward/DampVelocitySolver.scn index cda0494e507..f8a3aa96562 100644 --- a/examples/Component/ODESolver/Forward/DampVelocitySolver.scn +++ b/examples/Component/ODESolver/Forward/DampVelocitySolver.scn @@ -1,14 +1,14 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/ODESolver/Forward/EulerExplicitSolver.scn b/examples/Component/ODESolver/Forward/EulerExplicitSolver.scn index 9f8fb209521..375b0cb820b 100644 --- a/examples/Component/ODESolver/Forward/EulerExplicitSolver.scn +++ b/examples/Component/ODESolver/Forward/EulerExplicitSolver.scn @@ -7,20 +7,20 @@ trivially, it requires a linear solver, here SparseLDLSolver. --> - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/ODESolver/Forward/EulerExplicitSolver_diagonal.scn b/examples/Component/ODESolver/Forward/EulerExplicitSolver_diagonal.scn index 5a803ed22c5..b3813c75865 100644 --- a/examples/Component/ODESolver/Forward/EulerExplicitSolver_diagonal.scn +++ b/examples/Component/ODESolver/Forward/EulerExplicitSolver_diagonal.scn @@ -7,19 +7,19 @@ trivially, it does not require a linear solver. --> - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/ODESolver/Forward/EulerSymplecticSolver.scn b/examples/Component/ODESolver/Forward/EulerSymplecticSolver.scn index 47e9608e636..63bb581c5ae 100644 --- a/examples/Component/ODESolver/Forward/EulerSymplecticSolver.scn +++ b/examples/Component/ODESolver/Forward/EulerSymplecticSolver.scn @@ -7,16 +7,16 @@ trivially, it requires a linear solver, here SparseLDLSolver. --> - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/ODESolver/Forward/EulerSymplecticSolver_diagonal.scn b/examples/Component/ODESolver/Forward/EulerSymplecticSolver_diagonal.scn index 73bbc5ebfc3..5f0d477c2b1 100644 --- a/examples/Component/ODESolver/Forward/EulerSymplecticSolver_diagonal.scn +++ b/examples/Component/ODESolver/Forward/EulerSymplecticSolver_diagonal.scn @@ -7,15 +7,15 @@ trivially, it does not require a linear solver. --> - - - - - - - - - + + + + + + + + + diff --git a/examples/Component/ODESolver/Forward/RungeKutta4Solver.scn b/examples/Component/ODESolver/Forward/RungeKutta4Solver.scn index 3dcea83cd61..2b6a37515a9 100644 --- a/examples/Component/ODESolver/Forward/RungeKutta4Solver.scn +++ b/examples/Component/ODESolver/Forward/RungeKutta4Solver.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/Playback/CompareState.scn b/examples/Component/Playback/CompareState.scn index ba3f38990c4..1c7c33ad999 100644 --- a/examples/Component/Playback/CompareState.scn +++ b/examples/Component/Playback/CompareState.scn @@ -1,16 +1,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/examples/Component/Playback/ReadState.scn b/examples/Component/Playback/ReadState.scn index 31e4c14420e..3f9e4e9a1f5 100644 --- a/examples/Component/Playback/ReadState.scn +++ b/examples/Component/Playback/ReadState.scn @@ -1,11 +1,11 @@ - - - - - + + + + + @@ -24,4 +24,4 @@ - \ No newline at end of file + diff --git a/examples/Component/Playback/WriteState.scn b/examples/Component/Playback/WriteState.scn index 6f833a5a209..24ccc548946 100644 --- a/examples/Component/Playback/WriteState.scn +++ b/examples/Component/Playback/WriteState.scn @@ -1,15 +1,15 @@ - - - - - - - - - + + + + + + + + + @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/examples/Component/SceneUtility/AddResourceRepository.scn b/examples/Component/SceneUtility/AddResourceRepository.scn index 08ec3fdd1a9..5a9b8973dd8 100644 --- a/examples/Component/SceneUtility/AddResourceRepository.scn +++ b/examples/Component/SceneUtility/AddResourceRepository.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Component/SceneUtility/Gravity.scn b/examples/Component/SceneUtility/Gravity.scn index 1ec2ee674aa..4b77b6cbf08 100644 --- a/examples/Component/SceneUtility/Gravity.scn +++ b/examples/Component/SceneUtility/Gravity.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Setting/ViewerSetting.scn b/examples/Component/Setting/ViewerSetting.scn index 75e20996e30..8197262de44 100644 --- a/examples/Component/Setting/ViewerSetting.scn +++ b/examples/Component/Setting/ViewerSetting.scn @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/BeamFEMForceField.scn b/examples/Component/SolidMechanics/FEM/BeamFEMForceField.scn index f7d6d1850d5..4fa2fb19e20 100644 --- a/examples/Component/SolidMechanics/FEM/BeamFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/BeamFEMForceField.scn @@ -2,21 +2,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/DampingForceField.scn b/examples/Component/SolidMechanics/FEM/DampingForceField.scn index 2d69a008339..095fe077aee 100644 --- a/examples/Component/SolidMechanics/FEM/DampingForceField.scn +++ b/examples/Component/SolidMechanics/FEM/DampingForceField.scn @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/FastTetrahedralCorotationalForceField.scn b/examples/Component/SolidMechanics/FEM/FastTetrahedralCorotationalForceField.scn index 8e6d12663e2..e110d14f9bd 100644 --- a/examples/Component/SolidMechanics/FEM/FastTetrahedralCorotationalForceField.scn +++ b/examples/Component/SolidMechanics/FEM/FastTetrahedralCorotationalForceField.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/FastTetrahedronCorotationalForceField_validation.scn b/examples/Component/SolidMechanics/FEM/FastTetrahedronCorotationalForceField_validation.scn index 5b222445625..f50746e0abb 100644 --- a/examples/Component/SolidMechanics/FEM/FastTetrahedronCorotationalForceField_validation.scn +++ b/examples/Component/SolidMechanics/FEM/FastTetrahedronCorotationalForceField_validation.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/Heterogeneous-TetrahedronFEMForceField.scn b/examples/Component/SolidMechanics/FEM/Heterogeneous-TetrahedronFEMForceField.scn index 79655c48bb6..b3c6b4d63a9 100644 --- a/examples/Component/SolidMechanics/FEM/Heterogeneous-TetrahedronFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/Heterogeneous-TetrahedronFEMForceField.scn @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/HexahedralFEMForceField.scn b/examples/Component/SolidMechanics/FEM/HexahedralFEMForceField.scn index 8f07bce3553..d597a79fc44 100644 --- a/examples/Component/SolidMechanics/FEM/HexahedralFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/HexahedralFEMForceField.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/HexahedralFEMForceFieldAndMass.scn b/examples/Component/SolidMechanics/FEM/HexahedralFEMForceFieldAndMass.scn index 9c232289651..ce911e7a242 100644 --- a/examples/Component/SolidMechanics/FEM/HexahedralFEMForceFieldAndMass.scn +++ b/examples/Component/SolidMechanics/FEM/HexahedralFEMForceFieldAndMass.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/HexahedronCompositeFEMForceFieldAndMass.scn b/examples/Component/SolidMechanics/FEM/HexahedronCompositeFEMForceFieldAndMass.scn index bc6173972a0..bb74183bbd8 100644 --- a/examples/Component/SolidMechanics/FEM/HexahedronCompositeFEMForceFieldAndMass.scn +++ b/examples/Component/SolidMechanics/FEM/HexahedronCompositeFEMForceFieldAndMass.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/HexahedronFEMForceField.scn b/examples/Component/SolidMechanics/FEM/HexahedronFEMForceField.scn index 5b04f5ba4c1..d932c8d2f84 100644 --- a/examples/Component/SolidMechanics/FEM/HexahedronFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/HexahedronFEMForceField.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/HexahedronFEMForceFieldAndMass.scn b/examples/Component/SolidMechanics/FEM/HexahedronFEMForceFieldAndMass.scn index 9593a932fb6..65754c4878a 100644 --- a/examples/Component/SolidMechanics/FEM/HexahedronFEMForceFieldAndMass.scn +++ b/examples/Component/SolidMechanics/FEM/HexahedronFEMForceFieldAndMass.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/NonUniformHexahedronFEMForceFieldAndMass.scn b/examples/Component/SolidMechanics/FEM/NonUniformHexahedronFEMForceFieldAndMass.scn index 2215fd9c366..a9aa05ff7fe 100644 --- a/examples/Component/SolidMechanics/FEM/NonUniformHexahedronFEMForceFieldAndMass.scn +++ b/examples/Component/SolidMechanics/FEM/NonUniformHexahedronFEMForceFieldAndMass.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/QuadBendingFEMForceField.scn b/examples/Component/SolidMechanics/FEM/QuadBendingFEMForceField.scn index cf38273caee..7ff7d217b00 100644 --- a/examples/Component/SolidMechanics/FEM/QuadBendingFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/QuadBendingFEMForceField.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -42,4 +42,4 @@ - \ No newline at end of file + diff --git a/examples/Component/SolidMechanics/FEM/RestShapeSpringsForceField3.scn b/examples/Component/SolidMechanics/FEM/RestShapeSpringsForceField3.scn index e2d8f2ac81f..b125c562173 100644 --- a/examples/Component/SolidMechanics/FEM/RestShapeSpringsForceField3.scn +++ b/examples/Component/SolidMechanics/FEM/RestShapeSpringsForceField3.scn @@ -1,12 +1,12 @@ - - - - - - + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/StandardTetrahedralFEMForceField.scn b/examples/Component/SolidMechanics/FEM/StandardTetrahedralFEMForceField.scn index 32b03c1fd01..85e6abcfac9 100644 --- a/examples/Component/SolidMechanics/FEM/StandardTetrahedralFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/StandardTetrahedralFEMForceField.scn @@ -1,17 +1,17 @@  - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TetrahedralCorotationalFEMForceField.scn b/examples/Component/SolidMechanics/FEM/TetrahedralCorotationalFEMForceField.scn index 7811ca67a35..5e57e25fb55 100644 --- a/examples/Component/SolidMechanics/FEM/TetrahedralCorotationalFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/TetrahedralCorotationalFEMForceField.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField.scn b/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField.scn index f13b082a721..81d756aa93e 100644 --- a/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_Chain.scn b/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_Chain.scn index 6614b57c240..4d5dd87dd27 100644 --- a/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_Chain.scn +++ b/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_Chain.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_assemble.scn b/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_assemble.scn index 610f9a326f1..e4df6231a6a 100644 --- a/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_assemble.scn +++ b/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_assemble.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_plasticity.scn b/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_plasticity.scn index 35a4e84ef5d..f95eaa79ba7 100644 --- a/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_plasticity.scn +++ b/examples/Component/SolidMechanics/FEM/TetrahedronFEMForceField_plasticity.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField.scn b/examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField.scn index 9f2146904d4..b888ca94ff4 100644 --- a/examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField_invertedTets.scn b/examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField_invertedTets.scn index f987a98e201..c08754a7e30 100644 --- a/examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField_invertedTets.scn +++ b/examples/Component/SolidMechanics/FEM/TetrahedronHyperelasticityFEMForceField_invertedTets.scn @@ -1,18 +1,18 @@  - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TopoMap_cylinder3d.scn b/examples/Component/SolidMechanics/FEM/TopoMap_cylinder3d.scn index f4cc7e40572..3b03a2524c4 100644 --- a/examples/Component/SolidMechanics/FEM/TopoMap_cylinder3d.scn +++ b/examples/Component/SolidMechanics/FEM/TopoMap_cylinder3d.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TriangleFEMForceField.scn b/examples/Component/SolidMechanics/FEM/TriangleFEMForceField.scn index de077cccc6f..43e38fd76fe 100644 --- a/examples/Component/SolidMechanics/FEM/TriangleFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/TriangleFEMForceField.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TriangularFEMForceField.scn b/examples/Component/SolidMechanics/FEM/TriangularFEMForceField.scn index b9bb4fbaaea..a89f825bd8f 100644 --- a/examples/Component/SolidMechanics/FEM/TriangularFEMForceField.scn +++ b/examples/Component/SolidMechanics/FEM/TriangularFEMForceField.scn @@ -2,17 +2,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TriangularFEMForceFieldOptim.scn b/examples/Component/SolidMechanics/FEM/TriangularFEMForceFieldOptim.scn index 5ad2dcef26a..57dfd734156 100644 --- a/examples/Component/SolidMechanics/FEM/TriangularFEMForceFieldOptim.scn +++ b/examples/Component/SolidMechanics/FEM/TriangularFEMForceFieldOptim.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/FEM/TriangularForceFieldComparison.scn b/examples/Component/SolidMechanics/FEM/TriangularForceFieldComparison.scn index d101101102a..e309f6d59b8 100644 --- a/examples/Component/SolidMechanics/FEM/TriangularForceFieldComparison.scn +++ b/examples/Component/SolidMechanics/FEM/TriangularForceFieldComparison.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/FastTriangularBendingSprings.scn b/examples/Component/SolidMechanics/Spring/FastTriangularBendingSprings.scn index d3248971fa9..58fe4ee9799 100644 --- a/examples/Component/SolidMechanics/Spring/FastTriangularBendingSprings.scn +++ b/examples/Component/SolidMechanics/Spring/FastTriangularBendingSprings.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/GearSpringForceField.scn b/examples/Component/SolidMechanics/Spring/GearSpringForceField.scn index dfdda5bc448..7672045962c 100644 --- a/examples/Component/SolidMechanics/Spring/GearSpringForceField.scn +++ b/examples/Component/SolidMechanics/Spring/GearSpringForceField.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/JointSpringForceField.scn b/examples/Component/SolidMechanics/Spring/JointSpringForceField.scn index fbe6e5a106c..1a3d28195a5 100644 --- a/examples/Component/SolidMechanics/Spring/JointSpringForceField.scn +++ b/examples/Component/SolidMechanics/Spring/JointSpringForceField.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/MeshSpringForceField.scn b/examples/Component/SolidMechanics/Spring/MeshSpringForceField.scn index bdcd55b1304..634cde5b5d9 100644 --- a/examples/Component/SolidMechanics/Spring/MeshSpringForceField.scn +++ b/examples/Component/SolidMechanics/Spring/MeshSpringForceField.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/PolynomialRestShapeSpringsForceField.scn b/examples/Component/SolidMechanics/Spring/PolynomialRestShapeSpringsForceField.scn index b521e75f04e..0b0a5dda90f 100644 --- a/examples/Component/SolidMechanics/Spring/PolynomialRestShapeSpringsForceField.scn +++ b/examples/Component/SolidMechanics/Spring/PolynomialRestShapeSpringsForceField.scn @@ -1,10 +1,10 @@ - - - - - - + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/PolynomialSpringsForceField.scn b/examples/Component/SolidMechanics/Spring/PolynomialSpringsForceField.scn index 4c371472940..e6eb3cb0964 100644 --- a/examples/Component/SolidMechanics/Spring/PolynomialSpringsForceField.scn +++ b/examples/Component/SolidMechanics/Spring/PolynomialSpringsForceField.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/QuadBendingSprings.scn b/examples/Component/SolidMechanics/Spring/QuadBendingSprings.scn index 8deab333fcc..168cedd6361 100644 --- a/examples/Component/SolidMechanics/Spring/QuadBendingSprings.scn +++ b/examples/Component/SolidMechanics/Spring/QuadBendingSprings.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/QuadularBendingSprings.scn b/examples/Component/SolidMechanics/Spring/QuadularBendingSprings.scn index 3d621e9347d..4483d441154 100644 --- a/examples/Component/SolidMechanics/Spring/QuadularBendingSprings.scn +++ b/examples/Component/SolidMechanics/Spring/QuadularBendingSprings.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/RegularGridSpringForceField.scn b/examples/Component/SolidMechanics/Spring/RegularGridSpringForceField.scn index dfef5829de3..b1d16494944 100644 --- a/examples/Component/SolidMechanics/Spring/RegularGridSpringForceField.scn +++ b/examples/Component/SolidMechanics/Spring/RegularGridSpringForceField.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField.scn b/examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField.scn index 3fa366e76c6..006d21c183f 100644 --- a/examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField.scn +++ b/examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField2.scn b/examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField2.scn index 5b9427ef279..68aef3dfc62 100644 --- a/examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField2.scn +++ b/examples/Component/SolidMechanics/Spring/RestShapeSpringsForceField2.scn @@ -1,16 +1,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn b/examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn index fa988c820eb..6bd33f216c1 100644 --- a/examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn +++ b/examples/Component/SolidMechanics/Spring/StiffSpringForceField.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/StiffSpringForceField_simple.scn b/examples/Component/SolidMechanics/Spring/StiffSpringForceField_simple.scn index b5fcd047313..f8571e4887d 100644 --- a/examples/Component/SolidMechanics/Spring/StiffSpringForceField_simple.scn +++ b/examples/Component/SolidMechanics/Spring/StiffSpringForceField_simple.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + @@ -52,4 +52,4 @@ - \ No newline at end of file + diff --git a/examples/Component/SolidMechanics/Spring/TriangleBendingSprings.scn b/examples/Component/SolidMechanics/Spring/TriangleBendingSprings.scn index 388c392d540..808512d9630 100644 --- a/examples/Component/SolidMechanics/Spring/TriangleBendingSprings.scn +++ b/examples/Component/SolidMechanics/Spring/TriangleBendingSprings.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/TriangularBendingSprings.scn b/examples/Component/SolidMechanics/Spring/TriangularBendingSprings.scn index 06cace33be4..45c85d9451e 100644 --- a/examples/Component/SolidMechanics/Spring/TriangularBendingSprings.scn +++ b/examples/Component/SolidMechanics/Spring/TriangularBendingSprings.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/TriangularBiquadraticSpringsForceField.scn b/examples/Component/SolidMechanics/Spring/TriangularBiquadraticSpringsForceField.scn index 6e302f05d1e..75de06ae75a 100644 --- a/examples/Component/SolidMechanics/Spring/TriangularBiquadraticSpringsForceField.scn +++ b/examples/Component/SolidMechanics/Spring/TriangularBiquadraticSpringsForceField.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/TriangularQuadraticSpringsForceField.scn b/examples/Component/SolidMechanics/Spring/TriangularQuadraticSpringsForceField.scn index 5eab98c9c75..66d00268354 100644 --- a/examples/Component/SolidMechanics/Spring/TriangularQuadraticSpringsForceField.scn +++ b/examples/Component/SolidMechanics/Spring/TriangularQuadraticSpringsForceField.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/Spring/angularSpringForceField.scn b/examples/Component/SolidMechanics/Spring/angularSpringForceField.scn index 6befcf8641f..1e061a313de 100644 --- a/examples/Component/SolidMechanics/Spring/angularSpringForceField.scn +++ b/examples/Component/SolidMechanics/Spring/angularSpringForceField.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + @@ -119,4 +119,4 @@ - \ No newline at end of file + diff --git a/examples/Component/SolidMechanics/TensorMass/TetrahedralTensorMassForceField.scn b/examples/Component/SolidMechanics/TensorMass/TetrahedralTensorMassForceField.scn index b91949e9617..21ec6ae5900 100644 --- a/examples/Component/SolidMechanics/TensorMass/TetrahedralTensorMassForceField.scn +++ b/examples/Component/SolidMechanics/TensorMass/TetrahedralTensorMassForceField.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/SolidMechanics/TensorMass/TriangularTensorMassForceField.scn b/examples/Component/SolidMechanics/TensorMass/TriangularTensorMassForceField.scn index 0c343ed0451..3475f3095a4 100644 --- a/examples/Component/SolidMechanics/TensorMass/TriangularTensorMassForceField.scn +++ b/examples/Component/SolidMechanics/TensorMass/TriangularTensorMassForceField.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Constant/CubeTopology.scn b/examples/Component/Topology/Container/Constant/CubeTopology.scn index 7bbc5019a00..c436dc459db 100644 --- a/examples/Component/Topology/Container/Constant/CubeTopology.scn +++ b/examples/Component/Topology/Container/Constant/CubeTopology.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Constant/MeshTopology.scn b/examples/Component/Topology/Container/Constant/MeshTopology.scn index bf9714109e2..bc554588d20 100644 --- a/examples/Component/Topology/Container/Constant/MeshTopology.scn +++ b/examples/Component/Topology/Container/Constant/MeshTopology.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/AddingHexa2QuadProcess.scn b/examples/Component/Topology/Container/Dynamic/AddingHexa2QuadProcess.scn index 12911430754..7ebf9eb0c35 100644 --- a/examples/Component/Topology/Container/Dynamic/AddingHexa2QuadProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/AddingHexa2QuadProcess.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/AddingPointInTriangleProcess.scn b/examples/Component/Topology/Container/Dynamic/AddingPointInTriangleProcess.scn index 3b9009aec95..883b4d5757f 100644 --- a/examples/Component/Topology/Container/Dynamic/AddingPointInTriangleProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/AddingPointInTriangleProcess.scn @@ -1,9 +1,9 @@ - - - - - + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/AddingTetra2TriangleProcess.scn b/examples/Component/Topology/Container/Dynamic/AddingTetra2TriangleProcess.scn index e2e194409a7..e143a1b0bd7 100644 --- a/examples/Component/Topology/Container/Dynamic/AddingTetra2TriangleProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/AddingTetra2TriangleProcess.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/AddingTetraProcess.scn b/examples/Component/Topology/Container/Dynamic/AddingTetraProcess.scn index 9f03e52700f..3df2c66ef06 100644 --- a/examples/Component/Topology/Container/Dynamic/AddingTetraProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/AddingTetraProcess.scn @@ -1,16 +1,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/AddingTriangle2EdgeProcess.scn b/examples/Component/Topology/Container/Dynamic/AddingTriangle2EdgeProcess.scn index 9db682d2432..8f1b9a7a0a2 100644 --- a/examples/Component/Topology/Container/Dynamic/AddingTriangle2EdgeProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/AddingTriangle2EdgeProcess.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/AddingTrianglesProcess.scn b/examples/Component/Topology/Container/Dynamic/AddingTrianglesProcess.scn index b66e3a2506d..f911d0d5722 100644 --- a/examples/Component/Topology/Container/Dynamic/AddingTrianglesProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/AddingTrianglesProcess.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/HexahedronForceFieldTopologyChangeHandling.scn b/examples/Component/Topology/Container/Dynamic/HexahedronForceFieldTopologyChangeHandling.scn index 06ec5cd7a12..5dab8950306 100644 --- a/examples/Component/Topology/Container/Dynamic/HexahedronForceFieldTopologyChangeHandling.scn +++ b/examples/Component/Topology/Container/Dynamic/HexahedronForceFieldTopologyChangeHandling.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/IncisionTrianglesProcess.scn b/examples/Component/Topology/Container/Dynamic/IncisionTrianglesProcess.scn index 4332c6f9669..96e5f3d8237 100644 --- a/examples/Component/Topology/Container/Dynamic/IncisionTrianglesProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/IncisionTrianglesProcess.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/QuadForceFieldTopologyChangeHandling.scn b/examples/Component/Topology/Container/Dynamic/QuadForceFieldTopologyChangeHandling.scn index 19bc1da091e..5159967c4b1 100644 --- a/examples/Component/Topology/Container/Dynamic/QuadForceFieldTopologyChangeHandling.scn +++ b/examples/Component/Topology/Container/Dynamic/QuadForceFieldTopologyChangeHandling.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingBilateralInteractionConstraint.scn b/examples/Component/Topology/Container/Dynamic/RemovingBilateralInteractionConstraint.scn index c5343048211..074e4f01ecf 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingBilateralInteractionConstraint.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingBilateralInteractionConstraint.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingHexa2QuadProcess.scn b/examples/Component/Topology/Container/Dynamic/RemovingHexa2QuadProcess.scn index 7e6a9ce7a36..a0c3c37c52f 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingHexa2QuadProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingHexa2QuadProcess.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingHexa2TetraProcess.scn b/examples/Component/Topology/Container/Dynamic/RemovingHexa2TetraProcess.scn index 47e266cdb05..33700cd1406 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingHexa2TetraProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingHexa2TetraProcess.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingPointSprings.scn b/examples/Component/Topology/Container/Dynamic/RemovingPointSprings.scn index 40a47bec215..8133cd9135a 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingPointSprings.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingPointSprings.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingQuad2TriangleProcess.scn b/examples/Component/Topology/Container/Dynamic/RemovingQuad2TriangleProcess.scn index 0da9403d217..3dbff5c0081 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingQuad2TriangleProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingQuad2TriangleProcess.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess.scn b/examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess.scn index e24313c4e8d..92682a241e4 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess_performanceTest.scn b/examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess_performanceTest.scn index 1e88c566207..efbd87a97c9 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess_performanceTest.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingTetra2TriangleProcess_performanceTest.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options1.scn b/examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options1.scn index 5f89f112722..d7113ccb867 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options1.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options1.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options2.scn b/examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options2.scn index 1354d9e00b3..103aa6add7f 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options2.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingTetra2Triangle_options2.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingTetraProcess.scn b/examples/Component/Topology/Container/Dynamic/RemovingTetraProcess.scn index c54a981b324..eac62795ff1 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingTetraProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingTetraProcess.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingTetraProcess_withCollisionModel.scn b/examples/Component/Topology/Container/Dynamic/RemovingTetraProcess_withCollisionModel.scn index dbe1160b8b9..32244e3d1dc 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingTetraProcess_withCollisionModel.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingTetraProcess_withCollisionModel.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingTriangle2EdgeProcess.scn b/examples/Component/Topology/Container/Dynamic/RemovingTriangle2EdgeProcess.scn index 5bb439c60da..2784a778485 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingTriangle2EdgeProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingTriangle2EdgeProcess.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/RemovingTrianglesProcess.scn b/examples/Component/Topology/Container/Dynamic/RemovingTrianglesProcess.scn index 47177d68a17..91a4c193560 100644 --- a/examples/Component/Topology/Container/Dynamic/RemovingTrianglesProcess.scn +++ b/examples/Component/Topology/Container/Dynamic/RemovingTrianglesProcess.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/TetrahedronForceFieldTopologyChangeHandling.scn b/examples/Component/Topology/Container/Dynamic/TetrahedronForceFieldTopologyChangeHandling.scn index 1c7b3f3f885..a26a00e51fa 100644 --- a/examples/Component/Topology/Container/Dynamic/TetrahedronForceFieldTopologyChangeHandling.scn +++ b/examples/Component/Topology/Container/Dynamic/TetrahedronForceFieldTopologyChangeHandling.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Dynamic/TriangularForceFieldTopologyChangeHandling.scn b/examples/Component/Topology/Container/Dynamic/TriangularForceFieldTopologyChangeHandling.scn index 450c04e4c63..adece7254bc 100644 --- a/examples/Component/Topology/Container/Dynamic/TriangularForceFieldTopologyChangeHandling.scn +++ b/examples/Component/Topology/Container/Dynamic/TriangularForceFieldTopologyChangeHandling.scn @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Grid/CylinderGridTopology.scn b/examples/Component/Topology/Container/Grid/CylinderGridTopology.scn index c335012a561..496f7be9cdc 100644 --- a/examples/Component/Topology/Container/Grid/CylinderGridTopology.scn +++ b/examples/Component/Topology/Container/Grid/CylinderGridTopology.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Grid/RegularGridTopology.scn b/examples/Component/Topology/Container/Grid/RegularGridTopology.scn index 9de2c4702cc..45351893013 100644 --- a/examples/Component/Topology/Container/Grid/RegularGridTopology.scn +++ b/examples/Component/Topology/Container/Grid/RegularGridTopology.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Grid/RegularGridTopology_TrianglesMesh.scn b/examples/Component/Topology/Container/Grid/RegularGridTopology_TrianglesMesh.scn index ba5fa7211f6..bde2d36b6e2 100644 --- a/examples/Component/Topology/Container/Grid/RegularGridTopology_TrianglesMesh.scn +++ b/examples/Component/Topology/Container/Grid/RegularGridTopology_TrianglesMesh.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Grid/RegularGridTopology_dimension.scn b/examples/Component/Topology/Container/Grid/RegularGridTopology_dimension.scn index 1ac14c70034..6028a806b77 100644 --- a/examples/Component/Topology/Container/Grid/RegularGridTopology_dimension.scn +++ b/examples/Component/Topology/Container/Grid/RegularGridTopology_dimension.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Grid/SparseGridMultipleTopology.scn b/examples/Component/Topology/Container/Grid/SparseGridMultipleTopology.scn index b58953206ea..578c6fdcc0c 100644 --- a/examples/Component/Topology/Container/Grid/SparseGridMultipleTopology.scn +++ b/examples/Component/Topology/Container/Grid/SparseGridMultipleTopology.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Grid/SparseGridRamificationTopology.scn b/examples/Component/Topology/Container/Grid/SparseGridRamificationTopology.scn index 89913d936e9..fa8b5ee5717 100644 --- a/examples/Component/Topology/Container/Grid/SparseGridRamificationTopology.scn +++ b/examples/Component/Topology/Container/Grid/SparseGridRamificationTopology.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Grid/SparseGridTopology.scn b/examples/Component/Topology/Container/Grid/SparseGridTopology.scn index ccf79e2c017..05ff932057e 100644 --- a/examples/Component/Topology/Container/Grid/SparseGridTopology.scn +++ b/examples/Component/Topology/Container/Grid/SparseGridTopology.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Container/Grid/SphereGridTopology.scn b/examples/Component/Topology/Container/Grid/SphereGridTopology.scn index 81d16006618..82451b099bf 100644 --- a/examples/Component/Topology/Container/Grid/SphereGridTopology.scn +++ b/examples/Component/Topology/Container/Grid/SphereGridTopology.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Edge2QuadTopologicalMapping.scn b/examples/Component/Topology/Mapping/Edge2QuadTopologicalMapping.scn index 8cacd3ccdeb..a1d1fc90150 100644 --- a/examples/Component/Topology/Mapping/Edge2QuadTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/Edge2QuadTopologicalMapping.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Hexa2PrismTopologicalMapping.scn b/examples/Component/Topology/Mapping/Hexa2PrismTopologicalMapping.scn index 00196cbadc0..a9a95a14bad 100644 --- a/examples/Component/Topology/Mapping/Hexa2PrismTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/Hexa2PrismTopologicalMapping.scn @@ -1,11 +1,11 @@ - - - - - + + + + + diff --git a/examples/Component/Topology/Mapping/Hexa2QuadTopologicalMapping.scn b/examples/Component/Topology/Mapping/Hexa2QuadTopologicalMapping.scn index cb9a02fc91f..fd1c30fd33f 100644 --- a/examples/Component/Topology/Mapping/Hexa2QuadTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/Hexa2QuadTopologicalMapping.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping.scn b/examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping.scn index cb3e306da96..0d0f670a358 100644 --- a/examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping_export.scn b/examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping_export.scn index d3ccf4b4902..8ed0d65f88f 100644 --- a/examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping_export.scn +++ b/examples/Component/Topology/Mapping/Hexa2TetraTopologicalMapping_export.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Mesh2PointTopologicalMapping.scn b/examples/Component/Topology/Mapping/Mesh2PointTopologicalMapping.scn index e2785cc0585..3bb3519e170 100644 --- a/examples/Component/Topology/Mapping/Mesh2PointTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/Mesh2PointTopologicalMapping.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Quad2TriangleTopologicalMapping.scn b/examples/Component/Topology/Mapping/Quad2TriangleTopologicalMapping.scn index acb1a15e14b..83772634f28 100644 --- a/examples/Component/Topology/Mapping/Quad2TriangleTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/Quad2TriangleTopologicalMapping.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/SubsetTopologicalMapping.scn b/examples/Component/Topology/Mapping/SubsetTopologicalMapping.scn index 71d80fd5ae9..81e16e8a20c 100644 --- a/examples/Component/Topology/Mapping/SubsetTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/SubsetTopologicalMapping.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/SubsetTopologicalMapping2.scn b/examples/Component/Topology/Mapping/SubsetTopologicalMapping2.scn index 9a1dc9a39d4..4bda98483fc 100644 --- a/examples/Component/Topology/Mapping/SubsetTopologicalMapping2.scn +++ b/examples/Component/Topology/Mapping/SubsetTopologicalMapping2.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping.scn b/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping.scn index f0ba65e0590..ba132539db1 100644 --- a/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_NoInitialTriangle_option.scn b/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_NoInitialTriangle_option.scn index a142ef58025..4ceb4f9c6f6 100644 --- a/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_NoInitialTriangle_option.scn +++ b/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_NoInitialTriangle_option.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_with_TetrahedronModel.scn b/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_with_TetrahedronModel.scn index ab149fd046c..5c7b4f0baea 100644 --- a/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_with_TetrahedronModel.scn +++ b/examples/Component/Topology/Mapping/Tetra2TriangleTopologicalMapping_with_TetrahedronModel.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/TopoMap_Hexa2Quad2Triangle.scn b/examples/Component/Topology/Mapping/TopoMap_Hexa2Quad2Triangle.scn index 377d96cb032..0f78abdace8 100644 --- a/examples/Component/Topology/Mapping/TopoMap_Hexa2Quad2Triangle.scn +++ b/examples/Component/Topology/Mapping/TopoMap_Hexa2Quad2Triangle.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Mapping/Triangle2EdgeTopologicalMapping.scn b/examples/Component/Topology/Mapping/Triangle2EdgeTopologicalMapping.scn index c77d004da0f..fdad0cf23ce 100644 --- a/examples/Component/Topology/Mapping/Triangle2EdgeTopologicalMapping.scn +++ b/examples/Component/Topology/Mapping/Triangle2EdgeTopologicalMapping.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Utility/TopologicalChangeProcessor_useDataInputs_option.scn b/examples/Component/Topology/Utility/TopologicalChangeProcessor_useDataInputs_option.scn index 2d391a834ff..48c3d514463 100644 --- a/examples/Component/Topology/Utility/TopologicalChangeProcessor_useDataInputs_option.scn +++ b/examples/Component/Topology/Utility/TopologicalChangeProcessor_useDataInputs_option.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Topology/Utility/TopologyBoundingTrasher.scn b/examples/Component/Topology/Utility/TopologyBoundingTrasher.scn index d1551dceef5..9584d7965e4 100644 --- a/examples/Component/Topology/Utility/TopologyBoundingTrasher.scn +++ b/examples/Component/Topology/Utility/TopologyBoundingTrasher.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Visual/ClipPlane.scn b/examples/Component/Visual/ClipPlane.scn index e6d093ffd6b..a130ef65f39 100644 --- a/examples/Component/Visual/ClipPlane.scn +++ b/examples/Component/Visual/ClipPlane.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Component/Visual/CylinderVisualModel.scn b/examples/Component/Visual/CylinderVisualModel.scn index b29974ef8b9..bbd652baaa6 100644 --- a/examples/Component/Visual/CylinderVisualModel.scn +++ b/examples/Component/Visual/CylinderVisualModel.scn @@ -1,6 +1,6 @@ - + diff --git a/examples/Component/Visual/DataDisplay.scn b/examples/Component/Visual/DataDisplay.scn index 689d75fa9a4..6eb9e797d16 100644 --- a/examples/Component/Visual/DataDisplay.scn +++ b/examples/Component/Visual/DataDisplay.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Component/Visual/DirectionalLight.scn b/examples/Component/Visual/DirectionalLight.scn index 858e9f34cb0..f0def9a9d4a 100644 --- a/examples/Component/Visual/DirectionalLight.scn +++ b/examples/Component/Visual/DirectionalLight.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Visual/LightManager.scn b/examples/Component/Visual/LightManager.scn index 47936f128d5..6ba206b80f3 100644 --- a/examples/Component/Visual/LightManager.scn +++ b/examples/Component/Visual/LightManager.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Visual/LightMax.scn b/examples/Component/Visual/LightMax.scn index a9cff00fcde..ec70812f394 100644 --- a/examples/Component/Visual/LightMax.scn +++ b/examples/Component/Visual/LightMax.scn @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/examples/Component/Visual/LinearBlendSkinningGPU.scn b/examples/Component/Visual/LinearBlendSkinningGPU.scn index 78f55310d59..0e6811ed997 100644 --- a/examples/Component/Visual/LinearBlendSkinningGPU.scn +++ b/examples/Component/Visual/LinearBlendSkinningGPU.scn @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Component/Visual/MergeVisualModels.scn b/examples/Component/Visual/MergeVisualModels.scn index b42d509b572..fb6540a13f5 100644 --- a/examples/Component/Visual/MergeVisualModels.scn +++ b/examples/Component/Visual/MergeVisualModels.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Component/Visual/NavigationRecordedCamera.scn b/examples/Component/Visual/NavigationRecordedCamera.scn index 8189aed24cc..03137b3c114 100644 --- a/examples/Component/Visual/NavigationRecordedCamera.scn +++ b/examples/Component/Visual/NavigationRecordedCamera.scn @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/examples/Component/Visual/OglLabel.scn b/examples/Component/Visual/OglLabel.scn index ba7a080179a..3a3c295330b 100644 --- a/examples/Component/Visual/OglLabel.scn +++ b/examples/Component/Visual/OglLabel.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/Visual/OglLineAxis.scn b/examples/Component/Visual/OglLineAxis.scn index d4243d2741d..806ead3689b 100644 --- a/examples/Component/Visual/OglLineAxis.scn +++ b/examples/Component/Visual/OglLineAxis.scn @@ -1,7 +1,7 @@ - - - + + + diff --git a/examples/Component/Visual/OglModel.scn b/examples/Component/Visual/OglModel.scn index c0e396dc9fd..ca61c854b6b 100644 --- a/examples/Component/Visual/OglModel.scn +++ b/examples/Component/Visual/OglModel.scn @@ -1,7 +1,7 @@ - - + + diff --git a/examples/Component/Visual/OglSceneFrame.scn b/examples/Component/Visual/OglSceneFrame.scn index d998977f215..bfedec409d3 100644 --- a/examples/Component/Visual/OglSceneFrame.scn +++ b/examples/Component/Visual/OglSceneFrame.scn @@ -1,6 +1,6 @@ - - + + diff --git a/examples/Component/Visual/OglShader.scn b/examples/Component/Visual/OglShader.scn index 286a3e01e7f..1973f8003a6 100644 --- a/examples/Component/Visual/OglShader.scn +++ b/examples/Component/Visual/OglShader.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Visual/OglShader_tessellation.scn b/examples/Component/Visual/OglShader_tessellation.scn index 8cca789e0ad..af07df247cf 100644 --- a/examples/Component/Visual/OglShader_tessellation.scn +++ b/examples/Component/Visual/OglShader_tessellation.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Component/Visual/OglShadowShader_Directional.scn b/examples/Component/Visual/OglShadowShader_Directional.scn index 21bade78be0..67bc0bdc6f2 100755 --- a/examples/Component/Visual/OglShadowShader_Directional.scn +++ b/examples/Component/Visual/OglShadowShader_Directional.scn @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/examples/Component/Visual/OglShadowShader_SpotLight.scn b/examples/Component/Visual/OglShadowShader_SpotLight.scn index 6916e35ecfd..724c7af664c 100644 --- a/examples/Component/Visual/OglShadowShader_SpotLight.scn +++ b/examples/Component/Visual/OglShadowShader_SpotLight.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Component/Visual/OglShadowShader_SpotLight2.scn b/examples/Component/Visual/OglShadowShader_SpotLight2.scn index e3f090a963c..acc54929d69 100644 --- a/examples/Component/Visual/OglShadowShader_SpotLight2.scn +++ b/examples/Component/Visual/OglShadowShader_SpotLight2.scn @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/examples/Component/Visual/OglViewport.scn b/examples/Component/Visual/OglViewport.scn index 861b877b84f..0cf74456ce4 100644 --- a/examples/Component/Visual/OglViewport.scn +++ b/examples/Component/Visual/OglViewport.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Visual/OrderIndependentTransparency.scn b/examples/Component/Visual/OrderIndependentTransparency.scn index b4532265f59..3d49cbc5b4f 100644 --- a/examples/Component/Visual/OrderIndependentTransparency.scn +++ b/examples/Component/Visual/OrderIndependentTransparency.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Component/Visual/PointSplatModel.scn b/examples/Component/Visual/PointSplatModel.scn index 676e84dd872..9fdb1fa41d9 100644 --- a/examples/Component/Visual/PointSplatModel.scn +++ b/examples/Component/Visual/PointSplatModel.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/Visual/PositionalLight.scn b/examples/Component/Visual/PositionalLight.scn index 4469bcee33b..5414d46073e 100644 --- a/examples/Component/Visual/PositionalLight.scn +++ b/examples/Component/Visual/PositionalLight.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Visual/PostProcessManager_DepthOfField.scn b/examples/Component/Visual/PostProcessManager_DepthOfField.scn index f7c484be59b..4cedf825f85 100644 --- a/examples/Component/Visual/PostProcessManager_DepthOfField.scn +++ b/examples/Component/Visual/PostProcessManager_DepthOfField.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Component/Visual/RecordedCamera.scn b/examples/Component/Visual/RecordedCamera.scn index 8b33524c78e..aba1a4ab22c 100644 --- a/examples/Component/Visual/RecordedCamera.scn +++ b/examples/Component/Visual/RecordedCamera.scn @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/examples/Component/Visual/SpotLight.scn b/examples/Component/Visual/SpotLight.scn index 75eec0ae725..186cd4bd6ca 100644 --- a/examples/Component/Visual/SpotLight.scn +++ b/examples/Component/Visual/SpotLight.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Component/Visual/TrailRenderer.scn b/examples/Component/Visual/TrailRenderer.scn index 0bedfed7256..f97a473368d 100644 --- a/examples/Component/Visual/TrailRenderer.scn +++ b/examples/Component/Visual/TrailRenderer.scn @@ -3,10 +3,10 @@ - - - - + + + + diff --git a/examples/Component/Visual/Visual3DText.scn b/examples/Component/Visual/Visual3DText.scn index 4b969f38456..fbba0135d9e 100644 --- a/examples/Component/Visual/Visual3DText.scn +++ b/examples/Component/Visual/Visual3DText.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Component/Visual/VisualBoundingBox.scn b/examples/Component/Visual/VisualBoundingBox.scn index ed4202aa963..de1c61ee1bd 100644 --- a/examples/Component/Visual/VisualBoundingBox.scn +++ b/examples/Component/Visual/VisualBoundingBox.scn @@ -1,7 +1,7 @@ - - - + + + diff --git a/examples/Component/Visual/VisualGrid.scn b/examples/Component/Visual/VisualGrid.scn index 7845ce8c19e..adcbdee4dec 100644 --- a/examples/Component/Visual/VisualGrid.scn +++ b/examples/Component/Visual/VisualGrid.scn @@ -1,7 +1,7 @@ - - - + + + diff --git a/examples/Component/Visual/VisualPointCloud.scn b/examples/Component/Visual/VisualPointCloud.scn index 1f76319ad70..7c904a6a79d 100644 --- a/examples/Component/Visual/VisualPointCloud.scn +++ b/examples/Component/Visual/VisualPointCloud.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Component/Visual/VisualStyle.scn b/examples/Component/Visual/VisualStyle.scn index cdabc70aa44..9dbcfc3a911 100644 --- a/examples/Component/Visual/VisualStyle.scn +++ b/examples/Component/Visual/VisualStyle.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Demos/2d.scn b/examples/Demos/2d.scn index 2c36d0c026a..26a53ca19c8 100644 --- a/examples/Demos/2d.scn +++ b/examples/Demos/2d.scn @@ -1,12 +1,12 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Demos/2d_explicit.scn b/examples/Demos/2d_explicit.scn index 779e7d8dcc9..1b5f43f6ba0 100644 --- a/examples/Demos/2d_explicit.scn +++ b/examples/Demos/2d_explicit.scn @@ -1,11 +1,11 @@ - - - - - - - + + + + + + + diff --git a/examples/Demos/Coil.scn b/examples/Demos/Coil.scn index acc25334199..f5e66807598 100644 --- a/examples/Demos/Coil.scn +++ b/examples/Demos/Coil.scn @@ -1,13 +1,13 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Demos/MeshInducedAnisotropy.scn b/examples/Demos/MeshInducedAnisotropy.scn index bd3e09a9fcd..17855e3280f 100644 --- a/examples/Demos/MeshInducedAnisotropy.scn +++ b/examples/Demos/MeshInducedAnisotropy.scn @@ -13,17 +13,17 @@ are alternated. --> - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Demos/SofaScene.scn b/examples/Demos/SofaScene.scn index f4ad39e2b62..c5c72d5c816 100644 --- a/examples/Demos/SofaScene.scn +++ b/examples/Demos/SofaScene.scn @@ -3,34 +3,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Demos/SofaWasher.scn b/examples/Demos/SofaWasher.scn index 0317462e7cc..e806a089ad4 100644 --- a/examples/Demos/SofaWasher.scn +++ b/examples/Demos/SofaWasher.scn @@ -1,28 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Demos/TriangleSurfaceCutting.scn b/examples/Demos/TriangleSurfaceCutting.scn index 6606ffde44a..50dbb3633d1 100644 --- a/examples/Demos/TriangleSurfaceCutting.scn +++ b/examples/Demos/TriangleSurfaceCutting.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Demos/caduceus.scn b/examples/Demos/caduceus.scn index 28c35f2933e..12758214a70 100644 --- a/examples/Demos/caduceus.scn +++ b/examples/Demos/caduceus.scn @@ -2,26 +2,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Demos/caduceus_penalty.scn b/examples/Demos/caduceus_penalty.scn index 6a1c1916835..3ba5260c53a 100644 --- a/examples/Demos/caduceus_penalty.scn +++ b/examples/Demos/caduceus_penalty.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Demos/chainAll.scn b/examples/Demos/chainAll.scn index 58e7cc24ff6..a80fc259cc5 100644 --- a/examples/Demos/chainAll.scn +++ b/examples/Demos/chainAll.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Demos/chainHybrid.scn b/examples/Demos/chainHybrid.scn index c8fcb9b3100..c1e57a59390 100644 --- a/examples/Demos/chainHybrid.scn +++ b/examples/Demos/chainHybrid.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Demos/chainHybridNoGroup.scn b/examples/Demos/chainHybridNoGroup.scn index 59688e06a11..37a4c891a98 100644 --- a/examples/Demos/chainHybridNoGroup.scn +++ b/examples/Demos/chainHybridNoGroup.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Demos/collisionMultiple.scn b/examples/Demos/collisionMultiple.scn index cdb5481d6c8..cd2ea9d47cd 100644 --- a/examples/Demos/collisionMultiple.scn +++ b/examples/Demos/collisionMultiple.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Demos/collisionMultipleMask.scn b/examples/Demos/collisionMultipleMask.scn index c53d8c0f5a2..c29afcb42c0 100644 --- a/examples/Demos/collisionMultipleMask.scn +++ b/examples/Demos/collisionMultipleMask.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Demos/fallingBeamAugmentedLagrangianCollision.scn b/examples/Demos/fallingBeamAugmentedLagrangianCollision.scn index 2ec3c12b168..ed506194b37 100644 --- a/examples/Demos/fallingBeamAugmentedLagrangianCollision.scn +++ b/examples/Demos/fallingBeamAugmentedLagrangianCollision.scn @@ -2,26 +2,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Demos/fallingBeamLagrangianCollision.scn b/examples/Demos/fallingBeamLagrangianCollision.scn index 3cb00b82ac1..50b100dfb71 100644 --- a/examples/Demos/fallingBeamLagrangianCollision.scn +++ b/examples/Demos/fallingBeamLagrangianCollision.scn @@ -2,26 +2,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Demos/fallingSOFA.scn b/examples/Demos/fallingSOFA.scn index 35d58bf1bd7..d0a35dd5fa6 100644 --- a/examples/Demos/fallingSOFA.scn +++ b/examples/Demos/fallingSOFA.scn @@ -3,27 +3,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Demos/include_test.scn b/examples/Demos/include_test.scn index 90ceefbbdb7..3b0b1eed936 100644 --- a/examples/Demos/include_test.scn +++ b/examples/Demos/include_test.scn @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Demos/liver.scn b/examples/Demos/liver.scn index 97cbaccc4cd..6b93edffdef 100644 --- a/examples/Demos/liver.scn +++ b/examples/Demos/liver.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Demos/liverConfiguration.scn b/examples/Demos/liverConfiguration.scn index 320b1c9cd4a..cccef60617a 100644 --- a/examples/Demos/liverConfiguration.scn +++ b/examples/Demos/liverConfiguration.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Demos/rigidifiedSectionsInBeam.scn b/examples/Demos/rigidifiedSectionsInBeam.scn index 720c73c4e99..b4793fc7327 100644 --- a/examples/Demos/rigidifiedSectionsInBeam.scn +++ b/examples/Demos/rigidifiedSectionsInBeam.scn @@ -15,23 +15,23 @@ The distances do not vary over time for the rigidified beam, whereas we can obse - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -95,4 +95,4 @@ The distances do not vary over time for the rigidified beam, whereas we can obse - \ No newline at end of file + diff --git a/examples/Demos/simpleBoundaryConditions.scn b/examples/Demos/simpleBoundaryConditions.scn index 2100ddee91c..381f6ba1c0a 100644 --- a/examples/Demos/simpleBoundaryConditions.scn +++ b/examples/Demos/simpleBoundaryConditions.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Demos/simpleSphere.scn b/examples/Demos/simpleSphere.scn index 3f368f5dc1e..ecef3e3cd80 100644 --- a/examples/Demos/simpleSphere.scn +++ b/examples/Demos/simpleSphere.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Demos/skybox.scn b/examples/Demos/skybox.scn index 6291ef1f642..22bdd1d6a75 100644 --- a/examples/Demos/skybox.scn +++ b/examples/Demos/skybox.scn @@ -2,20 +2,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -57,4 +57,4 @@ - \ No newline at end of file + diff --git a/examples/Demos/sofa_1000PR.scn b/examples/Demos/sofa_1000PR.scn index 006c0bf6c21..ea246809fd1 100644 --- a/examples/Demos/sofa_1000PR.scn +++ b/examples/Demos/sofa_1000PR.scn @@ -2,26 +2,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Basic/TutorialBasicCube.scn b/examples/Tutorials/Basic/TutorialBasicCube.scn index 9436e49c09f..8ae89f6eeef 100644 --- a/examples/Tutorials/Basic/TutorialBasicCube.scn +++ b/examples/Tutorials/Basic/TutorialBasicCube.scn @@ -1,14 +1,14 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Tutorials/Basic/TutorialBasicPendulum.scn b/examples/Tutorials/Basic/TutorialBasicPendulum.scn index 5e52e94e61b..ba50111ce2e 100644 --- a/examples/Tutorials/Basic/TutorialBasicPendulum.scn +++ b/examples/Tutorials/Basic/TutorialBasicPendulum.scn @@ -1,14 +1,14 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Tutorials/Collision/AdvancedResponseConstraintBased.scn b/examples/Tutorials/Collision/AdvancedResponseConstraintBased.scn index 04fcdd68501..7cec3e71388 100644 --- a/examples/Tutorials/Collision/AdvancedResponseConstraintBased.scn +++ b/examples/Tutorials/Collision/AdvancedResponseConstraintBased.scn @@ -1,22 +1,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Collision/AdvancedSolversMultipleGroupsSolver.scn b/examples/Tutorials/Collision/AdvancedSolversMultipleGroupsSolver.scn index e55512e2c3c..5962d1d8d6f 100644 --- a/examples/Tutorials/Collision/AdvancedSolversMultipleGroupsSolver.scn +++ b/examples/Tutorials/Collision/AdvancedSolversMultipleGroupsSolver.scn @@ -2,17 +2,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Tutorials/Collision/ModelizationSphereBased.scn b/examples/Tutorials/Collision/ModelizationSphereBased.scn index 8bab830675a..b278a5c85f1 100644 --- a/examples/Tutorials/Collision/ModelizationSphereBased.scn +++ b/examples/Tutorials/Collision/ModelizationSphereBased.scn @@ -2,17 +2,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Tutorials/Collision/ModelizationTriangleBased.scn b/examples/Tutorials/Collision/ModelizationTriangleBased.scn index 4c3eea42dbc..b7d60e6dc42 100644 --- a/examples/Tutorials/Collision/ModelizationTriangleBased.scn +++ b/examples/Tutorials/Collision/ModelizationTriangleBased.scn @@ -2,17 +2,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Tutorials/Collision/MultipleObjectsTwoCubes.scn b/examples/Tutorials/Collision/MultipleObjectsTwoCubes.scn index d7ab6437d95..8ab98c70dff 100644 --- a/examples/Tutorials/Collision/MultipleObjectsTwoCubes.scn +++ b/examples/Tutorials/Collision/MultipleObjectsTwoCubes.scn @@ -3,17 +3,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Tutorials/ForceFields/TutorialForceFieldLiverFEM.scn b/examples/Tutorials/ForceFields/TutorialForceFieldLiverFEM.scn index 442c862eee6..9ba2e2eafdb 100644 --- a/examples/Tutorials/ForceFields/TutorialForceFieldLiverFEM.scn +++ b/examples/Tutorials/ForceFields/TutorialForceFieldLiverFEM.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/ForceFields/TutorialForceFieldLiverHexaFEM.scn b/examples/Tutorials/ForceFields/TutorialForceFieldLiverHexaFEM.scn index f6664899646..00dc918fab1 100644 --- a/examples/Tutorials/ForceFields/TutorialForceFieldLiverHexaFEM.scn +++ b/examples/Tutorials/ForceFields/TutorialForceFieldLiverHexaFEM.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/ForceFields/TutorialForceFieldLiverSprings.scn b/examples/Tutorials/ForceFields/TutorialForceFieldLiverSprings.scn index fe60c3b4ba0..951cf8024f9 100644 --- a/examples/Tutorials/ForceFields/TutorialForceFieldLiverSprings.scn +++ b/examples/Tutorials/ForceFields/TutorialForceFieldLiverSprings.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/ForceFields/TutorialForceFieldLiverTriangleFEM.scn b/examples/Tutorials/ForceFields/TutorialForceFieldLiverTriangleFEM.scn index 894893234b7..583bf977caf 100644 --- a/examples/Tutorials/ForceFields/TutorialForceFieldLiverTriangleFEM.scn +++ b/examples/Tutorials/ForceFields/TutorialForceFieldLiverTriangleFEM.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Mappings/TutorialMappingCubeSurface.scn b/examples/Tutorials/Mappings/TutorialMappingCubeSurface.scn index faa027109bc..5d792a75b90 100644 --- a/examples/Tutorials/Mappings/TutorialMappingCubeSurface.scn +++ b/examples/Tutorials/Mappings/TutorialMappingCubeSurface.scn @@ -1,16 +1,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Tutorials/Mappings/TutorialMappingDragonBarycentric.scn b/examples/Tutorials/Mappings/TutorialMappingDragonBarycentric.scn index a9bb5c5bddc..2027efd375e 100644 --- a/examples/Tutorials/Mappings/TutorialMappingDragonBarycentric.scn +++ b/examples/Tutorials/Mappings/TutorialMappingDragonBarycentric.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Mappings/TutorialMappingDragonRigid.scn b/examples/Tutorials/Mappings/TutorialMappingDragonRigid.scn index a77c013c340..df099de3393 100644 --- a/examples/Tutorials/Mappings/TutorialMappingDragonRigid.scn +++ b/examples/Tutorials/Mappings/TutorialMappingDragonRigid.scn @@ -1,15 +1,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Tutorials/Mappings/TutorialMappingLiverBarycentric.scn b/examples/Tutorials/Mappings/TutorialMappingLiverBarycentric.scn index d97b935f351..4faadddb28e 100644 --- a/examples/Tutorials/Mappings/TutorialMappingLiverBarycentric.scn +++ b/examples/Tutorials/Mappings/TutorialMappingLiverBarycentric.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Mappings/TutorialMappingOctopusArticulated.scn b/examples/Tutorials/Mappings/TutorialMappingOctopusArticulated.scn index dbc0d7ae98c..e8eb4bc6ca1 100644 --- a/examples/Tutorials/Mappings/TutorialMappingOctopusArticulated.scn +++ b/examples/Tutorials/Mappings/TutorialMappingOctopusArticulated.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_01.scn b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_01.scn index a8790798a9f..828ecd68169 100644 --- a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_01.scn +++ b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_01.scn @@ -3,9 +3,9 @@ + then we load the OBJ model of the tooth and display it (using a white color) --> - - - + + + diff --git a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_02.scn b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_02.scn index 60bc52d88ad..f5f2565de53 100644 --- a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_02.scn +++ b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_02.scn @@ -2,9 +2,9 @@ + Added the visual model for the instrument in a separate node of the graph --> - - - + + + diff --git a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_03.scn b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_03.scn index 6e2d2138e0c..c27f6cdb7de 100644 --- a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_03.scn +++ b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_03.scn @@ -1,13 +1,13 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_04.scn b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_04.scn index cc6fb37a36e..290182bfcf7 100644 --- a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_04.scn +++ b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_04.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_05.scn b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_05.scn index d4a362fbfbb..ab54b99376a 100644 --- a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_05.scn +++ b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_05.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_Annex.scn b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_Annex.scn index 833118c7ed5..13103aa2508 100644 --- a/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_Annex.scn +++ b/examples/Tutorials/StepByStep/Dentistry_Haptics/dentalSurgery_Annex.scn @@ -1,11 +1,11 @@ - - - - - - - + + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/0_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/0_FullObject.scn index 8bdedad3cba..f41590b8bda 100644 --- a/examples/Tutorials/StepByStep/FullObject/0_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/0_FullObject.scn @@ -1,11 +1,11 @@ - - - - - - + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/1_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/1_FullObject.scn index 7dec25b94ca..5f46c6c4091 100644 --- a/examples/Tutorials/StepByStep/FullObject/1_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/1_FullObject.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/2_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/2_FullObject.scn index d4d3ec3f9b1..ff9f0196886 100644 --- a/examples/Tutorials/StepByStep/FullObject/2_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/2_FullObject.scn @@ -1,17 +1,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/3_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/3_FullObject.scn index 0a61bca4c9c..0d957f42359 100644 --- a/examples/Tutorials/StepByStep/FullObject/3_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/3_FullObject.scn @@ -1,18 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/4_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/4_FullObject.scn index f4326d7cf9e..fb3946910f4 100644 --- a/examples/Tutorials/StepByStep/FullObject/4_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/4_FullObject.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/5_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/5_FullObject.scn index 777a4424cc2..b60501ee02a 100644 --- a/examples/Tutorials/StepByStep/FullObject/5_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/5_FullObject.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/6_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/6_FullObject.scn index 14f07f457cc..4040541e0c4 100644 --- a/examples/Tutorials/StepByStep/FullObject/6_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/6_FullObject.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/7_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/7_FullObject.scn index 29ab8dee158..6460fd502f7 100644 --- a/examples/Tutorials/StepByStep/FullObject/7_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/7_FullObject.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/FullObject/8_FullObject.scn b/examples/Tutorials/StepByStep/FullObject/8_FullObject.scn index b17c8824722..40c25aab0ac 100644 --- a/examples/Tutorials/StepByStep/FullObject/8_FullObject.scn +++ b/examples/Tutorials/StepByStep/FullObject/8_FullObject.scn @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/Getyourbearings/0_getyourbearings.scn b/examples/Tutorials/StepByStep/Getyourbearings/0_getyourbearings.scn index b1428078bdf..be6840cfc14 100644 --- a/examples/Tutorials/StepByStep/Getyourbearings/0_getyourbearings.scn +++ b/examples/Tutorials/StepByStep/Getyourbearings/0_getyourbearings.scn @@ -1,7 +1,7 @@ - - - + + + diff --git a/examples/Tutorials/StepByStep/Getyourbearings/1_getyourbearings.scn b/examples/Tutorials/StepByStep/Getyourbearings/1_getyourbearings.scn index 0693956ec2a..4a4b2da942a 100644 --- a/examples/Tutorials/StepByStep/Getyourbearings/1_getyourbearings.scn +++ b/examples/Tutorials/StepByStep/Getyourbearings/1_getyourbearings.scn @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/examples/Tutorials/StepByStep/Getyourbearings/2_getyourbearings.scn b/examples/Tutorials/StepByStep/Getyourbearings/2_getyourbearings.scn index e2b6b75c89e..971b32e143a 100644 --- a/examples/Tutorials/StepByStep/Getyourbearings/2_getyourbearings.scn +++ b/examples/Tutorials/StepByStep/Getyourbearings/2_getyourbearings.scn @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/examples/Tutorials/StepByStep/Getyourbearings/3_getyourbearings.scn b/examples/Tutorials/StepByStep/Getyourbearings/3_getyourbearings.scn index f92c4a3a4f6..830f3182a9e 100644 --- a/examples/Tutorials/StepByStep/Getyourbearings/3_getyourbearings.scn +++ b/examples/Tutorials/StepByStep/Getyourbearings/3_getyourbearings.scn @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/examples/Tutorials/StepByStep/Pendulum/0_Pendulum.scn b/examples/Tutorials/StepByStep/Pendulum/0_Pendulum.scn index afecbb4782e..4d5cab774c5 100644 --- a/examples/Tutorials/StepByStep/Pendulum/0_Pendulum.scn +++ b/examples/Tutorials/StepByStep/Pendulum/0_Pendulum.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Tutorials/StepByStep/Pendulum/1_Pendulum.scn b/examples/Tutorials/StepByStep/Pendulum/1_Pendulum.scn index cf5e7ed37ed..8f091282db9 100644 --- a/examples/Tutorials/StepByStep/Pendulum/1_Pendulum.scn +++ b/examples/Tutorials/StepByStep/Pendulum/1_Pendulum.scn @@ -1,10 +1,10 @@ - - - - + + + + diff --git a/examples/Tutorials/StepByStep/Pendulum/2_Pendulum.scn b/examples/Tutorials/StepByStep/Pendulum/2_Pendulum.scn index 9905c77a1ca..60cfaac17c8 100644 --- a/examples/Tutorials/StepByStep/Pendulum/2_Pendulum.scn +++ b/examples/Tutorials/StepByStep/Pendulum/2_Pendulum.scn @@ -1,12 +1,12 @@ - - - - - - + + + + + + diff --git a/examples/Tutorials/StepByStep/Pendulum/3_Pendulum.scn b/examples/Tutorials/StepByStep/Pendulum/3_Pendulum.scn index f7c64d8198e..79008a52172 100644 --- a/examples/Tutorials/StepByStep/Pendulum/3_Pendulum.scn +++ b/examples/Tutorials/StepByStep/Pendulum/3_Pendulum.scn @@ -1,12 +1,12 @@ - - - - - - + + + + + + diff --git a/examples/Tutorials/StepByStep/Pendulum/4_Pendulum.scn b/examples/Tutorials/StepByStep/Pendulum/4_Pendulum.scn index ec922e8b879..974b10bfbe4 100644 --- a/examples/Tutorials/StepByStep/Pendulum/4_Pendulum.scn +++ b/examples/Tutorials/StepByStep/Pendulum/4_Pendulum.scn @@ -1,13 +1,13 @@ - - - - - - - + + + + + + + diff --git a/examples/Tutorials/StepByStep/Pendulum/5_Pendulum.scn b/examples/Tutorials/StepByStep/Pendulum/5_Pendulum.scn index a5b4db9a9a3..878e39d0381 100644 --- a/examples/Tutorials/StepByStep/Pendulum/5_Pendulum.scn +++ b/examples/Tutorials/StepByStep/Pendulum/5_Pendulum.scn @@ -1,13 +1,13 @@ - - - - - - - + + + + + + + diff --git a/examples/Tutorials/StepByStep/Pendulum/6_Pendulum.scn b/examples/Tutorials/StepByStep/Pendulum/6_Pendulum.scn index 865de90243d..ecac33dbe05 100644 --- a/examples/Tutorials/StepByStep/Pendulum/6_Pendulum.scn +++ b/examples/Tutorials/StepByStep/Pendulum/6_Pendulum.scn @@ -1,13 +1,13 @@ - - - - - - - + + + + + + + diff --git a/examples/Tutorials/StepByStep/Pendulum/7_Pendulum.scn b/examples/Tutorials/StepByStep/Pendulum/7_Pendulum.scn index d8e8f5f9779..3ad2098a730 100644 --- a/examples/Tutorials/StepByStep/Pendulum/7_Pendulum.scn +++ b/examples/Tutorials/StepByStep/Pendulum/7_Pendulum.scn @@ -1,14 +1,14 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Tutorials/StepByStep/TopologicalMapping/0_TopoMapping.scn b/examples/Tutorials/StepByStep/TopologicalMapping/0_TopoMapping.scn index 4a5da3eef4a..2a2c9bdaf18 100644 --- a/examples/Tutorials/StepByStep/TopologicalMapping/0_TopoMapping.scn +++ b/examples/Tutorials/StepByStep/TopologicalMapping/0_TopoMapping.scn @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/examples/Tutorials/StepByStep/TopologicalMapping/1_TopoMapping.scn b/examples/Tutorials/StepByStep/TopologicalMapping/1_TopoMapping.scn index 01e8f9e96fc..f3f8338e86a 100644 --- a/examples/Tutorials/StepByStep/TopologicalMapping/1_TopoMapping.scn +++ b/examples/Tutorials/StepByStep/TopologicalMapping/1_TopoMapping.scn @@ -1,12 +1,12 @@ - - - - - - - + + + + + + + diff --git a/examples/Tutorials/StepByStep/TopologicalMapping/2_TopoMapping.scn b/examples/Tutorials/StepByStep/TopologicalMapping/2_TopoMapping.scn index aa2e30b642c..cccc50a7415 100644 --- a/examples/Tutorials/StepByStep/TopologicalMapping/2_TopoMapping.scn +++ b/examples/Tutorials/StepByStep/TopologicalMapping/2_TopoMapping.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/TopologicalMapping/3_TopoMapping.scn b/examples/Tutorials/StepByStep/TopologicalMapping/3_TopoMapping.scn index 533bcf6f17c..065561e0b84 100644 --- a/examples/Tutorials/StepByStep/TopologicalMapping/3_TopoMapping.scn +++ b/examples/Tutorials/StepByStep/TopologicalMapping/3_TopoMapping.scn @@ -1,19 +1,19 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/TopologicalMapping/4_TopoMapping.scn b/examples/Tutorials/StepByStep/TopologicalMapping/4_TopoMapping.scn index 511a240775f..2ab514c4689 100644 --- a/examples/Tutorials/StepByStep/TopologicalMapping/4_TopoMapping.scn +++ b/examples/Tutorials/StepByStep/TopologicalMapping/4_TopoMapping.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/TopologicalMapping/5_TopoMapping.scn b/examples/Tutorials/StepByStep/TopologicalMapping/5_TopoMapping.scn index 5ce54dedf36..e316a83ada1 100644 --- a/examples/Tutorials/StepByStep/TopologicalMapping/5_TopoMapping.scn +++ b/examples/Tutorials/StepByStep/TopologicalMapping/5_TopoMapping.scn @@ -1,16 +1,16 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/TopologicalMapping/6_TopoMapping.scn b/examples/Tutorials/StepByStep/TopologicalMapping/6_TopoMapping.scn index 71f1ee35826..36d8c7d9ea4 100644 --- a/examples/Tutorials/StepByStep/TopologicalMapping/6_TopoMapping.scn +++ b/examples/Tutorials/StepByStep/TopologicalMapping/6_TopoMapping.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/StepByStep/Visual/0_Visual.scn b/examples/Tutorials/StepByStep/Visual/0_Visual.scn index a58039710ee..163fd7dd64d 100644 --- a/examples/Tutorials/StepByStep/Visual/0_Visual.scn +++ b/examples/Tutorials/StepByStep/Visual/0_Visual.scn @@ -1,6 +1,6 @@ - - + + diff --git a/examples/Tutorials/StepByStep/Visual/1_Visual.scn b/examples/Tutorials/StepByStep/Visual/1_Visual.scn index 549c16592c0..83469a553d6 100644 --- a/examples/Tutorials/StepByStep/Visual/1_Visual.scn +++ b/examples/Tutorials/StepByStep/Visual/1_Visual.scn @@ -1,11 +1,11 @@ - - - - - - - + + + + + + + diff --git a/examples/Tutorials/StepByStep/Visual/2_Visual.scn b/examples/Tutorials/StepByStep/Visual/2_Visual.scn index c51db684fcf..cc2a99c2280 100644 --- a/examples/Tutorials/StepByStep/Visual/2_Visual.scn +++ b/examples/Tutorials/StepByStep/Visual/2_Visual.scn @@ -1,6 +1,6 @@ - - + + diff --git a/examples/Tutorials/StepByStep/Visual/3_Visual.scn b/examples/Tutorials/StepByStep/Visual/3_Visual.scn index bd9fea2d0cc..1e0c36e1ee8 100644 --- a/examples/Tutorials/StepByStep/Visual/3_Visual.scn +++ b/examples/Tutorials/StepByStep/Visual/3_Visual.scn @@ -1,8 +1,8 @@ - - - + + + diff --git a/examples/Tutorials/StepByStep/Visual/4_Visual.scn b/examples/Tutorials/StepByStep/Visual/4_Visual.scn index 39e859c9605..7213881539c 100644 --- a/examples/Tutorials/StepByStep/Visual/4_Visual.scn +++ b/examples/Tutorials/StepByStep/Visual/4_Visual.scn @@ -1,7 +1,7 @@ - - - + + + diff --git a/examples/Tutorials/StepByStep/Visual/5_Visual.scn b/examples/Tutorials/StepByStep/Visual/5_Visual.scn index ba116277755..577f756e42d 100644 --- a/examples/Tutorials/StepByStep/Visual/5_Visual.scn +++ b/examples/Tutorials/StepByStep/Visual/5_Visual.scn @@ -1,7 +1,7 @@ - - - + + + diff --git a/examples/Tutorials/StepByStep/Visual/6_Visual.scn b/examples/Tutorials/StepByStep/Visual/6_Visual.scn index 2ff7b816a18..ab01927081e 100644 --- a/examples/Tutorials/StepByStep/Visual/6_Visual.scn +++ b/examples/Tutorials/StepByStep/Visual/6_Visual.scn @@ -1,7 +1,7 @@ - - - + + + diff --git a/examples/Tutorials/Topologies/TopologyDynamicSurfaceMesh.scn b/examples/Tutorials/Topologies/TopologyDynamicSurfaceMesh.scn index eebc1776f39..ccc7e83cafe 100644 --- a/examples/Tutorials/Topologies/TopologyDynamicSurfaceMesh.scn +++ b/examples/Tutorials/Topologies/TopologyDynamicSurfaceMesh.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologyHexa2QuadTopologicalMapping.scn b/examples/Tutorials/Topologies/TopologyHexa2QuadTopologicalMapping.scn index 62b9ffb61ad..f50d94d556c 100644 --- a/examples/Tutorials/Topologies/TopologyHexa2QuadTopologicalMapping.scn +++ b/examples/Tutorials/Topologies/TopologyHexa2QuadTopologicalMapping.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologyHexa2TetraTopologicalMapping.scn b/examples/Tutorials/Topologies/TopologyHexa2TetraTopologicalMapping.scn index 060defd6592..53c2adf433e 100644 --- a/examples/Tutorials/Topologies/TopologyHexa2TetraTopologicalMapping.scn +++ b/examples/Tutorials/Topologies/TopologyHexa2TetraTopologicalMapping.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologyLinearDifferentMesh.scn b/examples/Tutorials/Topologies/TopologyLinearDifferentMesh.scn index 6c9b7dfcb35..63467958663 100644 --- a/examples/Tutorials/Topologies/TopologyLinearDifferentMesh.scn +++ b/examples/Tutorials/Topologies/TopologyLinearDifferentMesh.scn @@ -2,19 +2,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologyLinearMesh.scn b/examples/Tutorials/Topologies/TopologyLinearMesh.scn index a3e3739f790..acd393c2649 100644 --- a/examples/Tutorials/Topologies/TopologyLinearMesh.scn +++ b/examples/Tutorials/Topologies/TopologyLinearMesh.scn @@ -2,17 +2,17 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologyQuad2TriangleTopologicalMapping.scn b/examples/Tutorials/Topologies/TopologyQuad2TriangleTopologicalMapping.scn index 46d15db893b..d3ea6218b6a 100644 --- a/examples/Tutorials/Topologies/TopologyQuad2TriangleTopologicalMapping.scn +++ b/examples/Tutorials/Topologies/TopologyQuad2TriangleTopologicalMapping.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologySurfaceDifferentMesh.scn b/examples/Tutorials/Topologies/TopologySurfaceDifferentMesh.scn index 8b87b16e59b..99fccbeaed0 100644 --- a/examples/Tutorials/Topologies/TopologySurfaceDifferentMesh.scn +++ b/examples/Tutorials/Topologies/TopologySurfaceDifferentMesh.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologyTetra2TriangleTopologicalMapping.scn b/examples/Tutorials/Topologies/TopologyTetra2TriangleTopologicalMapping.scn index bf2a817bfd6..5c26ab4c7fc 100644 --- a/examples/Tutorials/Topologies/TopologyTetra2TriangleTopologicalMapping.scn +++ b/examples/Tutorials/Topologies/TopologyTetra2TriangleTopologicalMapping.scn @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologyTriangle2EdgeTopologicalMapping.scn b/examples/Tutorials/Topologies/TopologyTriangle2EdgeTopologicalMapping.scn index 9ee2b4a7d24..8391d77596a 100644 --- a/examples/Tutorials/Topologies/TopologyTriangle2EdgeTopologicalMapping.scn +++ b/examples/Tutorials/Topologies/TopologyTriangle2EdgeTopologicalMapping.scn @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/Topologies/TopologyVolumeDifferentMesh.scn b/examples/Tutorials/Topologies/TopologyVolumeDifferentMesh.scn index 8ab0493bf04..5d4e37c4243 100644 --- a/examples/Tutorials/Topologies/TopologyVolumeDifferentMesh.scn +++ b/examples/Tutorials/Topologies/TopologyVolumeDifferentMesh.scn @@ -1,24 +1,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/examples/Tutorials/sandbox/explicit_singlehexaFEM.scn b/examples/Tutorials/sandbox/explicit_singlehexaFEM.scn index ca4e31e71e8..f66ab1d0607 100644 --- a/examples/Tutorials/sandbox/explicit_singlehexaFEM.scn +++ b/examples/Tutorials/sandbox/explicit_singlehexaFEM.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Tutorials/sandbox/implicit_singlehexaFEM.scn b/examples/Tutorials/sandbox/implicit_singlehexaFEM.scn index 9edaa452da2..72a427ababa 100644 --- a/examples/Tutorials/sandbox/implicit_singlehexaFEM.scn +++ b/examples/Tutorials/sandbox/implicit_singlehexaFEM.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Tutorials/sandbox/implicit_singlehexaFEM_2.scn b/examples/Tutorials/sandbox/implicit_singlehexaFEM_2.scn index de4716d5409..922bbadedf3 100644 --- a/examples/Tutorials/sandbox/implicit_singlehexaFEM_2.scn +++ b/examples/Tutorials/sandbox/implicit_singlehexaFEM_2.scn @@ -1,15 +1,15 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/examples/Tutorials/sandbox/linearsolver_direct_or_iterative.scn b/examples/Tutorials/sandbox/linearsolver_direct_or_iterative.scn index 02e93b7c2bd..7179aa6db37 100644 --- a/examples/Tutorials/sandbox/linearsolver_direct_or_iterative.scn +++ b/examples/Tutorials/sandbox/linearsolver_direct_or_iterative.scn @@ -1,13 +1,13 @@ - - - - - - - - - + + + + + + + + + diff --git a/examples/Tutorials/sandbox/rungekutta2_heterogeneousobjects.scn b/examples/Tutorials/sandbox/rungekutta2_heterogeneousobjects.scn index 3013da95ba2..e726769144b 100644 --- a/examples/Tutorials/sandbox/rungekutta2_heterogeneousobjects.scn +++ b/examples/Tutorials/sandbox/rungekutta2_heterogeneousobjects.scn @@ -1,12 +1,12 @@ - - - - - - - - + + + + + + + + diff --git a/examples/Tutorials/sandbox/rungekutta_singlehexaFEM.scn b/examples/Tutorials/sandbox/rungekutta_singlehexaFEM.scn index ee098b29deb..4fb486e412e 100644 --- a/examples/Tutorials/sandbox/rungekutta_singlehexaFEM.scn +++ b/examples/Tutorials/sandbox/rungekutta_singlehexaFEM.scn @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + +