Hi All,
I am working on a custom node tree. I want some generic nodes that I can connect to form more complex systems. However, I am finding that custom nodes do not refresh as I expected.
In this setup you can see I have a Float, Int, String and List available as output. They all can be connected to the string input of the Label node which attempts to display the results. This does work but when I change the value of the Int I do not see the value of the Label update.
Does anyone know how events flow or how to “poll/push” data through the tree? Is there a refresh tree method?
If anyone has time, pull down the ZIP file and install and activate the renode AddOn. Then open the accompanying BLEND file and observe the custom node tree in action. Change values and connections and you will see that updates are spotty at best. It does kind of work, but not all of the time.
Attachments
renode_103113.zip (155 KB)