Jean-Nicolas Brunet

Results 4 issues of Jean-Nicolas Brunet

This PR brings: - Bindings for BaseState - Bindings for VecId and MultiVecId - Bindings for ExecParams and MechanicalParams - Bindings for VectorOperations and MechanicalOperations (aka vop and mop) -...

pr: status wip
pr: new feature

Thanks to @coolteemf who reported this issue. When we are creating our own bindings inside an external plugin, class inheritance against a base class defined in SofaPython3 is possible _if...

enhancement

The discussion started in #92 . The following scene will behave differently either we are using SofaPython(2) or SofaPython3: **Test scene** ```python # test.py def createScene(root) root = '2' +...

enhancement

For some reason, this only happen when using a packaged version of SOFA (i.e. not `build install` by ourself). To reproduce: 1. Download the latest SOFA v20.12 package 2. Create...

issue: bug