Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terrain Analysis problem #896

Open
colinbownes opened this issue Jun 4, 2024 · 0 comments
Open

Terrain Analysis problem #896

colinbownes opened this issue Jun 4, 2024 · 0 comments

Comments

@colinbownes
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant