You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blender 4.1 on Windows 10, BlenderGIS Version 2.2.10
Describe the bug
After importing a DEM (actually a DSM from UK Defra) as a GeoTiff using a CRS of British National Grid) the import is all fine. I then want to do a Terrain Analysis on the imported DEM but it fails with an error message of AttributeError: 'ShaderNodeTree' object has no attribute 'inputs'.
How to Reproduce
Happens each time Terrain Analysis is attempted.
Error message
Error: Python: Traceback (most recent call last):
File "C:\Users\colin\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenderGIS-wms_dem\operators\nodes_terrain_analysis_builder.py", line 63, in execute
scaleNodesGroupTree.inputs.clear()
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ShaderNodeTree' object has no attribute 'inputs'
The text was updated successfully, but these errors were encountered:
Blender and OS versions
Blender 4.1 on Windows 10, BlenderGIS Version 2.2.10
Describe the bug
After importing a DEM (actually a DSM from UK Defra) as a GeoTiff using a CRS of British National Grid) the import is all fine. I then want to do a Terrain Analysis on the imported DEM but it fails with an error message of AttributeError: 'ShaderNodeTree' object has no attribute 'inputs'.
How to Reproduce
Happens each time Terrain Analysis is attempted.
Error message
Error: Python: Traceback (most recent call last):
File "C:\Users\colin\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenderGIS-wms_dem\operators\nodes_terrain_analysis_builder.py", line 63, in execute
scaleNodesGroupTree.inputs.clear()
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ShaderNodeTree' object has no attribute 'inputs'
The text was updated successfully, but these errors were encountered: