SofaPython3
SofaPython3 copied to clipboard
A python plugin for Sofa offering a pythonic interface and python3 support.
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
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...
May i know how to find this folder? plugin.SofaPython3/build; also, when ni run cmake : it will have the error :  thanks and look forward your reply!
- [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...
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") ```