SofaPython3 icon indicating copy to clipboard operation
SofaPython3 copied to clipboard

A python plugin for Sofa offering a pythonic interface and python3 support.

Results 85 SofaPython3 issues
Sort by recently updated
recently updated
newest added

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...

pr: status to review
pr: clean-fix

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...

pr: status to review

https://github.com/sofa-framework/sofa/pull/4827

pr: status to review

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. ![image](https://github.com/sofa-framework/SofaPython3/assets/12644882/85e9e127-6116-46b1-992c-367f3c2305f6) (NB: it should...

pr: status wip
pr: new feature