Re: [Paraview] Custom source glyph error

2017-01-04 Thread David Lonie
I dug into the error a bit and at a glance, it seems like it might be an issue with the vtkCompositeDataPipeline (pinging Berk for this since he knows more about composite pipelines). The stack for the error is: 1 vtkDataObjectTree::SetDataSetFrom vtkDataObjectTree.cxx:305 2

Re: [Paraview] Custom source glyph error

2017-01-04 Thread Bob Flandard
Hi Dave, In the state file, the glyph source is already polyData - created using the sphere source (sensibly the gui doesn't allow selection of a non polyData glyph source). The composite dataset feature will be very useful for multi colored glyphs. Thanks, Bob On 4 January 2017 at 17:25,

Re: [Paraview] Custom source glyph error

2017-01-04 Thread David Lonie
I believe the issue here is that the glyph source must be polydata at the moment. Does a dataset surface filter (or similar) help? I mentioned on the other thread that I'm working on improving the glyph representation so you won't need to use the filter to get custom glyphs. This patch will also