diff --git a/speckle_import.py b/speckle_import.py index 5809a27..d8c807b 100644 --- a/speckle_import.py +++ b/speckle_import.py @@ -60,6 +60,8 @@ def set_filename(fileName): print(f"Found {len(rooms)} rooms") for room in rooms: (converted, _) = display_value_to_native(room, f"FakeRoom{room.id}", get_scale_factor(room)) + if not converted: + continue #calculate bounds minimum = Vector((+math.inf, +math.inf, +math.inf))