If a parent node has multiple child nodes (box nodes, text nodes), and I set parent alpha to 0.0, I was expecting all the child nodes to “disappear”, however only the box nodes are affected and the text nodes seem to completely ignore the parent alpha. The child nodes have inherit alpha checked.
Found a similar report below, but that’s still 2015.
I understand I can set the text node’s alpha, but I was hoping I can set that in the parent once, instead of having to manually change the alpha of all the text nodes individually? Or did I miss anything?
It’s for animation/visual change purposes (non-zero alpha), so disabling the parent node is not suitable.