Pre-Render Node Method

I can’t find the post but was there something added that calls a method on each node before its rendered to check whether it should be rendered or not?

I’m pretty sure I read a post to that effect, but can’t find it or any source to support it… maybe it was all a wonderful dream :slight_smile:

Kev

Its just for shapes. Have your shape implement NodeUpdater interface.

Dave

The node updater code assumes that the node is inside a transform group. If its not you get a NPE at:

View.java:1074

Kev