Draft: fixed bug in downgrade - fixes #2261

This commit is contained in:
Yorik van Havre
2015-12-02 21:25:37 -02:00
parent 6c9650ebf5
commit 67bbf9a6e6

View File

@@ -3006,6 +3006,7 @@ def downgrade(objects,delete=False,force=None):
onlyedges = True
parts = []
solids = []
result = None
for o in objects:
if o.isDerivedFrom("Part::Feature"):