BlenderGIS icon indicating copy to clipboard operation
BlenderGIS copied to clipboard

cannot get buildings from Get OSM

Open AbdelghaniTamort opened this issue 1 year ago • 0 comments

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 : image

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'

AbdelghaniTamort avatar May 13 '24 12:05 AbdelghaniTamort