Great! Please note the difference between gui.clone() and gui.clone_tree() where clone() simply clones a single node while clone_tree() clones a node and all of it’s children.
2 Likes
Great! Please note the difference between gui.clone() and gui.clone_tree() where clone() simply clones a single node while clone_tree() clones a node and all of it’s children.