[Paraview] Point Gaussian Radius

2017-04-04 Thread Bruce Jones
When using Point Gaussian for a large number of points, with an unsuitably large Gaussian radius, ParaView becomes unresponsive for a long time before it finally renders. In ParaView <=5.2, this was a fairly minor annoyance, the default Gaussian radius was always too high, but you could set the

Re: [Paraview] Error building superbuild VS2010

2015-08-04 Thread Bruce Jones
: On Tue, Aug 04, 2015 at 00:55:16 +, Bruce Jones wrote: I followed your instructions and the build was successful in release mode. However, when I run the executable it crashes on load. Attempting to debug this I tried to build in debug mode using the same approach. Unfortunately the debug

Re: [Paraview] Error building superbuild VS2010

2015-08-03 Thread Bruce Jones
mismatches detected LINK Pass 1 failed. with 1319 I am not sure why this is occurring. Bruce On Fri, 31 Jul 2015 at 16:59 Ben Boeckel ben.boec...@kitware.com wrote: On Fri, Jul 31, 2015 at 16:34:49 +, Bruce Jones wrote: I am trying to build the superbuild for x64 on windows. I have

[Paraview] Error building superbuild VS2010

2015-07-31 Thread Bruce Jones
Hi, I am trying to build the superbuild for x64 on windows. I have configured everything with cmake (i have only selected ENABLE_paraview and ENABLE_qt) and am trying to do a release build. The build fails with, 7 CMake Error at VTK/CMake/vtkModuleAPI.cmake:53 (message): 7No such module:

[Paraview] Compiling ParaView 4.3.1 release

2015-07-28 Thread Bruce Jones
Hey Guys, I have successfully built a recent commit in the paraview repository. I would like to do some testing against the most recent paraview release (4.3.1), however when I check out the release branch and try to configure with cmake I get the error below. I am building on windows with visual

Re: [Paraview] Compiling ParaView 4.3.1 release

2015-07-28 Thread Bruce Jones
, 2015 at 10:54 AM, Bruce Jones bruce.david.jo...@gmail.com wrote: Hey Guys, I have successfully built a recent commit in the paraview repository. I would like to do some testing against the most recent paraview release (4.3.1), however when I check out the release branch and try

Re: [Paraview] vtkDoubleArray with 3 components

2015-07-23 Thread Bruce Jones
Ok the solution was embarrasingly simple... When specifying the array size I had specified the number of tuples, where I was supposed to specify numTuples*numComponents Thanks for the help anyway. Bruce On Wed, 22 Jul 2015 at 14:28 Bruce Jones bruce.david.jo...@gmail.com wrote: Hey Guys, I

Re: [Paraview] vtkDoubleArray with 3 components

2015-07-22 Thread Bruce Jones
, Jul 22, 2015 at 9:56 AM, Bruce Jones bruce.david.jo...@gmail.com wrote: Hi Guys, I have just tried it as you suggested, doing SetNumberOfComponents then SetArray, without doing SetNumberOfTuples. Unfortunately I am still getting the same behaviour. Cheers, Bruce On Wed, 22 Jul 2015

Re: [Paraview] vtkDoubleArray with 3 components

2015-07-22 Thread Bruce Jones
to the array. HTH, Shawn On Tue, Jul 21, 2015 at 1:37 PM, Bruce Jones bruce.david.jo...@gmail.com wrote: Hi Cory, Sorry for the delayed response, I've hit another more serious bug which has been diverting my attention from this. Thanks for the state file, I haven't got it to work as I don't

Re: [Paraview] vtkDoubleArray with 3 components

2015-07-21 Thread Bruce Jones
, I haven't seen this, but ParaView may be interpreting this array as a tensor field. Do you have a smallish test data file that you can share that shows the problem? Thanks, Cory On Sat, Jul 11, 2015 at 11:14 AM, Bruce Jones bruce.david.jo...@gmail.com wrote: I am creating

[Paraview] vtkDoubleArray with 3 components

