SofaPython3
SofaPython3 copied to clipboard
A python plugin for Sofa offering a pythonic interface and python3 support.
Hi! :) I am trying to change the collision group of a collision model during runtime. However, the values are not updated correctly, and the `.array()` method returns weird values....
The "Release" method was never called when running python scene through runSofa, leading to non-correct cleanup of the python interpreter. This PR adds the cleanup callback and ensure that the...
Feature 1: Currently when loading unittest (for python) into gtest (c++), a failure while loading the test in python does not generates a test failure which is problematic as load...
https://github.com/sofa-framework/sofa/pull/4827
This solves the following error, which is produced with GCC 7 due to the fact that std::filesystem is an experimental feature. ``` [ 98%] Building CXX object external_directories/SofaPython3/Testing/CMakeFiles/SofaPython3Testing.dir/src/SofaPython3Testing/PythonTest.cpp.o In file...
In order to obtain the true elastic parameters, it is necessary to change the elastic parameters during the simulation process and obtain them iteratively. May I ask how to modify...
Currently code completion on our binding is very poor. This is connected to several issues that are explained later. To see our progress here we are: - [x] code completion...
Simple implementation of a web server serving some stuff from (a dump of the factory)... but it could also be documentation webpage or whatever we want.  (NB: it should...