[Paraview] compile itk (VTKGlue ON) with vtk from paraview

2018-09-27 Thread Grothausmann, Roman Dr.
Dear mailing list members, I have problems compiling ITK (4.13.1) with VTK from PV>5.2.0 (it works for PV-5.2.0) and it was suggested that it is likely a PV issue (https://discourse.itk.org/t/compile-itk-vtkglue-on-with-vtk-from-paraview/1289) so I created an issue here: https://gitlab.kitwa

Re: [Paraview] unknown properties returned by ListProperties?

2018-03-28 Thread Grothausmann, Roman Dr.
erties does not seem to have any effect or is my code missing something obvious? I must admit that this is needing internals of PV that were not covered by the PV course I attended some years ago. Best Roman On Tue, Mar 20, 2018 at 12:13 PM, Grothausmann, Roman Dr. mailto:grothausmann.ro...

[Paraview] restoring visibility of representations of multiple, appended PVSMs

2018-03-22 Thread Grothausmann, Roman Dr.
demonstrates this: https://github.com/romangrothausmann/ParaView_scripts/commit/9cd3db7971 Any idea what could be wrong or missing in the PV-script? On 20/03/18 17:13, Grothausmann, Roman Dr. wrote: Many thanks Cory for your feedback. Not adding empty (None) properties did not help (http

Re: [Paraview] unknown properties returned by ListProperties?

2018-03-20 Thread Grothausmann, Roman Dr.
g a property to value 'None' is not handled correctly in servermanager.py. As a workaround, I suggest filtering out properties from your dictionary that have 'None' as a value, i.e., do not add those property values to your dictionary. HTH, Cory On Mon, Mar 19, 2018 at

[Paraview] unknown properties returned by ListProperties?

2018-03-19 Thread Grothausmann, Roman Dr.
re not part of the specific object that is calling ListProperties()? Many thanks for any help or hints, Roman On 21/12/17 16:06, Grothausmann, Roman Dr. wrote: Hi Cory, On 06/12/17 23:06, Cory Quammen wrote: Sorry I failed to follow up. Did you find a solution to this problem? Many thanks fo