Skip to content

Commit

Permalink
TechDraw: Assembly exploded views : revert FreeCAD#17726
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddleStroke authored Dec 16, 2024
1 parent bbb5b45 commit e657ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/App/ShapeExtractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ TopoDS_Shape ShapeExtractor::getShapes(const std::vector<App::DocumentObject*> l
else {
auto shape = Part::Feature::getShape(obj);
// if source obj has a shape, we use that shape.
if(!SU::isShapeReallyNull(shape) && !isExplodedView) {
if(!SU::isShapeReallyNull(shape)) {
if (checkShape(obj, shape)) {
sourceShapes.push_back(getLocatedShape(obj));
}
Expand Down

0 comments on commit e657ce9

Please sign in to comment.