sofa-framework / sofa

Real-time multi-physics simulation with an emphasis on medical simulation.
https://www.sofa-framework.org
GNU Lesser General Public License v2.1
936 stars 312 forks source link

[runSofa] Removed obsolete options #4925

Closed fredroy closed 3 months ago

fredroy commented 3 months ago

By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if

damienmarchal commented 3 months ago

Option -i is still used by RealGui:

void RealGUI::parseOptions()
{

    if (mArgumentParser) {
        mArgumentParser->getValueFromKey("interactive", m_enableInteraction);
        mArgumentParser->getValueFromKey("msaa", m_viewerMSAANbSampling);

        if (m_enableInteraction)
            msg_warning("runSofa") << "you activated the interactive mode. This is currently an experimental feature "
                                      "that may change or be removed in the future. ";
    }
}
fredroy commented 3 months ago

[ci-build]

fredroy commented 3 months ago

[ci-build][with-all-tests][force-full-build]