- 05 Oct, 2022 2 commits
-
-
4ee14c14 Plugin added tr around strings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !5934
-
NicolasB authored
-
- 04 Oct, 2022 2 commits
-
-
d028f59a Updating VTK 523b0aee Adding a particle tracer glyph test Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Julien Fausty <julien.fausty@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !5935
-
a3156ac9 add(WarpScalar): GenerateEnclosure property Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5936
-
- 03 Oct, 2022 8 commits
-
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
2916b822 Add ColorAnnotationsWidget tests and documentation 1e599b7a Make context menu behavior consistent 6a0f94c8 Fix global edition when filtering in pqColorAnnotationsWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5862
-
Julien Fausty authored
Add the GenerateEnclosure property to the "Warp By Scalar" filter following a recent implementation of this mechanic in VTK.
-
Thomas Galland authored
Add documentation and tests related to the pqColorAnnotationsWidget and pqTreeViewSelectionHelper modifications.
-
Thomas Galland authored
Following fixes are done in the pqTreeViewSelectionHelper (helper class constructing context menus in some pqViews): - The filtering / sorting section of the menu now appears only for filterable / sortable items - The opacity values of highlited items are set the same way the ckeck states are (via the context menu) Also, the global opacity dialog of the pqColorAnnotationsWidget doesn't allow to set highlited items opacity values anymore.
-
Thomas Galland authored
Make sure that global modifications (global visibility and opacity set in the header of the Color Annotations table) apply only on filtered items.
-
c6229529 bump(VTK): fix in TemporalCache + improvement to WarpScalar Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !5931
-
- 30 Sep, 2022 4 commits
-
-
34e98a17 Improve vtkSMProperty::CreateNewPrettyLabel label creation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5932
-
fe496b65 ConvertToPointCloud: Change default cell generation mode to vertex cells Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !5929
-
NicolasB authored
- Now splits words preceded by uppercases - Remove incorrect space when name begin with multiple uppercases - Add associated tests
-
Julien Fausty authored
Changes in VTK: - Copute vorticity magnitude in `vtkVortexCore` - Fix ABI cmake logic for wrapping - MacOS wheel fix concerninf `universal2` - Add `GenerateEnclosure` capability to `vtkWarpScalar` - VTK 9.2 release - Support for skipping module installation - Support for replacing the debug suffix for python modules - Fix Ray Tracing with respect to new ABI namespace - Fix crash in SurfaceLIC when rendering things as spheres - Adding abort logic to SMP filters - Fixes to Temporal Cache (DeepCopy) - ABI namespace changes - Fix to expat cache - Virtualize vtkHardwareSelector::GetPixelInformation - New `vtkPoinstSetStreamer` - Fix parent elements for CGNS - Implementation of `vtkPointSetToOctreeImageFilter` and its reciprocal
-
- 29 Sep, 2022 1 commit
-
-
6493928c CameraOrientationWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !5848
-
- 28 Sep, 2022 4 commits
-
-
d95588e8 Slice: improve documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5916
-
93f26596 Fix MR problems !5919 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Julien Fausty <julien.fausty@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !5933
-
NicolasB authored
-
4108dabb Add documentation release note 106b62cf Add tr on Qt/ApplicationComponents source files - prudent first iteration Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Francois Mazen <francois.mazen@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !5919
-
- 27 Sep, 2022 6 commits
-
-
7e0d0510 fix compile error in superbuild Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5930
-
d5d671fd Sort plugin list by name by default. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5927
-
df820160 Expose `vtkAlignImageDataSetFilter` as the "Align Image Origins" filter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5914
-
NicolasB authored
-
Forian Toth authored
-
1a2f38b4 Add separating line in "Hover Over" tooltip to separate Field Data Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Thomas Galland <thomas.galland@kitware.com> Acked-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !5922
-
- 26 Sep, 2022 4 commits
-
-
Cory Quammen authored
Previously it was polyvertex, which is a less intuitive cell type to use in downstream filters such as Threshold, Extract Cells By Region, and Point Data to Cell Data.
-
Aron Helser authored
-
NicolasB authored
-
Tiffany Chhim authored
The line clearly separates cell/point data information from field data. Array information is also now indented under the dataset name.
-
- 24 Sep, 2022 1 commit
-
-
7e71d427 Add Locations list to pqFileDialog Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5926
-
- 23 Sep, 2022 4 commits
-
-
Aron Helser authored
-
Aron Helser authored
Include a "Locations" list to the left side of the pqFileDialog. It is updated every time the dialog is created with "special" directories, which includes drives. This resolves an issue on Windows, because while the "Favorites" list includes drives by default, the favorites list is saved in the settings and not updated once created, so new drives like USB keys or newly mapped network drives don't appear. Users can also remove drives from the favorites list, and now they will still appear in the Locations list. Add a "Media" special directory on Linux, pointing to common mount directories for removable drives. The "Examples" place-holder directory is also added to special directories by default, but can be controlled with a behavior.
-
cc253c6c Integrate the openCFS hdf5 reader as CFSReader plugin 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: !5635
-
* is a modification of the plugin from gitlab.com/openCFS * has a dependency hdf5 with c and hl api and boost filesystem * reads hdf5 files with openCFS data format (usually called *.cfs, see https://opencfs.org) * knows multiple regions, multiple steps and multiple solution types * real and complex valued data * allows animation of complex valued data over one oscillation period * used C++11 w/o parallelization
-
- 22 Sep, 2022 3 commits
-
-
-
7869ef07 pqBoxPropertyWidget: Fix crash when Reset Bounds button pressed Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !5924
-
7869ef07 pqBoxPropertyWidget: Fix crash when Reset Bounds button pressed Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !5924
-
- 21 Sep, 2022 1 commit
-
-
Cory Quammen authored
The lambda slot was capturing a stale reference to a stack variable that was going out of scope. Store the connection as a member variable instead.
-