user27182
user27182
**Describe the bug** OBJ files which are converted to VTK format with meshio generate a type error when read back with VTK or Paraview. The expected behaviour is that converting...
**Describe the bug** meshio does not handle 2D inputs consistently when writing to various file formats. E.g. writing 2D points to a `.vtk` file generates the warning `VTK requires 3D...
### Describe the bug Setting config value [`python_display_short_literal_types`](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-python_display_short_literal_types) to `True` has no effect. Output from the steps below. The docs show `Literal`, but with this config option `Literal` should not...
### Overview Add initial testing of images in the documentation. This is related to #5410, but does not (yet?) involve `pytest-pyvista`. This is a first proof of concept to experiment...
### Describe the bug, what's wrong, and what you expected. The renderer bounds are currently calculated for all actors regardless of their visibility. This means that actors with `VisibilityOff()` or...
## Overview Update `validation` package. This PR was originally opened as #5226 as a follow up to #5100. - ~Rename package~ (#5558) - ~Simplify package~ (#5586) - Add generic `ArrayLike[T]`...
This PR modifies `cast_to_ndarray` to attempt to gracefully deal with array-like inputs from `polars`. It is a possible initial step to fix #5516.
### Describe the feature you would like to be added. Originally mentioned here: https://github.com/pyvista/pyvista/pull/5721#issuecomment-1977187352 ### Links to VTK Documentation, Examples, or Class Definitions. _No response_ ### Pseudocode or Screenshots _No...
~~Fix~~ Add workaround for #5291 This is also a first step toward fixing the related flaky tests for `pack_labels` / `sort_labels` from #5334. Cross ref to #5290. For this PR:...
### Overview This PR resolves #4980 and resolves #5019. It also implements the `AxesActor` features and changes needed to close #4947. ### Details - `ActorProperties` - Add `ambient` property -...