user27182
user27182
### Describe the bug, what's wrong, and what you expected. I was playing around with the sample filter, and accidentally switched up the target/source and encountered this bug. The following...
### Overview Follow up from #5029. - Deprecate the `ActorProperties` class - Update the `Property` class to include attributes from `ActorProperties` - Update `vtkAxesActor` to use `Property` instead of `ActorProperties`...
### Describe the bug, what's wrong, and what you expected. Plotting `PolyData` with invalid faces/cells causes a crash. See code below. Not sure if it would be a good idea...
### Overview Follow-up from #5664. This update should be made once the input validation API stabilizes.
### Overview Add typing overloads and related tests. These are removed from #5571 to reduce the scope of that PR. Info about the tests was previously merged in #6103.
### Describe the feature you would like to be added. `ImageData` transformations don't seem to be working well, e.g. #6017, and https://github.com/pyvista/pyvista/issues/6207#issuecomment-2151490805. I'm not sure why using `transform` with `ImageData`...
### Overview Currently `extract_points` and `extract_cells` return an unstructured grid. However it would be nice to return PolyData with PolyData input. See #6098. Also, there exists somewhat of an "inverse"...
### Overview This config option should help prevent introducing broken links in the docs. See: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-nitpicky Currently a bunch of nitpick ignores are already defined here: https://github.com/pyvista/pyvista/blob/334d852a0c46a598c036f79230d5bbc6db666170/doc/source/conf.py#L206-L225 But these have...
### Overview Add new params and update a few existing ones for the `contour_labeled` filter. Some of these features are used directly by #5966. ### Details - Add `selected` output...
Add new full example featuring the recently added `download_whole_body_ct_male` dataset from #5910.