Update openpype/hosts/max/plugins/load/load_pointcache.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Ondřej Samohel 2023-01-27 12:01:20 +01:00 committed by GitHub
parent 534c3d0521
commit 23a6e1bdaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ importFile @"{file_path}" #noPrompt
children = []
for c in node.Children:
children.append(c)
children = children + list_children(c)
children += list_children(c)
return children
filtered = []