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.
- Host: GitHub
- URL: https://github.com/fredroy/sofa-in-blender
- Owner: fredroy
- License: mit
- Created: 2022-01-20T08:37:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T09:44:12.000Z (over 4 years ago)
- Last Synced: 2025-05-06T18:08:54.863Z (about 1 year ago)
- Topics: blender-scripts, python3, sofa-framework
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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