Skip to main content

Blender Add-On v0.2.0

March 25, 2025

✨ Added support for macOS.
✨ Added an option to import CAD models.
✨ Added tooltips to UI elements.
✨ Cancel and retry button added on execution.
✨ Minimum and maximum limits added to input fields.


🔨 Changed code structure to allow easier installation from Blender version 4.2 onwards.
🔨 Now using Blender native UI instead of PySide.
🔨 Add-On is now docked in the Sidebar of the 3D Viewport.
🔨 Complete overhall of UI scripts to adjust to Blender internal API bpy.
🔨 Tabs can be enabled and disabled.
🔨 Most input fields are now limited to a min and max value.
🔨 Improved Settings export.
🔨 General improvements to UI.


⚡ Fixed naming and placement of nodes in their Collections after running.
⚡ Fixed a bug with adding a temporary API Token.


⛔ Removed standalone version and PySide scripts.