domlysz / BlenderGIS

Blender addons to make the bridge between Blender and geographic data
GNU General Public License v3.0
7.7k stars 1.35k forks source link

Terrain Analysis problem #896

Open colinbownes opened 4 months ago

colinbownes commented 4 months ago

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'

vac9181 commented 3 months ago

no fix for this ?

colinbownes commented 3 months ago

no fix for this ?

Not so far.

Joe-Maz commented 2 months ago

Hi, I added a comment on the latest posted issue regarding this problem.

Hope it helps.