unregister()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.threading based import workflow has been replaced with a subprocess based worker process.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/
bioxelutils into bioxel.data, bioxel.layer, layer.py, node.py modulesnode_menu.py and scattered panel code into panels.pybioxelutils/common.py, container.py, layer.py, node.py
Fix light source transparent effect
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