terrain analysis errors
Blender and OS versions
Operating system: win11 64bit
Blender Version 4.1.1
Describe the bug trying to make a dem and trying to use the terrain analysis i get two errors
How to Reproduce use the node menu in gis and click terrain analysis
Error message
Python: Traceback (most recent call last): File "C:\Users\Ian\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenderGIS-master\operators\nodes_terrain_analysis_builder.py", line 71, in execute scaleNodesGroupTree.inputs.new('NodeSocketFloat','val') ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ShaderNodeTree' object has no attribute 'inputs'
Python: Traceback (most recent call last): File "C:\Users\Ian\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenderGIS-master\operators\nodes_terrain_analysis_builder.py", line 63, in execute scaleNodesGroupTree.inputs.clear() ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ShaderNodeTree' object has no attribute 'inputs'
Source: domlysz/BlenderGIS