Draft: fixed bug in downgrade - fixes #2261
This commit is contained in:
parent
1acf487040
commit
d0dac0c658
|
@ -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"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user