This version of add-on is unusable in Blender 4.2 as it keeps showing error messages pop-ups whenever almost any parameter slider's values are reaching near maximum limit. For example, a "Branch Distribution" parameter shows errors when value is going beyond 9.59. Same happens when value is decreased from the maximum limit of 10.00 -- this time errors keep showing at 8.81. The "Random Seed" parameter alone capable of locking current Blender session with always showing error message pop-up that never goes away as there is no maximum or minimum limit. The error code looks like this:
Python: Traceback (most recent call last):
File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\sapling_tree_gen__init__.py", line 1079, in execute
utils.addTree(self)
File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\sapling_tree_gen\utils.py", line 1712, in addTree
ratio, splineToBone = perform_pruning(
^^^^^^^^^^^^^^^^
File "C:\Users**\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\sapling_tree_gen\utils.py", line 1408, in perform_pruning
childP.extend(interpStem(s, tVals, s.segMax s.segL, s.radS, maxOffset, baseSize))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\sapling_tree_gen\utils.py", line 278, in interpStem
points[index + 1].handle_left, points[index + 1].co, tTemp
~~~~~~^^^^^^^^^^^
IndexError: bpy_prop_collection[index]: index 7 out of range, size 7
I can see it says in the description that this add-on has limited support, but come on! Eiter fix it or remove it alltogether as there is no way of using in the current state.
This version of add-on is unusable in Blender 4.2 as it keeps showing error messages pop-ups whenever almost any parameter slider's values are reaching near maximum limit. For example, a "Branch Distribution" parameter shows errors when value is going beyond 9.59. Same happens when value is decreased from the maximum limit of 10.00 -- this time errors keep showing at 8.81. The "Random Seed" parameter alone capable of locking current Blender session with always showing error message pop-up that never goes away as there is no maximum or minimum limit. The error code looks like this:
Python: Traceback (most recent call last): File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\sapling_tree_gen__init__.py", line 1079, in execute utils.addTree(self) File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\sapling_tree_gen\utils.py", line 1712, in addTree ratio, splineToBone = perform_pruning( ^^^^^^^^^^^^^^^^ File "C:\Users**\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\sapling_tree_gen\utils.py", line 1408, in perform_pruning childP.extend(interpStem(s, tVals, s.segMax s.segL, s.radS, maxOffset, baseSize)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users***\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\sapling_tree_gen\utils.py", line 278, in interpStem points[index + 1].handle_left, points[index + 1].co, tTemp ~~~~~~^^^^^^^^^^^ IndexError: bpy_prop_collection[index]: index 7 out of range, size 7
I can see it says in the description that this add-on has limited support, but come on! Eiter fix it or remove it alltogether as there is no way of using in the current state.