- 02 Dec, 2021 7 commits
-
-
cb694f05 Revert a change in vtkChartXY (from !8618) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8693
-
38518fca fix-cell3d-EvaluatePosition: minor refactoring Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8689
-
dbbd2955 Merge branch 'upstream-libproj' into proj_python a177cbc2 libproj 2021-11-30 (d13bea79) d73732d7 Fix finding proj.db for python. e1d7c160 Fix regex. 7ae4ce5d Add proj test for python. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8684
-
Yohann Bearzi authored
Log scale was being disabled when encountering negative values in the plot (causing NaNs to appear). When encountering a NaN, a plot chart just doesn't display the values and breaks the plot, which is fine, and expected in ParaView.
-
dbf0ee5b Add documentation about CF Grid Mapping. 94448b8e Add grid mapping attributes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8691
-
Andreas Buykx authored
Intel compiler -O3 build produces erroneous EvaluatePosition that can be resolved by writing the loop over points slightly differently. see #18385
-
Kitware Robot authored
-
- 01 Dec, 2021 7 commits
-
-
453571e3 Initialize cache variables before use Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !8658
-
Dan Lipsa authored
-
Dan Lipsa authored
-
c3f5dfaa Fix indexing issue with ghost array blanking of celldata Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !8687
-
Connor Bowley authored
Initialize cache variables in vtkRenderer and vtkViewport constructors
-
016a4a40 New vtkExtractCellsAlongPolyLine filter c9d74e57 Data arrays: bug fix for `InsertTuplesStartingAt` ccbf37aa New `vtkDataSet::GetCellSize(vtkIdType cellId)` API Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8586
-
Kitware Robot authored
-
- 30 Nov, 2021 16 commits
-
-
bfe68d5a86 Add a release note for changes to vtkImageMathematics ec8e646cd0 Fix image mathematics for conjugate operation 5e2f36057b Add new connections to the first port for vtkImageMathematics b7e950286d Fix issue with indexing inputs provided 170dcb71bd Ensure that all inputs are added to first port 64c07e78e5 Initialize output to copy of first input scalars 0b869a2365 Modify vtkImageMathematics to allow repeatable input connection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8603
-
Sankhesh Jhaveri authored
This change fixes an off-by-one issue when the primary scalars are cell centered with ghost cell arrays.
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
09a478a2 Cleanup VR camera code and subclasses Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8681
-
Dan Lipsa authored
# By Proj Upstream * upstream-libproj: libproj 2021-11-30 (d13bea79)
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit d13bea7963f2db65f8c64d6cc8d8a5b9e8b38b02 (for/vtk-20211130-8.1.0).
-
Dan Lipsa authored
-
Dan Lipsa authored
-
8ba53117 Add a comment for the conditional cache variable dba26566 Check to see if VTK_QT_VERSION is already set Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8683
-
Ken Martin authored
Consolidate OpenXR and OpenVR camera code into a new superclass called vtkVRHMDCamera. Rename the members to be much more explicit about what they represent and what coordinate systems they are in. Implement UpdateHMDMatrixPose for OpenXR Make the code between OpenXR and OpenVR more similar.
-
Sankhesh Jhaveri authored
-
6b9d8b3c vtkPoissonDiskSampler fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8667
-
cf749543 Fix uninitialised values in vtkViewport Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <mcmigliore@gmail.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !8682
-
Kitware Robot authored
-
- 29 Nov, 2021 7 commits
-
-
Sankhesh Jhaveri authored
This allows for superbuilds to pre-set this cmake variable
-
Mathieu Westphal authored
-
Dan Lipsa authored
-
Yohann Bearzi authored
* `vtkPoissonDiskSampler` was assuming that the input had normals, crashing if it had not. This is corrected, and in general data set attribute types are now correctly handled. * Points are now sorted in the same order as they are in the input. * Multithreading is removed, as there were a lot of race conditions, and issues with mutex handling
-
Yohann Bearzi authored
This filter takes a source of lines / poly lines and extract cells in the input that are intersected by any line in the source. The filter is multithreaded where possible, and a fast path taking advantage of `vtkCellArray` API inside `vtkUnstructuredGrid` is implemented for unstructured grids. Adresses paraview/paraview#19676
-
8f29aa2d Properly update PlotPoints cache. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8680
-
Kitware Robot authored
-
- 28 Nov, 2021 2 commits
-
-
dcbr authored
This commit adds the UpdateCache method to the vtkPlotPoints class, which will properly update its cache when necessary (e.g. when the log scale is activated on one of its axes).
-
Kitware Robot authored
-
- 27 Nov, 2021 1 commit
-
-
Kitware Robot authored
-