Make InList hadling and topological sort more robust. fixes #0002871
This commit is contained in:
@@ -516,7 +516,7 @@ Py::List DocumentPy::getObjects(void) const
|
||||
return res;
|
||||
}
|
||||
|
||||
Py::List DocumentPy::getToplogicalSortedObjects(void) const
|
||||
Py::List DocumentPy::getTopologicalSortedObjects(void) const
|
||||
{
|
||||
std::vector<DocumentObject*> objs = getDocumentPtr()->topologicalSort();
|
||||
Py::List res;
|
||||
|
||||
Reference in New Issue
Block a user