Paul Baksic
Paul Baksic
______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA Developer Certificate of Origin (DCO)](https://github.com/sofa-framework/sofa/blob/master/CONTRIBUTING.md#sofa-developer-certificate-of-origin-dco)**. ______________________________________________________ **Reviewers will merge this pull-request only if** -...
Add ConstraintAttachButtonSetting to allow configuration of Lagrangian based mouse interaction directly in the scene ______________________________________________________ By submitting this pull request, I acknowledge that **I have read, understand, and agree [SOFA...
Following https://github.com/sofa-framework/sofa/pull/4420 A good idea would be to centralize the regression-tests files in Regression plugin. This would require multiple changes like being able to find the path of all compiled...
The title is self contained : the plugins need a way to test the scenes and/or the regression, it would be great to create an action to automatize it.
STL containers are now advanced enough not to use custom containers like sofa vectors or fixed arrays.
Need to implement a use-case of the constraint labeling introduced in #3888. Ideas would be : - Filter automatically non unilateral constraints in the LCPConstraintSolver - Change behavior of 'ActuatorConstraints'...
Externalise Qt gui from SofaPython3 and force to import it as well as for the other GUI. The user experience aspects should be kept in mind. See #380 and #381