- Aug 28, 2023
-
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
da508d38 OpenXR: Add suffix path to include and bin cmake detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Merge-request: !10451
-
- Aug 25, 2023
-
-
Mathieu Westphal (Kitware) authored
-
3e8de07d Fix seek issue in vtkResourceParser Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10445
-
- Aug 24, 2023
-
-
Alexy Pellegrini authored
When seeking from current position a position out of the resource parser internal buffer, it moved further than expected because the seek was directly performed on the stream.
-
3dcf4bb0 vtkGenerateTimeSteps: Fix generate timesteps timesteps forward to input d03d96c4 Merge topic 'paraview_release_backports2' into paraview/release 6ad0efaf vtkMultiVolume: fix wrong ambient computation aa88fa26 Fixed typo for unsupported zonetype error 412c71d9 Fix a potential segfault while parsing OBJ 4a6cbec8 vtkExtractEdges with UseAllPoints - don't promote cell arrays cabe5359 Fix type mismatch for >= operator in glsl for GLES fa276c25 vtkMeanValueCoordinatesInterpolator: guard for empty polygon ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !10440
-
3668625c VR: Fix ground movement Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Reviewed-by:
Lucas Gandel <lucas.gandel@kitware.com> Merge-request: !10436
-
- Aug 23, 2023
-
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
Fix VR ground movement by adding dedicated interaction timers and dedicated trackpad positions
-
37552437 Dolly3D: Remove incorrect check in Y axis only Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Gandel <lucas.gandel@kitware.com> Merge-request: !10435
-
- Aug 22, 2023
-
-
50e50bd8 vtkGLTFImporter: Check model exist before using it Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Merge-request: !10431
-
Mathieu Westphal (Kitware) authored
-
f62f4013 Fix external fast_float include error Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10420
-
Mathieu Westphal (Kitware) authored
-
- Aug 21, 2023
-
-
Alexy Pellegrini authored
Missing STANDARD_INCLUDE_DIRS for external uses
-
6ad0efaf vtkMultiVolume: fix wrong ambient computation aa88fa26 Fixed typo for unsupported zonetype error 412c71d9 Fix a potential segfault while parsing OBJ 4a6cbec8 vtkExtractEdges with UseAllPoints - don't promote cell arrays cabe5359 Fix type mismatch for >= operator in glsl for GLES fa276c25 vtkMeanValueCoordinatesInterpolator: guard for empty polygon 0a95b90d SurfaceWithEdges: Fix mixed geometry rendering Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10412
-
- Aug 18, 2023
-
-
When we didn't set light, we take in account the ambient of the default light which is always black, so when we activate the ShadeOn() the ambient will always be equal to 0. Now, like for a single volume, we didn't use the ambient light in such context.
-
-
Mathieu Westphal (Kitware) authored
-
Fixes a case where a pedigree ID cell array was being changed from int to float. Fix #19013
-
-
-
- The last few triangle's edges were not visible because the PrimitiveIDOffset in the shader overflowed and went past the end of the EdgeValues texture buffer. As a result, the edge equation's z component was garbage or 0. - Resize and fill the edge values vector with placeholder elements to fix out of bounds access in geometry shader. - This fix is borrowed from the vtkOpenGLBatchedPolyDataMapper code.
-
- Aug 12, 2023
-
-
5f0329f0 new-release: update in light of the `release-artifacts:upload` job 928aea69 gitlab-ci: split out doc uploads to reuse the rsync template Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9961
-
2323d473 gitlab-ci: fix Windows Python 3.7 OSMesa wheel properties Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10401
-
- Aug 11, 2023
-
-
Ben Boeckel authored
This makes it build an actual OSMesa wheel.
-
- Aug 10, 2023
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Aug 09, 2023
-
-
Will Dunklin authored
-
Will Dunklin authored
- Aug 07, 2023
-
-
Kitware Robot authored
-
- Aug 06, 2023
-
-
Kitware Robot authored
-
- Aug 05, 2023
-
-
Kitware Robot authored
-
- Aug 04, 2023
-
-
8564bb9c Fix HierarchyEntry cppcheck initialization warning adbcd833 Remove MAX_WRAPPED_CLASSES from vtkWrapPython Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10387
-
d03c9727 Added SPDX header comments in SimpleCocoaVTK files that were missing it Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10389
-
Kitware Robot authored
-
- Aug 03, 2023
-
-
Sean McBride authored
It seems .mm, .pch, and .xcconfig files were missed by whatever added these special comments.
-