mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Update openpype/hosts/max/plugins/load/load_pointcache.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
534c3d0521
commit
23a6e1bdaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue