I know there’s a visible
property that tells you if the node itself is visible or hidden, but one or more parents could be hidden while the actual node is visible, so visible
would be true on the actual node. Is there an easy way to see if a node is truly visible, because all of its parents are visible? Would prefer not to traverse the node tree, as this seems inefficient.
Visible property: visible | Plugin API