Skip to main content

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. 🔨 Plugin 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.

January 17, 2025

✨ Changed code structure to allow easier installation from Blender version 4.2 on

November 11, 2024

✨ Export / Import format changed to glb instead of gltf


🔨 Output directory does not have to be defined by the user anymore


⚡ Fixed bugs with uninstall process


November 07, 2024

✨ Updates to the schema (now compatible with settings file validated against 3D Processing v1.1 schema)


🔨 Check if Blender is open during plugin installation
🔨 Force file removal during uninstall


October 22, 2024

✨User-defined output directory for GLTF export
✨Hides collection node if all nodes within are hidden
✨Verifies existence of Blender executable during installation


🔨Help link now directs straight to the plugin page
🔨Plugin window remains in the foreground only when Blender is focused
🔨Improved handling of child-parent connections


August 15th, 2024

✨Initial Release supporting all 3D Processor Features
✨Exchange between blender and this plugin via glTF (file export to other formats via blender)