- Jul 26, 2022
-
-
Vicente Bolea authored
-
4a37d86b FindMPI: support CMake 3.12 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9425
- Jul 25, 2022
-
-
Ben Boeckel authored
Fixes: #18487
-
30a5bd08 Push RenderingLookingGlass forward Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9424
-
ca04f359 Fix uninitialized array in vtkOpenVDBWriter Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9415
-
- Jul 23, 2022
-
-
Chris Harris authored
-
- Jul 22, 2022
-
-
(cherry picked from commit 0e8961d3)
-
- Jul 21, 2022
-
-
1253dd3b Merge branch 'upstream-libxml2' into libxml2-install-version-headers 3a95b707 libxml2 2022-07-19 (5cc1c92c) 4c0d82d4 libxml2: update to install `version.h` headers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9403
-
- Jul 20, 2022
-
-
2c4d34c4 vtkScalarsToColors: document the `vtkScalarsToColorsUnpackBits` function 8ac5a5ac vtkScalarsToColors: don't read more bits than are available 55d6c9a3 vtkScalarsToColors: allocate the number of values requested Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9394
-
2c88eda6 Ghost Cells Generator: Fixing 32 bits indexing for ug and pd Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !9359
-
836d5998 Fix RenderingTk build errors on macOS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9387
-
- Jul 19, 2022
-
-
Ben Boeckel authored
# By libxml2 Upstream * upstream-libxml2: libxml2 2022-07-19 (5cc1c92c)
-
Code extracted from: https://gitlab.kitware.com/third-party/libxml2.git at commit 5cc1c92c54fa87ddd1982d9b23e75a1e84d6f1bb (for/vtk-20220719-2.9.12).
-
Ben Boeckel authored
-
786596bc Add vtkSMPTools header to the wrapping Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9391
-
- Jul 18, 2022
- Jul 15, 2022
-
-
David Gobbi authored
This header exposes several methods that are useful from Python, such as SetBackend(), SetNestedParalellism(), and Initialize().
-
- Jul 14, 2022
-
-
72def903 Remove static warnings counting f3cf96f6 vtkMath: Fix memory leaks and remove defines Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9381
-
Spiros Tsalikis authored
There is no point in counting 3 global times before start printing warnings 1) It's not thread-safe 2) It has no actual purpose because every warning should be printed 3) Even if it has purpose it would need to be done on a per-call fashion which would require an API change.
-
Spiros Tsalikis authored
-
David Gobbi authored
The Tk framework's X11 headers define "Status" and "Success", which conflict with KWsys Status.hxx
-
- Jul 12, 2022
-
-
2ce51d65 Fix "unreferenced formal parameter" warning in vtkPolyData::BuildCells() 1f04cc68 Fix vtkPolyData::GetCell() crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9352
-
- Jul 11, 2022
-
-
1dc35f76 Added missing libraries to SimpleCocoaVTK Xcode project Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !9351
-
Yohann Bearzi (Kitware) authored
The choice to index the output cell array on 32 bits needs to be done both on the max point id and the size of the connectivity array. The latter was dismissed, which is fixed in this commit
-
658b6d36 vtkFeatureEdges: fix behavior with ghost cells. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !9366
-
- Jul 09, 2022
-
-
2002a12c Null vtkCocoaGLView to vtkCocoaRenderWindow pointer in dtor Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !9372
-
- Jul 08, 2022
-
-
vtkCocoaGLView keeps a pointer to the vtkCocoaRenderWindow that created it. When vtkCocoaRenderWindow (a C++ object) is deallocated, the vtkCocoaGLView (an Objective-C object) doesn't get notified. Therefore vtkCocoaGLView's pointer to the vtkCocoaRenderWindow can eventually reference a deallocated object. So, now, in the vtkCocoaRenderWindow destructor, check if it was the vtkCocoaRenderWindow that created the vtkCocoaGLView (something we already keep track of) and if so null out the relationship.
-
- Jul 07, 2022
-
-
Jean-Christophe Fillion-Robin authored
This fixes the following warning introduced in aac909de (Fix vtkPolyData::GetCell() crash) warning C4100: 'size': unreferenced formal parameter
-
Yohann Bearzi (Kitware) authored
A regression occured in `vtkFeatureEdges` w.r.t. ghost cells. There are some instances when one would want that edges be invisible when they are part of a ghost cell (when rendering for instance), and others where one would want to keep the interfaces (in some algorithms, such as the ghost cells generator). A boolean flag is added: `RemoveGhostInterfaces`, which allows the user to change the filters' behavior. By default, it is turned on. Adresses paraview/paraview#21454
-
2dc96875 Merge branch 'upstream-exodusII' into exodus-support-netcdf-4.9.0 70cde3fd exodusII 2022-07-06 (6f106da9) 246f07b0 exodus: support netcdf 4.9.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9362
-
- Jul 06, 2022
-
-
Ben Boeckel authored
# By Seacas Upstream * upstream-exodusII: exodusII 2022-07-06 (6f106da9)
-
Code extracted from: https://gitlab.kitware.com/third-party/seacas.git at commit 6f106da9e316d230eeadfc8bdbab065224c8a24f (exodus/for/vtk-20220706-v2021-05-12).
-
Ben Boeckel authored
Fixes: #18576
-
- Jul 05, 2022
-
-
vtkPolyData::GetCell() crashed the application if any of a cell in a polydata contained less points than expected. Details: There was a very strict check in vtkPolyData::BuildCells() that cleared out vtkPolyData::Cells when the number of points in any of the cells in a polydata was less than expected. Since vtkPolyData::GetCell() assumes that vtkPolyData::BuildCells() creates a valid vtkPolyData::Cells object, when that strict check failed, vtkPolyData::GetCell() crashed. The crash could be fixed by an additional null-pointer checks at every use of vtkPolyData::Cells. However, it has been valid to store less than 2 points in a VTK_POLY_LINE cell for decades. Very complex algorithms have been built, relying on this feature. This feature cannot be just suddenly taken away, because it is extremely difficult to rework large computational geometry algorithms to take into account this new constraint.
-
Sean McBride authored
Recent changes to VTK require linking to additional libaries.
-
16c37820 Updates to the PythonWrappers doxygen page cb00d756 More places to skip Python overrides 66623847 Fix Python module load SystemError for overrides Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bane Sullivan <bane.sullivan@kitware.com> Merge-request: !9344
-
- Jul 04, 2022
-
-
David Gobbi authored
This adds a description of the "override" feature and updates the documentation for the pyi stub files.
-