PartDesign: Remove unnecessary warning.

This commit is contained in:
paddle
2025-07-09 09:45:50 +02:00
parent a875eb4081
commit 274ae4ba2b

View File

@@ -409,9 +409,6 @@ App::DocumentObjectExecReturn* Transformed::execute()
}
supportShape = refineShapeIfActive((supportShape));
if (!isSingleSolidRuleSatisfied(supportShape.getShape())) {
Base::Console().warning("Transformed: Result has multiple solids. Only keeping the first. Or enable 'Allow Compounds' in the active body.\n");
}
this->Shape.setValue(getSolid(supportShape)); // picking the first solid
rejected = getRemainingSolids(supportShape.getShape());