We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.1.2 4.2.3 4.3.2
when ‘terrain analysis’ is launched, a code is displayed and the action is not performed.
I've already tried changing the code ‘Terrain Analysis problem #896’ but it doesn't change anything for this code.
Do you have a solution?
Python : Traceback (most recent call last): File "C:\Users\dylan\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\BlenderGIS-master\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:
No branches or pull requests
Blender and OS versions
4.1.2 4.2.3 4.3.2
Describe the bug
when ‘terrain analysis’ is launched, a code is displayed and the action is not performed.
I've already tried changing the code ‘Terrain Analysis problem #896’ but it doesn't change anything for this code.
Do you have a solution?
How to Reproduce
Error message
Python : Traceback (most recent call last):
File "C:\Users\dylan\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\BlenderGIS-master\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: