Hi, I'm creating a node that basically is a place holder for a Write node. This node is, later in the pipeline, dynamically replaced by a real write node to render on our farm. What I'm trying to do now is to re-create the behaviour of the Write node's labeling, i.e. showing the filename that it is actually going to render including the frame number.
I got the label to update with the correct info and everything, it's just that it's only updating when I'm changing knob values because I've implemented it in knob_changed(). How, and where, would I need to implement my label update function to get it to always update when I'm changing the active frame in the time line? I do, of course, want this to work even when the node is not viewed and not selected, exactly imitating the Write node's behaviour. I've tried in _validate() and also been thinking about changing the hash values... but have been away from Nuke NDK developing a bit too long and would need a bit of guidance. :) Thanks in advance, cheers David _______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
