From c59ae2a84344302a1722be23a172321e4f52d1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Luis=20Cerc=C3=B3s=20Pita?= Date: Tue, 31 Jan 2012 10:02:30 +0100 Subject: [PATCH] Solved ghost empty sections --- src/Mod/Ship/Instance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Ship/Instance.py b/src/Mod/Ship/Instance.py index 7e9fe5977..26f28aabe 100644 --- a/src/Mod/Ship/Instance.py +++ b/src/Mod/Ship/Instance.py @@ -140,6 +140,7 @@ class Ship: FreeCAD.Console.PrintWarning('\tThis may happens if a bad defined (or really complex) surface has been provided.\n') FreeCAD.Console.PrintWarning('\tPlease, ensure that this section is correct, or fix surfaces and create a new ship.\n') nPoints.append(0) + continue # Desarrollate wires into edges list edges = [] for j in range(0,len(wires)):