Skip to content

BUG: Fixed crash caused in Model display node widget

Andras Lasso requested to merge github/fork/lassoan/fix-model-widget-crash into master

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!

Merge request reports