-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 errors #912
Comments
anyone know a work around for this or is it a case of waiting for him to fix it? |
Hi, I have pasted what I changed and you can try it for yourself. Copy and paste this between lines 59 & 77 in your file located: C:\Users\You\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenderGIS-master\operators. Make a copy of the original just in case.
Hope it works for you! |
you sir just fixed it for me thank you . it wasn't working i tried doing it 4 times and i was getting an error about line 71 but it turns out i had opened 4.1 and was adding your fix to that blender and not 4.2 LOL but 4.2 is all working now thanks again |
Blender and OS versions
Operating system: win11 64bit
Blender Version
4.1.1
Describe the bug
trying to make a dem and trying to use the terrain analysis i get two errors
How to Reproduce
use the node menu in gis and click terrain analysis
Error message
Python: Traceback (most recent call last):
File "C:\Users\Ian\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenderGIS-master\operators\nodes_terrain_analysis_builder.py", line 71, in execute
scaleNodesGroupTree.inputs.new('NodeSocketFloat','val')
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ShaderNodeTree' object has no attribute 'inputs'
Python: Traceback (most recent call last):
File "C:\Users\Ian\AppData\Roaming\Blender Foundation\Blender\4.1\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: