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

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

enhancement

Requires https://github.com/sofa-framework/sofa/pull/4513

pr: status wip

Further to #393 we listed several tasks which could be addressed in the SofaPython3 plugin: - Modularization - the interpreter - plugin sources - bindings - and core-prefabs - Refactoring...

When compiling SOFA + SofaPython3 within a conda environment, so against a python that is provided by a conda package, trying to import a Sofa python package then leads to...

issue: bug

May i know how to find this folder? plugin.SofaPython3/build; also, when ni run cmake : it will have the error : ![image](https://github.com/sofa-framework/SofaPython3/assets/38762389/eb4855bf-36bf-493f-affb-b7aefed9df9a) thanks and look forward your reply!

pr: status wip
pr: clean-fix

- [x] Fix and rebuild the sphinx documentation for SofaPython3 - [x] Clean the doc architecture - [x] Add and update documentation for v23.06 - [ ] Automatize the generation...

enhancement
pr: status wip

Hi, I opened a discussion in sofa and the answer mentioned that the pyqt_example.py in the additional folder will help me with getting the color and depth values of the...

This is crashing ```python def createScene(root): m = root.addObject("MechanicalObject") m.addLink(name="ALink", value="@/", help="YOLO") ```

issue: bug