- Jun 20, 2023
-
-
Lucas Gandel authored
TestBlockOpacity is using vtkCompositePolyDataMapper2 that was deprecated for 9.3. Remove this test here as it won't pass after the fix introduced in 79969286. Backporting 79969286 to fix the TestBlockOpacity is easy, but there is no point in fixing the deprecated class. The functionality is still tested with vtkCompositePolyDataMapper in Rendering/Core.
-
- Jun 19, 2023
-
-
Lucas Gandel authored
Backport fix from 79969286
-
- Jun 15, 2023
-
-
Lucas Gandel authored
Backport fix from 79969286
-
- Jun 09, 2023
-
-
Lucas Gandel authored
-
Lucas Gandel authored
VTK !8186 added support for using multitexturing with InterpolateScalarsBeforeMappingOn to allow for blending interpolated scalars with texture coloring. This commit extends this support to the "actortexture" and "albedoTex" textures that can be respectively set with vtkActor::SetTexture() and vtkActor::GetProperty()->SetBaseColorTexture(). When turning on InterpolateScalarsBeforeMapping, the mapper internally creates a texture with the associated texture coordinates. This commit adds a specific attribute for those tcoords to avoid overriding the existing polydata tcoords.
-
5fae7a4d Documentation: Add SPDX/SBOM documentation 73afe003 Module: Add SPDX generation at build time Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10200
-
Kitware Robot authored
-
- Jun 08, 2023
-
-
332cac5f vtkLogger: hide the loguru callback bridge without loguru enabled Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10266
-
36c0ef27 Add missing export for vtkResourceParser::vtkParserContext class Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Acked-by:
Julien Schueller <schueller@phimeca.com> Merge-request: !10265
-
Ben Boeckel authored
-
Mathieu Westphal (Kitware) authored
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
48b75a81 vtkTableBasedClipDataSet: fix normal artefacts due to the clip Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10259
-
Alexy Pellegrini authored
-
-
-
-
821fe510 vtkXRenderWindowInteractor: Fix a logic error with repeating timers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Reviewed-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Merge-request: !10264
-
913f9122 Move vtkFLUENTCFFReader to a new dedicated module Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Tim Thirion <tim.thirion@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10255
-
Lucas Givord authored
Previously when the locator, which will be the vtkMergePoints, merges points cannot handle properly normal array. To avoid to recompute each normal we using another locator which will not perform merge points : vtkNonMergingPointLocator, when 'normal' data is present.
-
Kitware Robot authored
-
- Jun 07, 2023
-
-
Mathieu Westphal (Kitware) authored
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Mathieu Westphal (Kitware) authored
The generation system relies on three component. 1. SPDX variables in each vtk.module 2. global variables set at project level (this may change in future) 3. SPDX Tags in the sources files Assuming all these informations are provided, VTK will be able to generate complete SPDX file for each module and third-party module. If some information are missing, VTK will warn during configuration or during build but the SPDX file will still be generated with some field being `NOASSERTION` or another default value.
-
Mathieu Westphal (Kitware) authored
-
3deecf20 Interactors: Add repeating timers behavior test 1ba02432 vtkXRenderWindowInteractor: Fix a logic error with repeating timers Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10257
-
2ab3ec14 Import: Clarify vtkImporter::UpdateTimeStep doc and usage Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Michael Migliore <mcmigliore@gmail.com> Acked-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Michael Migliore <mcmigliore@gmail.com> Merge-request: !10256
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-
- Jun 06, 2023
-
-
9b578f40 Handle zSpaceCoreCompat libraries not found 12842c43 Include zSpaceCoreCompatibility headers Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10227
-
Kitware Robot authored
-
- Jun 05, 2023
-
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Thomas Galland authored
We do not search for zSpaceCoreCompatibility dynamic libraries during configuration anymore. These being searched and loaded only at runtime, ParaView will not crash anymore if they are not found.
-
Thomas Galland authored
zSpaceCoreComatibility headers are now directly included in the zSpace module. Furthermore, we do not search for zSpaceCoreCompatibility dynamic libraries during configuration anymore (this is done only at runtime).
-
1294302b Delimiting newlines should be kept when the solid does not have name with it Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Acked-by:
Andras Lasso <lasso@queensu.ca> Merge-request: !10215
-
b0645b50 Feat support not writing the object information Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10162
-
Jake Yun authored
-
Kitware Robot authored
-
- Jun 04, 2023
-
-
Kitware Robot authored
-
- Jun 03, 2023
-
-
gaoxinyu18 authored
-
Kitware Robot authored
-