Hello,
I have a node derived from MPxNode and registered as kDependencyNode.
It has a connection from time1.outTime that affects one of its output attributes.
However, my node's compute method is never getting called !!
But if I click on my node in the Hyper graph, then it gets called.
Why is this happening ?
I want my dependency node compute method to be called when the time changes. But that is not happening. Only when I click or move on my node in the hypergraph it gets called. (When it is called, the input time value and everything is correct)
Any suggestions?
Thank you,
P.Gopalakrishna