domlysz / BlenderGIS

Blender addons to make the bridge between Blender and geographic data
GNU General Public License v3.0
7.61k stars 1.34k forks source link

import osm error #576

Open kennizy opened 2 years ago

kennizy commented 2 years ago

Traceback (most recent call last): File "C:\Users\zhengying\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\BlenderGIS\operators\io_import_osm.py", line 592, in execute self.build(context, result, geoscn.crs) File "C:\Users\zhengying\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\BlenderGIS\operators\io_import_osm.py", line 443, in build seed(way.id, way.tags, pts) File "C:\Users\zhengying\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\BlenderGIS\operators\io_import_osm.py", line 251, in seed face = bm.faces.new(verts) TypeError: faces.new(...): sequence incorrect size, expected [3 - -1], given 2

location: :-1

wsxue commented 1 year ago

I have the same problem, Did you solve it? please