2015-07-11 Thread Bruce Jones
I am creating vtkDoubleArrays based on averaging some input data to a reduced set of points. The input data includes various vtk arrays which have 1, 3 and 9 components. After averaging, I am writing the data to c++ arrays, and creating a new vtkDoubleArray using the SetArray() function to pass

[Paraview] Plugin XML Format Specification

2015-06-22 Thread Bruce Jones
Hi, I'm working on a custom plugin. I've managed to get the input parameters in the properties panel, and they appear to be working correctly. I would now like to split these properties into a couple of groups with a divider and title between, but I cannot see how this could be achieved. I have

Re: [Paraview] Plugin XML Format Specification

2015-06-22 Thread Bruce Jones
, Jun 22, 2015 at 2:32 PM Bruce Jones bruce.david.jo...@gmail.com wrote: Hi, I'm working on a custom plugin. I've managed to get the input parameters in the properties panel, and they appear to be working correctly. I would now like to split these properties into a couple of groups

[Paraview] Paraview Python Multiprocessing

2015-05-26 Thread Bruce Jones
Hi, I am trying to do some parallel programming within paraviews python shell and have encountered a problem. If I run the following two lines of code in the python shell, the result is that a whole bunch of new paraview sessions will be started... from multiprocessing import Pool pool = Pool();

Re: [Paraview] Paraview Python Multiprocessing

2015-05-26 Thread Bruce Jones
under ParaView. Utkarsh On Tue, May 26, 2015 at 11:29 AM, Bruce Jones bruce.david.jo...@gmail.com wrote: Hi, I am trying to do some parallel programming within paraviews python shell and have encountered a problem. If I run the following two lines of code in the python shell

Re: [Paraview] Paraview Python Multiprocessing

2015-05-26 Thread Bruce Jones
, 2015 at 1:16 PM, Bruce Jones bruce.david.jo...@gmail.com wrote: Thanks for the quick response Utkarsh. However, I am using the windows binaries and have not built paraview from scratch. Cheers, Bruce On Tue, 26 May 2015 at 12:00 Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote

Re: [Paraview] Plugin with dropdown list crash

2015-02-02 Thread Bruce Jones
, Bruce Jones bruce.david.jo...@gmail.com wrote: Hi, I'm writing a paraview plugin based on a python programmable filter. To do this I'm using the excellent plugin generator described here, http://www.kitware.com/blog/home/post/534 I am trying to add a dropdown list to the plugin XML

[Paraview] Plugin with dropdown list crash

2015-02-02 Thread Bruce Jones
Hi, I'm writing a paraview plugin based on a python programmable filter. To do this I'm using the excellent plugin generator described here, http://www.kitware.com/blog/home/post/534 I am trying to add a dropdown list to the plugin XML, as in here

Re: [Paraview] Plugin with dropdown list crash

2015-02-02 Thread Bruce Jones
for the intial_string. I just put Mapping_Type. On Mon, Feb 2, 2015 at 2:47 PM, Bruce Jones bruce.david.jo...@gmail.com wrote: Sure, XML is attached. It expects VTKPolyData and outputs VTKImageData Cheers, Bruce On Mon Feb 02 2015 at 2:46:22 PM Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote

[Paraview] Visualising image data

2015-01-22 Thread Bruce Jones
Hi all, I'm working on a programmable filter that needs to produce a vtkImageData object. So far it appears to work, inspection of the properties panel shows the object has the correct number of points/cells and the data array contains the correct data. However I cannot get a visualisation with

Re: [Paraview] Visualising image data

2015-01-22 Thread Bruce Jones
) outInfo.Set(executive.WHOLE_EXTENT(), 0, 4, 0, 7, 0, 9) David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Jan 22, 2015 at 11:51 AM, Bruce Jones bruce.david.jo...@gmail.com wrote: Thanks for the response David. Could you

[Paraview] Where to find error logs

2014-08-20 Thread Bruce Jones
Hi, I am working on an application which writes a VTP file. We recently did a huge code merge and now our VTP writer is outputting files which cause Paraview to crash upon load. I am trying to debug this but it's difficult since Paraview doesn't give an error message, it just crashes. Does

