Open meshy opened 7 years ago
We can get all descendants with get_descendants, but it would be nice to be able to limit that to direct children only.
get_descendants
Perhaps the inverse of #121.
Alternatively, perhaps it would be better to add a depth parameter to get_descendants. This could then be used to limit the objects returned from there.
depth
Related to #131
We can get all descendants with
get_descendants
, but it would be nice to be able to limit that to direct children only.Perhaps the inverse of #121.