An open API service indexing awesome lists of open source software.

https://github.com/fredroy/sofa-in-blender

Python3 scripts exporting SOFA simulations in Blender as animations.
https://github.com/fredroy/sofa-in-blender

blender-scripts python3 sofa-framework

Last synced: 11 months ago
JSON representation

Python3 scripts exporting SOFA simulations in Blender as animations.

Awesome Lists containing this project

README

          

## sofa-in-blender

Simple python3 scripts to load into Blender to load SOFA simulations as an animation.

## How-to
### Install SOFAPython3 bindings in Blender
- Make sure you compile SofaPython3 with the same version (major+minor) of Python3 than the one shipped with your version of Blender. Blender 2.9/3.0 is shpped with Python3.9.x.

TODO

### Load script
TODO

### Customize the rendering
TODO

## Further improvements
- factorize code
- improve overall speed/memory
- make a blender plugin