(UI Clutter) Nodes being overlay for Graph editor for Subtrees during runtime.

zerokiri

New member
Hi,

So I have a main tree that path to subtree using Subtree reference which also path to other subtrees. Which is very nice during edits and runs great.

1768193197161.png

However, during runtime, it looks like it populate all the subtrees together. Which I expect that is how it suppose to work. But with multiple subtrees it quickly become hard to debug when Nodes overlay each other.

Not sure what is the better/correct approach to this?

1768192866496.png
 
Yeah, this is a limitation of the subtrees directly being flattened on the graph at runtime. In version 2.2 I have it so you can double click into the reference node at runtime instead of the nodes being flattened. Eventually I'd also like to add an auto arranger in order to prevent this from happening.
 
Oh wow, that's great news!

In that case I will just wait rather than having to figure out a way to declutter it.

Thanks for the plugin and fast reply.
 
Back
Top