Skip to content

Handle SMTK sources with fewer ports.

David Thompson requested to merge dcthomp/smtk:source-ports into master

Crashes would occur when loading attributes because the pipeline (specifically vtkSMTKResource) assumed that its VTKSource object would have the same number of output ports as it did. Handle cases (like attribute resources) where this is not true.

This is an alternative to !1250 (closed) .

Merge request reports