Update openpype/hosts/maya/plugins/publish/collect_instances.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Felix Wang 2022-06-09 10:42:20 -07:00 committed by GitHub
parent ce7b19d51b
commit 0616db322d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ def get_all_children(nodes):
Using maya.cmds.listRelatives(allDescendents=True) includes only the first
instance. As such, this function acts as an optimal replacement with a
focus on a fast query.
Borrowed from Colorbleed: https://tinyurl.com/bdht6fyh
"""