From 7b79f2da24ea9d8d6724ef87b24fb43b1a61f6b2 Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Wed, 7 May 2025 13:00:33 +0100 Subject: [PATCH] [BIM} remove incorrect check which was stopping the default Pipe being created --- src/Mod/BIM/ArchPipe.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/BIM/ArchPipe.py b/src/Mod/BIM/ArchPipe.py index 3053a67519..067203e094 100644 --- a/src/Mod/BIM/ArchPipe.py +++ b/src/Mod/BIM/ArchPipe.py @@ -122,8 +122,6 @@ class _ArchPipe(ArchComponent.Component): import DraftGeomUtils if self.clone(obj): return - if not self.ensureBase(obj): - return pl = obj.Placement w = self.getWire(obj) if not w: