Skip to content

ENH: Added node printself output to node inspector

Andras Lasso requested to merge github/fork/lassoan/node-info-in-inspector into master

Detailed node content (output of node->PrintSelf) is now available in the node inspector. If the node is changed then the window is updated automatically (if the node inspector is not visible then no update happens to avoid any potential performance regressions). The vtkObject's irrelevant list of observers are removed from the output.

Merge request reports