BUG: Fixed crash caused in Model display node widget
Crashed when updated a filter pipeline that generated a polydata that was used by the model node. There was an infinite loop (and stack overflow) caused by automatically selecting the first scalar attribute when the polydata is regenerated by the pipeline.
Integration of CTK fix (https://github.com/commontk/CTK/pull/589) is required before merging this!