BlenderGIS
BlenderGIS copied to clipboard
cannot get buildings from Get OSM
Blender and OS versions
Blender 4.1 Windows 10 Professional
BlenderGIS v2.2.10
Describe the bug
Getting the following error when trying to import buildings from Get OSM :
How to Reproduce
GIS -> Web Geodata -> Get OSM -> Selecting "Nodes" then "building" -> checking "Elevation from object" and "Building Extrusion"
Error message
Python: Traceback (most recent call last): File "C:\Users\atamort\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\BlenderGIS-2210\operators\io_import_osm.py", line 647, in execute if len(objs) == 1 and aObj.type == 'MESH': ^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'type'