diff --git a/src/Mod/Sandbox/exportDRAWEXE.py b/src/Mod/Sandbox/exportDRAWEXE.py index 8ed95d0a5..56f0c3e01 100644 --- a/src/Mod/Sandbox/exportDRAWEXE.py +++ b/src/Mod/Sandbox/exportDRAWEXE.py @@ -533,6 +533,8 @@ class Drawexporter(object): sectionname = tempname except NotImplementedError: explodeshape = False # fallback + else: + explodeshape = False # fallback if we hit the False before if not explodeshape: # extract only the used subshape sh = subobj.Shape if not sh.isNull():