Releases: Algebraic-UG/tree_clipper
v0.1.7
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.1.7] - 2026-06-05
Support for the next LTS version of Blender!
Added
- Support for Blender 5.2.
- A bunch of new tests based on the bundled assets from Blender itself.
Changed
Fixed
- Get Bundle Item import must have been broken.
[0.1.6] - 2026-02-26
This release is a Banger.
Tree Clipper already accepted exports from an earlier version of Tree Clipper, but the Blender version had to match exactly.
That was very limiting, and we're now trying to be backward-compatible.
Also worth highlighting: progress on third-party-defined properties.
Added
- Support for Blender 5.1.
- Backwards compatibility.
Changed
Fixed
- Issues with properties registered by third-party addons.
- Min/Max issue for certain subtypes in interface sockets.
- Crytomatte nodes issues.
[0.1.5] - 2026-01-23
This version might be the first to be in the extension store.
Added
Reporting runtime of the import.
Changed
Tags of the addon are now "Import-Export" and "Node".
Fixed
[0.1.4] - 2026-01-21
Increasing the default clipboard size limit.
Added
Changed
Fixed
[0.1.3] - 2026-01-21
This release is only there to push the new logo.
Added
Changed
Fixed
[0.1.2] - 2026-01-19
Fix annoying bug, easy sub-tree export, and starting backwards compatibilty.
Added
Backwards compatibility is now a goal.
Starting with this version, matching major, smaller-or-equal minor, and any path version can be imported.
Note that this doesn't (yet) change the strict Blender version requirement.
Changed
The tree that is currently visible is the one being exported, not the root tree.
This makes it more intuitive and easier to export sub-trees.
Fixed
If the editor displayed a sub-tree, the import still happened on the root (parent) tree.
[0.1.1] - 2026-01-08
Minor fixes and improvements.
Added
Addon preferences for max clipboard size and advanced options.
Changed
The export and import have one less pop-up to click through if the advanced options are hidden.
This is the default.
The import still has one if there are external items to be set.
Fixed
- Clipboard size limit check makes crashes with very large exports less likely.
- Fixed wrong export of the "Subsurface IOR" default value.
[0.1.0] - 2026-01-06
Initial release of the extension and package.
Added
Changed
Fixed
What's Changed
- Third party attributes by @Vollkornaffe in #173
- Release v0.1.6 by @Vollkornaffe in #174
- Add new project icon by @kolibril13 in #176
- fix: icon size in nested README.md by @Vollkornaffe in #179
- White background by @Vollkornaffe in #180
- Blender 5.2 by @Vollkornaffe in #204
- Update CI by @Vollkornaffe in #215
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.1.6] - 2026-02-26
This release is a Banger.
Tree Clipper already accepted exports from an earlier version of Tree Clipper, but the Blender version had to match exactly.
That was very limiting, and we're now trying to be backward-compatible.
Also worth highlighting: progress on third-party-defined properties.
Added
- Support for Blender 5.1.
- Backwards compatibility.
Changed
Fixed
- Issues with properties registered by third-party addons.
- Min/Max issue for certain subtypes in interface sockets.
- Crytomatte nodes issues.
[0.1.5] - 2026-01-23
This version might be the first to be in the extension store.
Added
Reporting runtime of the import.
Changed
Tags of the addon are now "Import-Export" and "Node".
Fixed
[0.1.4] - 2026-01-21
Increasing the default clipboard size limit.
Added
Changed
Fixed
[0.1.3] - 2026-01-21
This release is only there to push the new logo.
Added
Changed
Fixed
[0.1.2] - 2026-01-19
Fix annoying bug, easy sub-tree export, and starting backwards compatibilty.
Added
Backwards compatibility is now a goal.
Starting with this version, matching major, smaller-or-equal minor, and any path version can be imported.
Note that this doesn't (yet) change the strict Blender version requirement.
Changed
The tree that is currently visible is the one being exported, not the root tree.
This makes it more intuitive and easier to export sub-trees.
Fixed
If the editor displayed a sub-tree, the import still happened on the root (parent) tree.
[0.1.1] - 2026-01-08
Minor fixes and improvements.
Added
Addon preferences for max clipboard size and advanced options.
Changed
The export and import have one less pop-up to click through if the advanced options are hidden.
This is the default.
The import still has one if there are external items to be set.
Fixed
- Clipboard size limit check makes crashes with very large exports less likely.
- Fixed wrong export of the "Subsurface IOR" default value.
[0.1.0] - 2026-01-06
Initial release of the extension and package.
Added
Changed
Fixed
What's Changed
- Release v0.1.5 by @Vollkornaffe in #160
- Skip Value Clamping for Interface Sockets by @Vollkornaffe in #163
- Fix cryptomatte nodes by @Vollkornaffe in #166
- Prep for 5.1 by @Vollkornaffe in #164
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.1.5] - 2026-01-23
This version might be the first to be in the extension store.
Added
Reporting runtime of the import.
Changed
Tags of the addon are now "Import-Export" and "Node".
Fixed
[0.1.4] - 2026-01-21
Increasing the default clipboard size limit.
Added
Changed
Fixed
[0.1.3] - 2026-01-21
This release is only there to push the new logo.
Added
Changed
Fixed
[0.1.2] - 2026-01-19
Fix annoying bug, easy sub-tree export, and starting backwards compatibilty.
Added
Backwards compatibility is now a goal.
Starting with this version, matching major, smaller-or-equal minor, and any path version can be imported.
Note that this doesn't (yet) change the strict Blender version requirement.
Changed
The tree that is currently visible is the one being exported, not the root tree.
This makes it more intuitive and easier to export sub-trees.
Fixed
If the editor displayed a sub-tree, the import still happened on the root (parent) tree.
[0.1.1] - 2026-01-08
Minor fixes and improvements.
Added
Addon preferences for max clipboard size and advanced options.
Changed
The export and import have one less pop-up to click through if the advanced options are hidden.
This is the default.
The import still has one if there are external items to be set.
Fixed
- Clipboard size limit check makes crashes with very large exports less likely.
- Fixed wrong export of the "Subsurface IOR" default value.
[0.1.0] - 2026-01-06
Initial release of the extension and package.
Added
Changed
Fixed
What's Changed
- Release v0.1.4 by @Vollkornaffe in #156
- Flesh out README a bit more by @Vollkornaffe in #157
- Add Crude Timer to Import by @Vollkornaffe in #159
- Remove Superfluous Tags by @Vollkornaffe in #158
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.1.4] - 2026-01-21
Increasing the default clipboard size limit.
Added
Changed
Fixed
[0.1.3] - 2026-01-21
This release is only there to push the new logo.
Added
Changed
Fixed
[0.1.2] - 2026-01-19
Fix annoying bug, easy sub-tree export, and starting backwards compatibilty.
Added
Backwards compatibility is now a goal.
Starting with this version, matching major, smaller-or-equal minor, and any path version can be imported.
Note that this doesn't (yet) change the strict Blender version requirement.
Changed
The tree that is currently visible is the one being exported, not the root tree.
This makes it more intuitive and easier to export sub-trees.
Fixed
If the editor displayed a sub-tree, the import still happened on the root (parent) tree.
[0.1.1] - 2026-01-08
Minor fixes and improvements.
Added
Addon preferences for max clipboard size and advanced options.
Changed
The export and import have one less pop-up to click through if the advanced options are hidden.
This is the default.
The import still has one if there are external items to be set.
Fixed
- Clipboard size limit check makes crashes with very large exports less likely.
- Fixed wrong export of the "Subsurface IOR" default value.
[0.1.0] - 2026-01-06
Initial release of the extension and package.
Added
Changed
Fixed
What's Changed
- Release v0.1.3 by @Vollkornaffe in #154
- Improve Default Clipboard Size Limit by @Vollkornaffe in #155
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.1.3] - 2026-01-21
This release is only there to push the new logo.
Added
Changed
Fixed
[0.1.2] - 2026-01-19
Fix annoying bug, easy sub-tree export, and starting backwards compatibilty.
Added
Backwards compatibility is now a goal.
Starting with this version, matching major, smaller-or-equal minor, and any path version can be imported.
Note that this doesn't (yet) change the strict Blender version requirement.
Changed
The tree that is currently visible is the one being exported, not the root tree.
This makes it more intuitive and easier to export sub-trees.
Fixed
If the editor displayed a sub-tree, the import still happened on the root (parent) tree.
[0.1.1] - 2026-01-08
Minor fixes and improvements.
Added
Addon preferences for max clipboard size and advanced options.
Changed
The export and import have one less pop-up to click through if the advanced options are hidden.
This is the default.
The import still has one if there are external items to be set.
Fixed
- Clipboard size limit check makes crashes with very large exports less likely.
- Fixed wrong export of the "Subsurface IOR" default value.
[0.1.0] - 2026-01-06
Initial release of the extension and package.
Added
Changed
Fixed
What's Changed
- Release v0.1.2 by @Vollkornaffe in #149
- Multi Link Bug by @Vollkornaffe in #152
- Update readme by @Vollkornaffe in #153
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.1.2] - 2026-01-19
Fix annoying bug, easy sub-tree export, and starting backwards compatibilty.
Added
Backwards compatibility is now a goal.
Starting with this version, matching major, smaller-or-equal minor, and any path version can be imported.
Note that this doesn't (yet) change the strict Blender version requirement.
Changed
The tree that is currently visible is the one being exported, not the root tree.
This makes it more intuitive and easier to export sub-trees.
Fixed
If the editor displayed a sub-tree, the import still happened on the root (parent) tree.
[0.1.1] - 2026-01-08
Minor fixes and improvements.
Added
Addon preferences for max clipboard size and advanced options.
Changed
The export and import have one less pop-up to click through if the advanced options are hidden.
This is the default.
The import still has one if there are external items to be set.
Fixed
- Clipboard size limit check makes crashes with very large exports less likely.
- Fixed wrong export of the "Subsurface IOR" default value.
[0.1.0] - 2026-01-06
Initial release of the extension and package.
Added
Changed
Fixed
What's Changed
- Reduce UI by @Vollkornaffe in #136
- Release v0.1.1 by @Vollkornaffe in #138
- Make it possible to export currently opened sub-tree by @kolibril13 in #141
- Insert Imported Group in Edit Tree by @Vollkornaffe in #147
- Loosen Version Check by @Vollkornaffe in #148
New Contributors
- @kolibril13 made their first contribution in #141
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.1.1] - 2026-01-08
Minor fixes and improvements.
Added
Addon preferences for max clipboard size and advanced options.
Changed
The export and import have one less pop-up to click through if the advanced options are hidden.
This is the default.
The import still has one if there are external items to be set.
Fixed
- Clipboard size limit check makes crashes with very large exports less likely.
- Fixed wrong export of the "Subsurface IOR" default value.
[0.1.0] - 2026-01-06
Initial release of the extension and package.
Added
Changed
Fixed
What's Changed
- Pypi package by @Vollkornaffe in #130
- PyPI Package by @Vollkornaffe in #131
- Workaround Subsurface IOR by @Vollkornaffe in #133
- Clipboard Size Limit by @Vollkornaffe in #135
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[0.1.0] - 2026-01-06
Initial release of the extension and package.
Added
Changed
Fixed
What's Changed
- Use TYPE_CHECKING for better definitions by @BradyAJohnston in #6
- Small Fmt Changes by @Vollkornaffe in #9
- Support Enum Sets by @Vollkornaffe in #14
- Quaternion type mapping by @BradyAJohnston in #15
- Io Outside and Compression by @Vollkornaffe in #19
- improve variable naming by @Vollkornaffe in #22
- slight ui changes, might be for the worse by @Vollkornaffe in #20
- External pointers by @Vollkornaffe in #29
- Restructure into package and add CI by @BradyAJohnston in #32
- Add GNU GPL v3 license by @BradyAJohnston in #36
- Create CHANGELOG.md for project documentation by @BradyAJohnston in #38
- Add Code of Conduct by @BradyAJohnston in #37
- Fix Initial Getter by @Vollkornaffe in #41
- deal with the squiggles and more by @Vollkornaffe in #42
- Forbidden Properties by @Vollkornaffe in #44
- Dimension First by @Vollkornaffe in #45
- Node parent by @Vollkornaffe in #47
- Input Order by @Vollkornaffe in #49
- External pointers round 2 by @Vollkornaffe in #51
- Improve Consistency in Constant Usage by @Vollkornaffe in #57
- Test all nodes by @Vollkornaffe in #63
- fix export all types of subtrees by @Vollkornaffe in #77
- remove skip_defaults by @Vollkornaffe in #78
- Upload failed blend files by @Vollkornaffe in #79
- Canonical References by @Vollkornaffe in #76
- Fix interface with panel toggle by @Vollkornaffe in #81
- Big round trip tests by @Vollkornaffe in #85
- Releases by @Vollkornaffe in #90
- Fix Switch Node by @Vollkornaffe in #93
- Fix Multi Input Sorting by @Vollkornaffe in #95
- Check and Clamp Values Out of Valid Range by @Vollkornaffe in #97
- Add JSON Diff in Testing by @Vollkornaffe in #102
- Various Fixes by @Vollkornaffe in #104
- Restructure for Downstream by @Vollkornaffe in #103
- Fix Release Pipeline After Restructuring by @Vollkornaffe in #105
- fix binary blend files path in README by @Vollkornaffe in #106
- Remove Override by @Vollkornaffe in #108
- Fix Remaining Issues Discovered by JSON Diffing by @Vollkornaffe in #110
- Check version immediately by @Vollkornaffe in #117
- Only use
BuildRNAInfoin Tests by @Vollkornaffe in #116 - Statistics by @Vollkornaffe in #118
- Modal Execution by @Vollkornaffe in #119
- Support Using Clipboard by @Vollkornaffe in #120
- Allow import with no tree by @Vollkornaffe in #123
- Add Node Group With Imported Root by @Vollkornaffe in #124
- Add Important Info Around Vendoring by @Vollkornaffe in #126
- Test Specific Versions by @Vollkornaffe in #129
New Contributors
- @BradyAJohnston made their first contribution in #6
Full Changelog: https://github.com/Algebraic-UG/tree_clipper/commits/v0.1.0