- Jan 19, 2021
-
-
Ben Boeckel authored
And add documentation.
-
Ben Boeckel authored
On Windows, CPython expects a `_d` suffix to module names when using a debug build of Python. Add an argument to integrate with this support.
-
36e1ec57 vtkAnimateModes: remove unused var. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7545
-
Utkarsh Ayachit authored
-
49bc900e Fix warnings in CGNSReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mickael PHILIT <mickey.phy@gmail.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7530
-
Paul Lafoix authored
-
a8129ebc Add support for face culling in SurfaceLICMapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !7535
-
Kitware Robot authored
-
- Jan 18, 2021
-
-
954ccdc0 New composite data set ghost cell generator 0fc68c5f New diy ghost utilities db179da2 Added utilies for DIY 2da5b4bd Include fix in overlapping cell detector 79e78da1 Templated convert between quaternions and matrices Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !7507
-
Paul Lafoix authored
-
66fb1b47 Used vtkTestErrorObserver to eliminate spurious test failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7539
-
a5c88e58 Use 'Cells Bounds' in mapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Paul Lafoix <paul.lafoix@kitware.com> Merge-request: !7534
-
Will Schroeder authored
vtkTestErrorObserver was used to capture expected pipeline failures when the input to the filter was incorrect.
-
Nicolas Vuaille authored
* vtkPolyData::GetBounds behavior changed with cc86c3a5 * mappers should use the new vtkPolyData::GetCellsBounds for compatibility
-
e20e9c6f Improved SEP Reader aba876c0 VTK Nightly Date Stamp b62e34ed python: On Windows, add _d suffix when Python is marked debuggable b440622a Use modern dispatch, data array access, and threading for performance d9e28289 Use modern dispatch, data array access, and threading for performance cdc2f67d VTK Nightly Date Stamp Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !7516
-
Thomas Caissard authored
-
Kitware Robot authored
-
Cory Quammen authored
If the VTK_WINDOWS_PYTHON_DEBUGGABLE CMake variable is set, add the _d suffix to Windows Python modules. This suffix is required when linking against Python debug libraries.
-
Will Schroeder authored
Filter performance has been improved via array dispatch, templated data array access, and threading.
-
Will Schroeder authored
vtkWarpVector filter performance has been improved via array dispatch, templated data array access, and threading.
-
Kitware Robot authored
-
Kitware Robot authored
-
- Jan 17, 2021
-
-
5a57d580 python: On Windows, add _d suffix when Python is marked debuggable Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !7538
-
Cory Quammen authored
If the VTK_WINDOWS_PYTHON_DEBUGGABLE CMake variable is set, add the _d suffix to Windows Python modules. This suffix is required when linking against Python debug libraries.
-
afd73a3f Use modern dispatch, data array access, and threading for performance Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7532
-
Will Schroeder authored
Filter performance has been improved via array dispatch, templated data array access, and threading.
-
669df9e5 Use modern dispatch, data array access, and threading for performance Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7536
-
Kitware Robot authored
-
- Jan 16, 2021
-
-
6b8d1629 vtkRedistributeDataSetFilter: partitioned dataset fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7537
-
Utkarsh Ayachit authored
vtkRedistributeDataSetFilter is now simplified to primarily work with vtkPartitionedDataSet/vtkPartitionedDataSetCollection. If it encounters a vtkMultiBlockDataSet, it uses internal filters to convert it to supported type and back. Addresses paraview/paraview#20438. Also adding mode to load balance across multiple partitioned-datasets in a collection to address paraview/paraview#20437.
-
Kitware Robot authored
-
- Jan 15, 2021
-
-
08a7bd54 New poisson disk sampler filter for point sets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7488
-
Yohann Bearzi (Kitware) authored
This filter uses DIY and is currently restricted to grid data sets. Ghosts are computed between data sets of same types accros ranks
-
Yohann Bearzi (Kitware) authored
These utilities help produce ghosts using diy on grids currently.
-
Will Schroeder authored
vtkWarpVector filter performance has been improved via array dispatch, templated data array access, and threading.
-
bb4b3665 vtkExtractSubsetWithSeed: fix output multiblock 23483c74 vtkIossReader: avoid adding nullptr blocks 55c12a5c Filter to convert PartitionedDataSetCollection to Multiblock 40b4160a filter to convert to vtkPartitionedDataSetCollection d2d1b52d Add base algorithms for partitioned dataset types 4048a3cf vtkDataObjectTree::CopyStructure fixes 56765ea7 vtkPartitionedDataSetCollection: improve API b2195f97 vtkMultiBlockDataSet: update docs/code for supported block types. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !7133
-
Yohann Bearzi (Kitware) authored
Linking master is now automatized
-
Yohann Bearzi (Kitware) authored
-
Yohann Bearzi (Kitware) authored
Method converting back and forth quaternions and matrices are now templated on the quaternions.
-
eb02262f vtkAnimateModes: a new filter to animate modes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7533
-