Skip to content

Commit

Permalink
DRAWEXE export: minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
5263 authored and wwmayer committed Dec 23, 2014
1 parent ca3ad00 commit d012606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Sandbox/exportDRAWEXE.py
Expand Up @@ -533,6 +533,8 @@ def process_object(self,ob,checksupported=False,toplevel=False):
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():
Expand Down

0 comments on commit d012606

Please sign in to comment.