[PartDesign] Revert #11357
See https://github.com/FreeCAD/FreeCAD/issues/11961#issuecomment-1889721739
This commit is contained in:
@@ -515,7 +515,6 @@ bool TaskPipeParameters::accept()
|
||||
for (auto obj : copies) {
|
||||
pcActiveBody->addObject(obj);
|
||||
}
|
||||
pcActiveBody->execute();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
QMessageBox::warning(this, tr("Input error"), QApplication::translate("Exception", e.what()));
|
||||
|
||||
Reference in New Issue
Block a user