- Apr 17, 2023
-
-
790ef7ed vtkHyperTreeGridAxisClip: Document InsideOut fix 6f4636e6 vtkHyperTreeGridAxisClip: Fix InsideOut behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10135
-
- Apr 14, 2023
-
-
512ac4cf Fix char values for wx and tk Python widgets Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10137
-
David Gobbi authored
The numerical values for 'char' must be within the range [0,127], or else the Python wrappers raise a TypeError when the interactor SetEventInformation methods are called.
-
-
When InsideOut was false, cells cut by the plane were not included. They are now included in both cases like in a general Clip.
-
- Mar 31, 2023
-
-
3ffa2936 Fix vtkXOpenGLRenderWindow hang in SetSize f9089d92 Ensure we grab events for the correct X window Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !10077
-
- Mar 30, 2023
-
-
f2e4354e Fix projection matrix computation in VR Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !10096
-
- Mar 29, 2023
-
-
Lucas Gandel authored
Fix all mappers that use the VCDC matrix, e.g. GPUVolume, PointGaussian; The VCDC matrix must be transposed before being sent to the GPU. Also make sure that GetKeyMatrices is idempotent, and remove useless calls to it. (cherry picked from commit 86da7ae4)
-
- Mar 28, 2023
-
-
David Gobbi authored
Previously an XIfEvent was used to wait until a ConfigureNotify indicated that the resize had occurred, but this would sometimes hang the program indefinitely. In particular, this could occur sporadically when using vtkQtRenderWindowInteractor.py due to race conditions beween Qt's and VTK's event handling. But it could hypothetically even occur simply due to a lack of response from the window manager. A delay loop with a 2s timeout is a safer way to wait for the ConfigureNotify event.
-
David Gobbi authored
The old code in vtkXOpenGLRenderWindow would pull events from the queue without verifying that those events were for our WindowId. This could potentially cause problems when multiple windows are present.
-
86790872 Avoid crash when OpenGl texture object is not setted Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !10079
-
- Mar 23, 2023
-
-
3a049158 vtkTableFFT: make the list of functions `const` Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10070
-
Timothée Couble authored
-
- Mar 20, 2023
-
-
Ben Boeckel authored
The `constexpr` fails on at least Intel 2021.1 and clang-cl 15. Fixes: #18312
-
- Mar 08, 2023
-
-
0df7abfe Add a test 9c11e911 Fix an incorrect usage of vtkDataAssembly::MakeValidNodeName Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !10023
-
- Mar 02, 2023
-
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
vtkDataAssembly::MakeValidNodeName do not accept an empty string, so make sure that vtkDataAssemblyUtilities do not pass one.
-
- Mar 01, 2023
-
-
da8ac8a9 vtkWin32Header: mask the `STRICT` preprocessor token Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9615
-
- Feb 28, 2023
-
-
It messes up in libproj where an enumeration has a `STRICT` variant.
-
- Feb 27, 2023
-
-
7601512d Imporove vtkPolyData::RemoveGhostCells testing c5636edd Fix vtkPolyData::RemoveGhostCells field data shallow copy Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !10009
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
- Feb 25, 2023
-
-
5046f148 Merge branch 'upstream-ioss' into ioss-wundef-instances-release 1fb52afd ioss 2023-02-25 (7e8e02e8) 0fbd662a ioss: update for -Wundef errors Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9999
-
bb10c463 TreeInformation: avoid `using namespace nlohmann` eadc639a TreeInformation: sort via `const&` parameters d880e014 TreeInformation: use the proper enum type for selection fields 57639029 TreeInformation: use the proper enum type for InputType Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10001
-
Ben Boeckel authored
# By Seacas Upstream * upstream-ioss: ioss 2023-02-25 (7e8e02e8)
-
Code extracted from: https://gitlab.kitware.com/third-party/seacas.git at commit 7e8e02e8d3495c0aa7a33a1cab3219b824c8968f (ioss/for/vtk-20230225-master-gef9593ca93).
-
Ben Boeckel authored
Fixes: #18798
-
Ben Boeckel authored
This introduces comparison operators that conflict with the builtins and causes ambiguous lookup when comparing enum types with integers. Just avoid the `using namespace` as it is only needed in a few places anyways.
-
Ben Boeckel authored
GCC 4.8.5 complains, but it feels actually more correct as the ability to modify already-sorted items probably causes all kinds of fun behaviors in the sort algorithm. Fixes: #18833
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Feb 24, 2023
-
-
890f7574 More #include <cstdint> to compile with gcc13 b1a09529 Add #include <cstdint> to compile with gcc13 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !9996
-
- Feb 23, 2023
-
-
Mathieu Westphal (Kitware) authored
-
The `vtkSEPReader` was introduced by MRs !4909 (from my former collaborator Maxime) and !4938. Then it was highly modified by !7516. The later MR is the one that introduced the uses of `std::uint8_t` and `std::uint32_t`. Those types needs the inclusion of `<cstdint>`.
-
3be8d5cd Increase Celltree Locator Max Depth Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !9994
-
Charly Bollinger authored
32 may not be enough at some point. 64 should never be reached. Refer to paper.
-
- Feb 22, 2023
-
-
f52ae3f6 vtkExprTkFunctionParser: Remove regex usage Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9988
-
- Feb 21, 2023
-
-
Spiros Tsalikis authored
-
- Feb 20, 2023
-
-
4a91ce86 Fix MetaIO ElementSpacing precision mismatch Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9980
-
32efedfc Make FindExprTk more robust Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Acked-by:
Arash Partow <partow@gmail.com> Merge-request: !9981
-