- 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().
-
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.
-
- Dec 23, 2015
-
-
a1730d2c Check whether Catalyst has a live connection before doing work. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !527
-
- Dec 22, 2015
-
-
Utkarsh Ayachit authored
Update version to 5.0.0-RC3 See merge request !546
-
Utkarsh Ayachit authored
-
0f30c1cf Bring in latest VTK updates. dde4ea60 Update Catalyst editions to include vtkkwiml. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !544
-
Utkarsh Ayachit authored
Currently, there are issues building this plugin on Windows. Hence we only add it for non-Windows systems.
-
Utkarsh Ayachit authored
-
Niklas Roeber authored
-
e465439e Adding test for BUG #15900. c5fae087 BUG #15900: Fix parallel volume rendering. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !545
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
vtkkwiml is a new required module added to VTK.
-
Utkarsh Ayachit authored
Ensures that volume rendering + contour conitnues to work.
-
Utkarsh Ayachit authored
The reported bug was manifesting because for the following: + Contour was requesting ghost cells from upstream. + vtkImageVolumeRepresentation would then reporte local extents (which included ghost cells) to the paralle redistribution code. + The parallel redistrbution code would fail to generate the KdTree since the extents with ghost cells overlap. The fix was to make vtkImageVolumeRepresentation cache the extents etc. in its RequestData. Now since vtkImageVolumeRepresentation (in its superclass) requests EXACT_EXTENT from upstream, we know that ghost cells won't be included in the image data passed to RequestData and hence if we cache the extents then, won't see the above problem. This fix did uncover BUG #15898 during testing, which has been reported. The same fix is applicable to vtkImageSliceRepresentation too, which uncovered another issue (reported as BUG #15899).
-
- Dec 21, 2015
-
-
ca9734b8 Adding a test for BUG #15874. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !521
-
bf9e107a Fix some issues with pvimageslicemapper on opengl2 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !539
-
bc1efd14 Move PointGaussianProperties test and add a new python AxesGrid test. Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !538
-