- Nov 14, 2023
-
-
Emanuel Cesconeto authored
-
- Sep 27, 2023
-
-
8e8b0fef Move teleportation to interaction modes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10546
-
Kitware Robot authored
-
- Sep 26, 2023
-
-
c814e489 Relpace the fixed scalar with a 3D vector for the gravity Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10533
-
5c48d19f Fix degenerate cells for feature edges Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10538
-
Mohamed Mssaouri authored
-
e18145d5 Fix VTK_ABI_NAMESPACE for QtQuick testing Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10516
-
f3b596f8 HTG: add changelog for HTG threshold changes 07e3f944 HTG: add testing for new threshold modes adb4839f HTGThreshold: add choice to use indexed arrays on input Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10512
-
edada7a4 Add GetActualMemorySize support for vtkIndexedArray & vtkCompositeArray Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10518
-
97255de9 Fix crash in FDS Reader with empty smv file. d6319bcd Add test for empty smv file crash. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !10534
-
Florian Maurin authored
Degenerate cells are cells for which one edge or face is collapsed. It means that a single cell contains duplicated ids. These duplicated ids were not correctly handled by vtkPolyData::GetCellEdgeNeighbors, but this is now fixed.
-
fbd1492f vtkUnstructuredGridGeometryFilter now supports degenerate cells Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10544
-
Kitware Robot authored
-
- Sep 25, 2023
-
-
Florian Maurin authored
Degenerate cells are cells for which one edge or face is collapsed. It means that a single cell contains duplicated ids. In vtkUnstructuredGridGeometryFilter::InsertFace, the index of the smallest point cell id was used to positionned a cell relative to another one. But if the point is not unique, we will have multiple indices, and we can't use these indices for relative positioning. So instead of using the smallest point id, we use the smallest unique point id.
-
709cf96a Updated .gitignore file for Xcode files Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10536
-
Julien Fausty authored
-
Julien Fausty authored
-
Julien Fausty authored
-
179d0445 Add teleportation to VR Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Merge-request: !10509
-
Francois Mazen authored
-
Francois Mazen authored
-
Kitware Robot authored
-
- Sep 24, 2023
-
-
6dc5382e Glyph3DMapper: Fix display attribute inheritance logic Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Tested-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10541
-
Jaswant Panchumarti (Kitware) authored
-
Kitware Robot authored
-
- Sep 23, 2023
-
-
Kitware Robot authored
-
- Sep 22, 2023
-
-
-
272ea092 OpenGL: Remove unused shader variable for gradient background Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10535
-
272ea092 OpenGL: Remove unused shader variable for gradient background Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10535
-
d54a688b ci: Fix code_change rule. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10540
-
Christos Tsolakis authored
The rule to detect code changes introduced in vtk/vtk!10427 was faulty and didn't detect changes in subdirectories. The new rules include all files under the appropriate directories recursively. Co-Authored-By:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Sean McBride authored
Consequently, added some previously ignored files to the repo.
-
Jaswant Panchumarti (Kitware) authored
- screeSize is not used
-
a694a86e Fixed clearly extraneous semi-colons Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10530
-
Peng Fei authored
vtkLagrangianBasicIntegrationModel implementation using article : "Matida, E. A., et al. "Improved numerical simulation of aerosol deposition in an idealized mouth-throat." Journal of Aerosol Science 35.1 (2004): 1-19." The code strictly follows the particle equation of motion in this article, which uses a fixed scalar number (G = 9.8) for the z-component of gravity acceleration. This change would like to replace the fixed scalar with a 3D vector as the two reasons below: 1. The direction of gravity may not be the -z direction 2. There gravity can be zero in the simulation
-
3b5510a7 Fix wrong licence 0db77868 vtkSpatioTemporalHarmonicsSource: Test distributed 24e46416 vtkSpatioTemporalHarmonicsSource: Distributed support Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10519
-
Kitware Robot authored
-
- Sep 21, 2023
-
-
5f96375e ci: Add Dummy job to ensure there is always a successful job. eac4a6b7 ci: Skip ci if only changes in the Documentation directory occurred Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10427
-
Mohamed Mssaouri authored
-
Christos Tsolakis authored
Add a job that always exists and succeeds so that we pass the robot check when all jobs are skipped due to the new rule.
-