- Dec 18, 2022
-
-
Cory Quammen authored
-
Cory Quammen authored
Ensure that vtkCompositePolyDataMapper2 can display multiblock datasets when EnableSurfaceOpacity is on and scalars are displayed, specifically when parent block visibilities are set to false but their children visibilities are set to true.
-
- Dec 17, 2022
-
-
Cory Quammen authored
When deciding if a composite dataset has translucency, vtkCompositePolyDataMapper2 was incorrectly determining there was no translucency for a subtree of blocks if the visibility of the subtree root was set to false. This is incorrect because children could be set to visible, but the algorithm would not descend the tree to determine that. Fixed this bug by moving the visibility determination down to just before the scalars translucency determination is made. If the block is not visibile, it does not have translucency.
-
- Dec 08, 2022
-
-
6ab2282c Test that 2+ calls of vtkExtractCells's AddCellList work 79152783 vtkGeometryFilter: Remove BaseThread variable f1961576 vtkExtractCells: Fix resizing when ids are already present Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9738
-
Kitware Robot authored
-
- Dec 07, 2022
-
-
cffdc941 Add changelog 11db6c0b vtkExtractGeometry: Multithread cell evaluation and use vtkExtractCells e22c48ac vtkThreshold: Multithread cell evaluation and use vtkExtractCells Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9700
-
1dcf632f vtkPNGReader: Read text chunks with zTXt compression Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !9739
-
-
-
-
8a24de4d vtkVRRenderer: Fix hard coded translation when resetting camera Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !9741
-
8a24de4d vtkVRRenderer: Fix hard coded translation when resetting camera Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !9741
-
-
-
-
ff0f8167 Improving LagrangianParticleTest for changing integration model 0998c60d Fix LagrangianParticleTracker cache Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Julien Fausty <julien.fausty@kitware.com> Acked-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !9740
-
ff0f8167 Improving LagrangianParticleTest for changing integration model 0998c60d Fix LagrangianParticleTracker cache Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Julien Fausty <julien.fausty@kitware.com> Acked-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !9740
-
-
ea25e268 vtkStructuredDataPlaneCutter: CopyAllocate CellData b608d573 vtkTableBasedClipDataSet: CopyAllocate CellData Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9731
-
ea25e268 vtkStructuredDataPlaneCutter: CopyAllocate CellData b608d573 vtkTableBasedClipDataSet: CopyAllocate CellData Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9731
-
47396305 Add vtkResourceStream, vtkFileResourceStream and vtkMemoryResourceStream Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !9663
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
isFirst can be used instead. Also check GetAbortExecute has been removed because the new abort approach was added in cdd956be.
-
Spiros Tsalikis authored
-
In VR, resetting the camera would place the object at floor level. For this reason, a translation was added to bring the object closer to eye level. However, this translation only worked if the view up direction (the direction of the top of the head) was +Y. This commit takes into account the current view up direction to always bring the object to eye level.
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
- Fixes an issue with LPT cache not being recomputed when needed - Use smart pointer to integration model
-
25f5739b Improving LagrangianParticleTest for changing integration model 8f424725 Fix LagrangianParticleTracker cache Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Thomas Galland <thomas.galland@kitware.com> Acked-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !9733
-
58d4f936 Mixed cell support for Catalyst-Conduit. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !9517
-
Kitware Robot authored
-
- Dec 06, 2022
-
-
Spiros Tsalikis authored
InterpolateAllocate does not copy vtkIdType arrays while CopyAllocate does
-
Spiros Tsalikis authored
InterpolateAllocate does not copy vtkIdType arrays while CopyAllocate does
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
vtkIdList::Resize does not set the number of ids unless the new size is smaller than the existing one.
-
-
-
-
c3a205f8 Fix ambiguous overload error with abs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !9735
-