[Paraview] Issue with ParaView and python

2013-08-01 Thread Michael Reuter
) and the script I'm testing. Below, I've shown the errors seen. Has anyone seen this before? Is there some extra setup bit that pvpython is doing that isn't being taken care of by the wrapper script? Thanks, M -- Dr. Michael Reuter Data Analaysis and Visualization Group Neutron Data Analysis

[Paraview] pqMultiSliceView bug?

2013-01-10 Thread Michael Reuter
axis. I can create an origin vector using the normal vector from GetSliceNormal() (which is correct), but I think GetSliceOrigin() should return the right thing. Thanks, M -- Dr. Michael Reuter Data Analaysis and Visualization Group Neutron Data Analysis and Visualization Division Oak Ridge

[Paraview] QuadView from C++

2013-01-09 Thread Michael Reuter
to create the view? Thanks, M -- Dr. Michael Reuter Data Analaysis and Visualization Group Neutron Data Analysis and Visualization Division Oak Ridge National Laboratory Office: 1-865-241-7216 Fax: 1-865-574-6080 Email: reute...@ornl.gov ___ Powered

Re: [Paraview] QuadView from C++

2013-01-09 Thread Michael Reuter
PV_PLUGIN_DEBUG=1 and see if the loading is successfully achieved. Seb On Wed, Jan 9, 2013 at 10:26 AM, Michael Reuter reute...@ornl.gov mailto:reute...@ornl.gov wrote: Hi, I'm trying to use the new QuadView from inside our C++ application. I try and create a pqRenderView pointer

[Paraview] External plugin menu behavior

2013-01-03 Thread Michael Reuter
, the entry is missing from our menu. It is in the Filters/Recent menu entry and is still searchable. Does anyone know why the original menu entry would be deleted? I blew away my config file and tried again, but I see the same behavior. Thanks, M -- Dr. Michael Reuter Data Analaysis and Visualization

[Paraview] Connecting glyph filter with data

2013-01-02 Thread Michael Reuter
the structuredMesh object or is the best thing to make another plugin to create the structuredMesh and then do vtkGlyphFilter::SetInputConnection(newPlugin-GetOutputPort()) and remove the vtkGlyphFilter::SetInputData() call? Thanks, M -- Dr. Michael Reuter Data Analaysis and Visualization Group