ad37234371b84b206ff3b7103bc5cbffc60a99d0
tomcat_blender
Scripts to automate TOMCAT data visualization in blender with python. TODO:
- make cool logo from current sketch
- build into python module with classes
- maybe wrap system call of blender
- add cupy/cucim support (partly done)
- use openvdb for volume import in blender
required packages: xarray, scikit-image, trimesh, numpy
How to use
-
Extract series stl-files for desired time series with e.g. 01_extract_surfaces.py
-
Choose appropitate time step to set up scene and everything (e.g. cycles-render) in blender, do a test render, save the blend-file
-
Run the animation script from command line
Windows
<path_to_binary>blender.exe blend-file.blend --background --python testanimscriptfull.py -
(optional) adjust frame and sampling rate, better option: create separate avi-files, merge and convert to mkv, e.g. combining ImageJ and ffmpeg
Description
Robert's scripts to automate TOMCAT data visualization in blender with python
(migrated from https://gitlab.psi.ch/fcsd_5422/tomcat-blender)
Languages
Python
98.1%
Shell
1.9%
