BlenderGIS icon indicating copy to clipboard operation
BlenderGIS copied to clipboard

Terrain Analysis problem

Open colinbownes opened this issue 1 month ago • 0 comments

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'

colinbownes avatar Jun 04 '24 12:06 colinbownes