Re: [Paraview] Where to find error logs

2014-08-20 Thread Bruce Jones
the same as another file which is working. Cheers, Bruce On Wed, Aug 20, 2014 at 10:05 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: The best way is to rebuild ParaView in debug mode and then use the debugger, I'm afraid. On Wed, Aug 20, 2014 at 10:01 AM, Bruce Jones bruce.david.jo

Re: [Paraview] Where to find error logs

2014-08-20 Thread Bruce Jones
Fantastic, thanks Utkarsh! Bruce On Wed, Aug 20, 2014 at 11:22 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: The binary data for Hydrodynamic Force is invalid. If you remove the entry, the segfault goes away. On Wed, Aug 20, 2014 at 10:21 AM, Bruce Jones bruce.david.jo

Re: [Paraview] Getting values out of ParaView without Python?

2014-02-26 Thread Bruce Jones
Have you tried recording a macro? This will give you a python script which does the things you did with the UI. when you want to start recording go to Tools - Start Trace, when you are done go to Tools - Stop Trace. Cheers, Bruce On Tue, Feb 25, 2014 at 2:49 PM, Jesse Samluk seven...@udel.edu

Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-24 Thread Bruce Jones
Hi, I just found the solution, my build of QT was not build with webkit support. checking PQWIDGETS_DISABLE_QTWEBKIT in cmake solved the problem. Cheers, Bruce On Fri, Feb 21, 2014 at 1:37 PM, Bruce Jones bruce.david.jo...@gmail.comwrote: Hey, Adding #include algorithm solved those errors

Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-21 Thread Bruce Jones
@Z) C:\paraview\bin\Qt\Widgets\pqHelpWindow.obj pqWidgets Cheers, Bruce On Thu, Feb 20, 2014 at 2:59 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Can you try putting #include algorithm at the top in those headers? On Thu, Feb 20, 2014 at 10:49 AM, Bruce Jones bruce.david.jo

[Paraview] Build errors compiling Paraview with VS2013

2014-02-20 Thread Bruce Jones
I'm attempting to compile paraview in windows using visual studio 2013. So far I've managed to succesfully compile QT, and Zlib, and have configured the paraview source with CMake. I now have a Visual Studio solution file, upon opening the solution and attempting to build I get a bunch of errors.

Re: [Paraview] Use point arrays as coordinates

2014-02-11 Thread Bruce Jones
Have you tried using the calculator filter? you would need to Toggle Advanced in the filter properties (the little cog button), check coordinate results, then enter the array name in the expression field. Bruce On Tue, Feb 11, 2014 at 4:15 AM, Ian Krukow i.kru...@tu-braunschweig.dewrote: Hi

[Paraview] PointSprite with Recent Intel HD Graphics

2014-01-22 Thread Bruce Jones
When using the PointSprite plugin on a new laptop I found two options cause it to stop working. When changing from Sphere (texture) to Sphere get the following, ERROR: In C:\DBD\pvs-x64\paraview\src\paraview\VTK\Rendering\OpenGL\vtkOpenGLProperty.cxx, line 415 vtkPointSpriteProperty

Re: [Paraview] PointSprite with Recent Intel HD Graphics

2014-01-22 Thread Bruce Jones
this). Thanks, On Wed, Jan 22, 2014 at 8:56 AM, Bruce Jones bruce.david.jo...@gmail.comwrote: When using the PointSprite plugin on a new laptop I found two options cause it to stop working. When changing from Sphere (texture) to Sphere get the following, ERROR: In C:\DBD\pvs-x64\paraview\src

[Paraview] Extracting data from a point by point ID

2013-11-06 Thread Bruce Jones
Hi, I would like to use the python shell to get the data for a single point from a data set. I have point data which is imported as a Polygonal Mesh. I can use the following to get a handle to an array, data = GetActiveSource() pointdata = data.PointData() pressure_array =