- Oct 21, 2015
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Oct 20, 2015
-
-
43e4b1c6 Handle multiple contour values properly ac2fb754 New valid regression test image 2f1df1ad Resolved merge conflict Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !779
-
Will Schroeder authored
The actual scalar values output were incorrect. With multiple contours, all scalars had the same value. This has been corrected.
-
Will Schroeder authored
-
Will Schroeder authored
-
640f9a0e Some cleanups to make the shader a bit simpler 494e9f16 Add a super smapling AA pass Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !783
-
fbe92f53 ENH: Adding a reader for PTS Files Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !773
-
Ken Martin authored
Some minor cleanups and added timing code
-
- Oct 19, 2015
-
-
21864dd8 Silence clang warning about unnecessary "break;" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !785
-
David Gobbi authored
-
20a86e82 vtkImageAccumulate: handle errors in the actual algorithm f0c36199 vtkImageAccumulate: return 0 on error abe4ea3b vtkPolynomialSolversUnivariate: fix comment 13cf25ae vtkVolumeRayCastIsosurfaceFunction: use static_cast 0f105848 vtkVolumeRayCastIsosurfaceFunction: use a temp variable 6f083e65 vtkFixedPointVolumeRayCastCompositeShadeHelper: use 4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !711
-
Ken Martin authored
Add a basic SSAA pass with a setting of 5X the pixels.
-
Robert M. O'Bara authored
-
2d73b48a Minor fix in TestOrientationMarkerWidget2.cxx 3455056d Correct the orientation marker widget behavior inside a viewport Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !751
-
295efb7e Windows fixes for multitouch changes 26df1206 Update multitouch support to be more general and robust 7d72b7ff some interaction fixes and cleanup mostly for android Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !774
-
b2cd2753 Documentation tweaks a1ca5b57 Resolved x-edge parallel plane cuts c5f7b147 Cleaned up some numerical sensitivity; added test f3653e76 Reduced test size since dashboard machines choked cdbaa837 Successfully running in parallel b0ac3f64 Initial working snapshot Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !754
-
Ken Martin authored
Some compiler fixes for windows
-
- Oct 18, 2015
-
-
c2a41f55 Fixed unitialized memory access bug. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !775
-
eb81836d Fix a couple issues with lic Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !778
-
00de7f87 Add newline at end of file to silence warning. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !781
-
David Gobbi authored
-
Will Schroeder authored
-
- Oct 17, 2015
-
-
2e04e187 Fix for glyph3d picking 571a5da7 Add support for more than 16 million cells with hardware selector Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !767
-
- Oct 16, 2015
-
-
Will Schroeder authored
Fixed issues related to cutting through data with planes that are parallel to the x-direction. Also handle negative extents and other tweaks.
-
Ken Martin authored
there was a texture pasting size error int he old code and both versions were eliminating the mask value when they should not.
-
Berk Geveci authored
Extent was being accessed before being initialized.
-
Ken Martin authored
The android multitouch events seem to be fairly buggy out of android so we have tried to make our handling of them more robust. At the same time move some of the multitouch methods into vtkRenderWindowInteractor as opposed to the architecture specific subclasses.
-
a05cdfa8 With indexed string data we never shoudl use textures Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !768
-
- Oct 15, 2015
-
-
dc328de7 Fix a copy/paste error in vtkPythonInterpreter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !770
-
David Gobbi authored
The Python 3.5 conditional code was incorrect. The locale-to-wide conversion should be consolidated.
-
25d44596 Relative import is required for installed VTK. 96ca3e6f Fix HAVE_ROUND-related build warnings in Visual Studio 2013 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !748
-
570e0510 Exclude private headers from the hierarchy files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !766
-
0ac9fcfb Update baselines for CompositePolyDataMapper2 tests 55cdc4fb Use visible blocks to compute bounds in CompositePolyDataMapper2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !738
-
- Oct 14, 2015
-
-
Yumin Yuan authored
Now the CompositePolyDataMapper2 only uses visible blocks for computing bounds, baselines for TestCompositePolyDataMapper2 and CompositePolyDataMapper2Scalars need to be updated because these two tests change block visibilities, which will now affect the bounds for rendering.
-
Yumin Yuan authored
-
d2704b08 BUG #15632: Fix exodus performance issue with spatial files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !769
-
Ken Martin authored
Glyph also needed a change for picking updates.
-
Utkarsh Ayachit authored
When files in an exodus file series were spatial partitions, reading timesteps from each one of them is not only wasteful but also slows down the reader considerably. In this fix, we update vtkPExodusIIReader to pass the timesteps information from the first reader to all the rest and avoid the other filters from re-reading the time information. Since the reader has to skip through files to read time information, it can have a serious performance impact. This fix addresses the issue with minimal refactoring of the reader.
-