Results 264 comments of Alex Kaszynski

Thanks for your detailed analysis, we'll look into this.

I vote `copy_from()`, and we can even include a `deep` kwarg.

Pinging @banesullivan

Note to self, add in `vtkSSAOPass`. ```py import vtk import numpy as np import pyvista as pv cells = np.array( [4, 6, 5, 8, 7, 4, 7, 3, 8, 9,...

@adeak, ready for review.

Need to merge this to avoid duplication of effort in support of #3216. This is a less scary change than #3216, if there are no further objections, I'd like to...

It's "more ready" for review.

> With that all of that and considering the MultiBlock datasets and composite plotting are lesser used features in PyVista, this LGTM! @akaszynski, I'd say merge this when you feel...

> I'd say merge this when you feel it's ready, though we ought to have someone with a bit more bandwidth review the more impactful changes to at least get...

> I'll also fire up a local doc build just to make sure things build and look OK, and push a few minor changes of my own. Sounds good. I'll...