Skip to content

Commit

Permalink
solver: sync core API change
Browse files Browse the repository at this point in the history
Fixes #52
  • Loading branch information
realthunder committed Sep 23, 2018
1 parent 78904d5 commit 19ef857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def _solve(objs=None,recursive=None,reportFailed=False,
# TODO: it would be ideal if we can filter out those disabled assemblies
# found during the recursive search. Can't think of an easy way right
# now
objs = FreeCAD.getDependentObjects(assemblies,False,True)
objs = FreeCAD.getDependentObjects(assemblies,1)
assemblies = []
for obj in objs:
if not isTypeOf(obj,Assembly):
Expand Down

0 comments on commit 19ef857

Please sign in to comment.