SciBlend is an extensible, Python-based toolkit developed to facilitate advanced scientific visualization workflows within Blender. It integrates Blender's rendering capabilities (Cycles & EEVEE) with functionalities for processing and visualizing complex computational data, aiming to bridge the gap often found between specialized data analysis tools and general-purpose 3D creation suites.
Note: Each addon is also maintained and can be obtained from its individual repository in Github.
SciBlend is designed to integrate into scientific visualization pipelines as follows:
Get started with SciBlend by following our video tutorials. These guides cover everything from installation to advanced features. Please note that these tutorials are currently under development. Watch them at: https://github.com/SciBlend/SciBlend
Total Course Duration: Approximately 35 minutes and 48 seconds.
If SciBlend or its components are used in research or publications, please include the following citations:
@article{marin2025,
title = {SciBlend: Advanced data visualization workflows within Blender},
journal = {Computers & Graphics},
volume = {130},
pages = {104264},
year = {2025},
issn = {0097-8493},
doi = {https://doi.org/10.1016/j.cag.2025.104264},
url = {https://www.sciencedirect.com/science/article/pii/S0097849325001050},
author = {José Marín and Tiffany M.G. Baptiste and Cristobal Rodero and Steven E. Williams and Steven A. Niederer and Ignacio García-Fernández},
keywords = {Scientific visualisation, Blender, Paraview, Data rendering, Visual storytelling, Scientific communication}
}
@software{sciblend2025,
doi = {10.5281/ZENODO.15420392},
url = {https://zenodo.org/doi/10.5281/zenodo.15420392},
author = {José Marín},
title = {SciBlend: Advanced Data Visualization Workflows within Blender - Software},
publisher = {Zenodo},
year = {2025},
copyright = {Creative Commons Attribution 4.0 International}
}
ui module added implementing preferences panel for users to specify a custom output directory for generated assets (legends and shapes).volume data type has been added, with export options for .vtk, .vti, and OpenVDB (.vdb)..vtp (VTK XML PolyData) and .pvtp files.FLOAT, FLOAT_VECTOR) from the active object. This allows users to easily create materials based on any attribute, not just the default Col.Full Changelog: https://github.com/SciBlend/SciBlend/compare/v.1.1.1...v.1.1.2
This extension does not require special permissions.