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
SciBlend 1.1.1
Release date: 2025-08-21
Packaging
blender_manifest.toml inside each zip remains unchanged and identical across all platforms.Dependencies
matplotlib, pillow, fiona, pyogrio, pyproj, shapely, netCDF4, pandas, vtk pinned per platform (All of them are fundamental for the build).scipy from constraints by modifying the interpolation method inside of ShaderGen, as it was the only part of the extension using the library. It reduced the size of the addon from aprox 185 mb to 132 mb for better extensibility.Fixes
Scene properties with namespaced PropertyGroups:LegendSettings → Scene.legend_settings.CinematographySettings → Scene.cinematography_settings.SciBlend/__init__.py.threading; Paraview connector refactored to a safe modal operator. Currently working with GoP.py macro.Added
View3D > Sidebar > SciBlend UI:Changed
SciBlend for all panels.blender_manifest.toml name changed to SciBlend.bl_info to comply with single-entry policy.Dependencies
matplotlib==3.8.4, pillow==10.4.0, scipy==1.11.4 (mirrored on macOS files).scripts/fetch_wheels.sh; packaging via scripts/make_extension_zip.py.Fixed
Material.shadow_method usage; version-safe shadow toggles for objects/materials.text.usetex=False) for zero external TeX dependencies.custom_shape_path).CI/CD
sciblend-1.1.0-{target}.zip.Docs
Full Changelog: https://github.com/SciBlend/SciBlend/compare/v.1.0.0...v.1.1.0