- Aug 22, 2023
-
-
Yohann Bearzi (Kitware) authored
-
- Aug 18, 2023
-
-
cff6e7a9 vtkTemporalStatistics: Take pid into account 8bcd7319 vtkProcessIdScalars: Deprecate the class correctly Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !10410
-
c7072d8c vtkSpatioTemporalHarmonicsSource: Update doc b3a320c8 vtkSpatioTemporalHarmonicsSource: No auto reset a0ae87cd vtkSpatioTemporalHarmonicsSource: Generate timesteps Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10399
-
Kitware Robot authored
-
- Aug 17, 2023
-
-
90f270ca vtkIOSSReader: Fix assert to capture the new surface_split_type Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !10416
-
Spiros Tsalikis authored
The surface_split_type changed in a previous commit, therefore this assert needs to be changed too.
-
Charly Bollinger authored
Just like GlobalIds and PedigreeIds, ProcessIds should not be processed.
-
03eaf4d6 vtkFidesReader: Output vtkPartitionedDataSetCollection 104b466d gitlab-ci: update fedora34 adios to v2.9.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10377
-
Charly Bollinger authored
-
54c9422c Python: remove usage of raw_input functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10407
-
36cd02fd Add tests for vtkHyperTreeGridGeometry changes 8f867282 Refactor vtkHyperTreeGridGeometry filter b66fe752 Rework HTG pure mask 59bcf13a Rework vtkHTGGeometryFilter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10233
-
f5d036ab vtkGhostCellsGenerator: Documents sync changes b3a910b2 vtkGhostCellsGenerator: Tests ghost data sync 1c4e3365 vtkGhostCellsGenerator: Can sync ghost data a2f37755 vtkGhostCellsGenerator: Options to generate IDs Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10303
-
01f3b791 vtkMultiVolume: fix wrong ambient computation Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10408
-
Kitware Robot authored
-
- Aug 16, 2023
-
-
Charly Bollinger authored
-
Charly Bollinger authored
Harmonics should not reset automatically when empty.
-
Charly Bollinger authored
By default, creates 20 time steps vith time values from 0 to 2*PI.
-
81b158f5 Add changelog entry 134c9985 Fixed typo for unsupported zonetype error Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10388
-
826a0a74 vtkModule: check Python3 version for SPDX generation 8c58a3fe vtkModule: downgrade the error to a warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10370
-
bacc944e Restored correct wrapping in vtkSelectPolyData::IsBoundaryEdge Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10360
-
529dd1af Call vtkErrorMacro when non-boolean values passed to supposedly booleans 6bba3912 Revert vtkContourFilter ComputeNormals from vtkTypeBool back to int c431d1a3 Fixed compiler error when VTK_USE_FUTURE_BOOL is ON a781796c Fixed build errors due to missing VTK_FUTURE_CONST Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10342
-
Jaswant Panchumarti (Kitware) authored
- `raw_input` is a python2 API and VTK no longer supports python2
-
Lucas Givord authored
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.
-
2fe546cc rendering: Do not offset vertices for drawing polygon edges Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Merge-request: !10403
-
e4ea476f Renaming `INCOMPLETE_TIME_STEPS` to `NO_PRIOR_TEMPORAL_ACCESS` fcd30f6d vtkTemporalStatistics: inheriting from vtkTemporalAlgorithm 5fae2184 vtkTemporalPathLineFilter: inheriting from vtkTemporalAlgorithm 8cfb0c28 new class vtkTemporalAlgorithm 082b04a7 vtkUniformGridAMR: making DeepCopy also deep copy AMRData. b9813fa6 vtkAMRBox: removing unnecessary assert d1096d8d vtkTemporalPathLineFilter: update its handling of in situ inputs ef621002 Dandling of `REQUEST_UPDATE_TIME()` in subclasses of `vtkAlgorithm` ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10104
-
cff3d9a6 vtkRenderer: Fix prop picking in GetZ method Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !10391
-
Charly Bollinger authored
-
Charly Bollinger authored
-
Charly Bollinger authored
Instead of regenerating ghosts, it can try to synchronize ghost data between blocks using process ids. New option to enable this behavior.
-
Charly Bollinger authored
Add a parameter to generate global IDs and one for process IDs
-
Kitware Robot authored
-
- Aug 15, 2023
-
-
Sankhesh Jhaveri authored
Render surface with edges uses a geometry shader to draw a triangle strip at the edges of polygons. Apart from calculating the edge equation, it was offsetting the vertex positions to accommodate wide lines. However, this would lead to overlapping inner edges. This change removes this offset.
-
Kitware Robot authored
-
- Aug 14, 2023
-
-
Kitware Robot authored
-
- Aug 13, 2023
-
-
Kitware Robot authored
-
- 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
-
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
-