Extensions
  • Home
  • Add-ons
  • Themes
  • Approval Queue
  • About
  • Upload Extension
  • Sign in
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    DEVELOPMENT

    • Roadmap

      See which projects are currently being worked on and what's next.

    • Documentation

      Guidelines, release notes and development docs.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

All Add-ons

Add-on Bioxel Nodes
Bioxel Nodes

For scientific volumetric data visualization in Blender.
Add-on by icrdr
About What's New Permissions Reviews Version History

Version History

2.0.4
Compatibility
Blender 5.0 and newer
  • 422
  • July 10th, 2026

Changelog

  • Removed the automatic asset library cleanup from unregister()
Compatibility
Blender 5.0 and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
422
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v2.0.4 132.2 MB macOS Intel v2.0.4 154.3 MB macOS Apple Silicon v2.0.4 142.7 MB Linux v2.0.4 173.8 MB
2.0.3
Compatibility
Blender 5.0 and newer
  • 20
  • July 9th, 2026

Changelog

  • Removes O Bioxel Asset Library when the add-on is unregistered.
Compatibility
Blender 5.0 and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
20
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Awaiting Review
Windows v2.0.3 132.2 MB macOS Intel v2.0.3 154.3 MB macOS Apple Silicon v2.0.3 142.7 MB Linux v2.0.3 173.8 MB
2.0.2
Compatibility
Blender 5.0 and newer
  • 14
  • July 8th, 2026

Changelog

  • Moved the heavy volumetric import work to a background Blender CLI worker.
  • Added an official Blender CLI command entry point for the import worker.
  • Removed unsupported sys.path, usage from the import flow.
  • Kept metadata reading in the main process, while expensive layer processing and cache generation run in the background.
  • Improved import progress reporting and error logging.
  • Better supports Blender Extension-style add-on module names.
Compatibility
Blender 5.0 and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
14
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Awaiting Review
Windows v2.0.2 132.2 MB macOS Intel v2.0.2 154.3 MB macOS Apple Silicon v2.0.2 142.7 MB Linux v2.0.2 173.8 MB
2.0.1
Compatibility
Blender 5.0 and newer
  • 17
  • July 7th, 2026

Changelog

  • Asset library registration is no longer performed automatically during add-on register/unregister.
  • The O Bioxel asset library is now installed only through a manual user action via the “Add Nodes Library” operator, so Blender no longer does unnecessary asset library add/remove work on each registration.
  • SciPy is now handled as a proper bundled wheel according to Blender’s Python wheels documentation. The previous internal fallback/copy of scipy-related code has been removed.
  • packaging is no longer bundled as a wheel, since Blender already ships it.
  • The previous threading based import workflow has been replaced with a subprocess based worker process.
Compatibility
Blender 5.0 and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
17
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Awaiting Review
Windows v2.0.1 132.2 MB macOS Intel v2.0.1 154.3 MB macOS Apple Silicon v2.0.1 142.7 MB Linux v2.0.1 173.8 MB
2.0.0
Compatibility
Blender 5.0 and newer
  • 1037
  • May 25th, 2026

Changelog

v2.0.x supporting only Blender 5.0+. The usage is completely different from before and is not compatible with old version files. See http://docs.omoolab.xyz/bioxelnodes/2.0.x/en/basics/

🚀 New Features

  • Supporting Blender 5.1+
  • New asset catalog and layer management with Blender asset library integration
  • Added scipy_ndimage binary file support for all platforms

🐛 Bug Fixes

  • Downgraded h5py to 3.14.0 for compatibility

🛠️ Other Changes

  • SimpleITK 2.3.1→2.5.5, h5py 3.11.0→3.14.0, added matplotlib, pillow
  • Split bioxelutils into bioxel.data, bioxel.layer, layer.py, node.py modules
  • Merged node_menu.py and scattered panel code into panels.py
  • Deleted bioxelutils/common.py, container.py, layer.py, node.py
  • Updated build.py with better platform support
Compatibility
Blender 5.0 and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
1037
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v2.0.0 59.7 MB macOS Intel v2.0.0 85.7 MB macOS Apple Silicon v2.0.0 88.5 MB Linux v2.0.0 107.0 MB
1.0.9
Compatibility
Blender 4.2 LTS and newer
  • 10677
  • April 11th, 2025

Changelog

