- Jan 08, 2016
-
-
a54311a0 Update to 5.0.0. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !569
-
Utkarsh Ayachit authored
-
25d666b7 Minimize non-advanced cmake variable clutter in VTK. 28884070 Minimize CMake non-advanced variable clutter. Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !566
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
6633da2a Making in situ particle paths more general and fix build issue. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !568
-
3d8c3282 Added support for repeatable parameters. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !565
-
35221c6f Fixed "hidden method" warnings for SetVoidArray. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !567
-
- Jan 07, 2016
-
-
Andrew Bauer authored
The in situ particle path filter can have an arbitrary start time now that is aware of the initial time step other than zero. This can be used for restarted simulations or just ignoring the first set of steps of a simulation. The example was updated accordingly. Buildwise, the Fortran Catalyst examples were disabled by default since there is a build issue on some machines.
-
90508954 Fixed uninitialized variable. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !564
-
Utkarsh Ayachit authored
-
7dca4536 Update VTK Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !552
-
Utkarsh Ayachit authored
vtkPythonProgrammableFilter now supports repeatable parameters. This makes is possible to add support for fileseries readers that use PythonProgrammableFilter. Also fixed vtkSIVectorPropertyTemplate and vtkSIVectorPropertyTemplate to pass "InitialString" value to even when the property is repeatable. This is needed for the above functionality to work.
-
Utkarsh Ayachit authored
-
- Jan 06, 2016
-
-
9099cecd Update version to 5.0.0-RC4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !561
-
Utkarsh Ayachit authored
-
73ac5cd8 Expose the new vtkPUnstructuredGridGhostCellsGenerator filter to ParaView. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !548
-
3f72950d BUG #15898: Fixes issue with volume rendering with ghost cells. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !556
-
ed415c31 BUG #15870: Remove avx/avx2 autodetection code. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !559
-
fd7ac37f Fix missing include file. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !560
-
Utkarsh Ayachit authored
<cstring> was missing. Needed for strcmp().
-
Cory Quammen authored
This pulls in the fix for contour filters. Updated TraceExodus.xml test because the baseline relied on the old incorrect behavior in the Contour filter.
-
Utkarsh Ayachit authored
As reported in this bug (and other users), the avx/avx2 detection code can cause issues on certain systems. Since this detection is not critical and we can let users pick the mesa version they want explicitly, I am removing the detection code.
-
Utkarsh Ayachit authored
EXACT_EXTENT() in VTK pipeline doesn't necessarily provide exact extents to a filter. To overcome that issue, vtkImageVolumeRepresentation must explicitly handle the case when the extents it receives are large i.e have ghost cells. vtkImageVolumeRepresentation now detects this explicitly and removes the ghost cells before passing the data on to the volume rendering code.
-
- Jan 05, 2016
-
-
Joachim Pouderoux authored
The filter is a parallel filter that computes ghost cells on parallel unstructured grid using MPI - taking benefit of the existence of global point ids or not. Also add a test for this new filter.
-
4d1348cf Disable CDIReader plugin on Windows. ac1c2115 Ignore warnings from cdilib.c 6f42d27b Adding a reader for CDI netCDF (ICON) files. Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !444
-
105a3927 Extend "disable-xdisplay-test" to include skipping OpenGL checks. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !554
-
81020dbb Remove deprecated volume mapper option. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !553
-
99711690 Replace 'vtkstd' by 'std'. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !555
-
Utkarsh Ayachit authored
This fixes build issues with VTK_LEGACY_REMOVE is ON.
-
Utkarsh Ayachit authored
Extending "--disable-xdisplay-test" to skip OpenGL version checking along with display check. This is needed for setups where the Xserver is not ready in time for these checks to pass.
-
- Jan 04, 2016
-
-
Utkarsh Ayachit authored
We no longer expose texture-based volume mapper selection in ParaView since that mapper is deprecated in OpenGL1 backend and not present in OpenGl2.
-
aee5d8bf BUG #15843: Further cleanups to OpenGL version check. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !551
-
Utkarsh Ayachit authored
The splash screen ended up blocking the warning message. This change defers the warning messages until ParaView has started up, thus the Splash screen has been hidden.
-
99451aa9 Introduce Cylinder Widget and expose options to BoxWidget. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !540
-
01773552 Update VTK Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !550
-
ea0be3f1 Adding a Catalyst example for particle paths. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !549
-
- Jan 03, 2016
-
-
Utkarsh Ayachit authored
-
- Dec 30, 2015
-
-
Andrew Bauer authored
The particle path example tests the in vtkInSituPParticlePathFilter filter for several things including: * That the particles are properly computed in situ * That the restart functionality works * That the disable reset works with setting the end time * That the cache of a particle's previous location can be cleared
-
- Dec 28, 2015
-
-
Joachim Pouderoux authored
Add the vtkImplicitCylinderWidget into ParaView so it can be used as other widgets exposed in ParaView. Update the Box widget to expose options to enable translation, scaling and rotation.
-