SofaPython3
SofaPython3 copied to clipboard
A python plugin for Sofa offering a pythonic interface and python3 support.
Some errors are not catched due to the fact that scenes are ran using runSofa. For better coverage, we should create tests running in a Python environment
see -> https://github.com/sofa-framework/sofa/pull/4750
### Problem Adding `SofaPython3` as a `RequiredPlugin` causes a segmentation fault when running Python directly. **Description** I am writing a Python script for a scene I created, but I consistently...