![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | lalel345 |
I have several nodes in a group and I want to delete them by code only those that are within that group, i know how delete childrens with:
for i in get_children():
remove_children(i)
How do I do them for the nodes that belong to the group?