What’s Changed

  • Add slicer to layer when container is new @icrdr (#57)
  • Remove OSL scripts to improve render @icrdr (#56)
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
10677
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.9 26.7 MB macOS Intel v1.0.9 53.2 MB macOS Apple Silicon v1.0.9 42.0 MB Linux v1.0.9 60.3 MB
1.0.8
Compatibility
Blender 4.2 LTS and newer
  • 308
  • April 9th, 2025

Changelog

What’s Changed

  • Fix compatibility with blender 4.4 @icrdr (#55)
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
308
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.8 26.8 MB macOS Intel v1.0.8 53.2 MB macOS Apple Silicon v1.0.8 42.0 MB Linux v1.0.8 60.3 MB
1.0.7
Compatibility
Blender 4.2 LTS and newer
  • 7199
  • November 1st, 2024

Changelog

Features

  • Add gamma prop to correct color from non-linear image
  • Add "copy transform" node

Bug Fixes

  • Fix slice viewer change all 3d viewports
  • Fix eevee env light effect cycles render
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
7199
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.7 26.8 MB macOS Intel v1.0.7 53.2 MB macOS Apple Silicon v1.0.7 42.0 MB Linux v1.0.7 60.4 MB
1.0.6
Compatibility
Blender 4.2 LTS and newer
  • 397
  • October 30th, 2024

Changelog

Features

  • Better shader in eevee
  • Add more control to transform node
  • Add env light to reduce volume shadow in eevee
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
397
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.6 26.8 MB macOS Intel v1.0.6 53.2 MB macOS Apple Silicon v1.0.6 42.0 MB Linux v1.0.6 60.3 MB
1.0.5
Compatibility
Blender 4.2 LTS and newer
  • 325
  • October 29th, 2024

Changelog

What’s Changed

  • Improve eevee render

image Fix light source transparent effect

Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
325
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.5 26.8 MB macOS Intel v1.0.5 53.2 MB macOS Apple Silicon v1.0.5 42.0 MB Linux v1.0.5 60.3 MB
1.0.4
Compatibility
Blender 4.2 LTS and newer
  • 1666
  • October 10th, 2024

Changelog

Features

  • Add help menu
  • Better surface topo

Bug Fixes

  • Fix cutter node invert not work
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
1666
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.4 26.8 MB macOS Intel v1.0.4 53.2 MB macOS Apple Silicon v1.0.4 41.9 MB Linux v1.0.4 60.3 MB
1.0.3
Compatibility
Blender 4.2 LTS and newer
  • 1217
  • September 27th, 2024

Changelog

Features

  • Speed up converting process when as label
  • Add new node "Extrude Transform"

Bug Fixes

  • Fix the as color button's text is incorrectly written as "as label"
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
1217
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.3 26.8 MB macOS Intel v1.0.3 53.2 MB macOS Apple Silicon v1.0.3 41.9 MB Linux v1.0.3 60.3 MB
1.0.2
Compatibility
Blender 4.2 LTS and newer
  • 1064
  • September 19th, 2024

Changelog

Features

  • Smooth label
  • Better topo on cutout by range
  • Add cutter name to node

Bug Fixes

  • Fix relocate cannot work on missing layer
  • Fix import fail if label are all zero
  • Fix cannot append node lib file on NAS (UNC path)
  • Fix join component cause disappear
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
1064
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.2 26.7 MB macOS Intel v1.0.2 53.2 MB macOS Apple Silicon v1.0.2 41.9 MB Linux v1.0.2 60.3 MB
1.0.1
Compatibility
Blender 4.2 LTS and newer
  • 816
  • September 13th, 2024

Changelog

Bug Fixes

  • Fix cannot decode utf-8 issue
  • Fix join component cause missing
  • Fix cannot extract wire
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
816
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.1 26.7 MB macOS Intel v1.0.1 53.2 MB macOS Apple Silicon v1.0.1 41.9 MB Linux v1.0.1 60.3 MB
1.0.0
Compatibility
Blender 4.2 LTS and newer
  • 545
  • September 11th, 2024

Changelog

What’s Changed

v1.0.0's node functionality has been redesigned, and addon's usage is completely different from before.

🤗 See here for details Step by Step

  • Faster reconstruction
  • Real-time feedback
  • Controlled rendering quality
  • Dramatically improve the user experience
Compatibility
Blender 4.2 LTS and newer
Supported Platforms
  • macOS Apple Silicon, Intel
  • Windows
  • Linux
Downloads
545
Permissions
This version requests the following:
  • Files Import/export volume data from/to disk
License
GNU General Public License v3.0 or later
Status
Approved
Windows v1.0.0 26.7 MB macOS Intel v1.0.0 53.2 MB macOS Apple Silicon v1.0.0 41.9 MB Linux v1.0.0 60.3 MB
  • 1
  • 2
  • Next
  • Last
27 versions
  • About
  • Privacy Policy
  • Terms of Service
About
  • Blender Foundation
  • Blender Institute
  • Blender Studio
  • License
  • Logo & Trademark
  • Credits
  • Privacy Policy
  • Code of Conduct
Organization
  • People
  • Jobs
Blender Network
Download
  • Latest Blender
  • Blender LTS
  • Previous Versions
  • Experimental Builds
  • Source Code
  • Requirements
  • Benchmark
  • Flamenco
Extensions
  • Add-ons
  • Themes
Developers
  • Get Started
  • Roadmap
  • Projects
  • Docs
  • Blog
  • Forum
  • YouTube
  • Python API
Blender Studio
  • Films
  • Training
  • Tools & Pipeline
Support
  • Manual
  • Community
  • FAQ
Get Involved
  • Documentation
  • Education
News
  • Press Releases
  • User Stories
Blender Conference
Follow Blender
Support Blender
  • Donate
  • One-time Donation
Artistic freedom starts with Blender The Free and Open Source 3D Creation Suite