Marcus D. Hanwell

Results 170 comments of Marcus D. Hanwell

I didn't realize that worked, I will try and take a look at this, but it isn't something we have been testing internally. We didn't remove the paraview.simple module, but...

It uses the C++ ParaView proxy API, you can see in https://github.com/OpenChemistry/tomviz/blob/master/tomviz/SaveScreenshotReaction.cxx all the steps taken. I think we should expose some simple Python API but this has not previously...

So you would like to export every slice in a volume? If you have a 200 x 300 x 400 volume you might get 400 images that are 200 x...

I don't think we have a way to do that at present, i.e. export all slices separately. Most people don't want to do that. You could use a Python utility,...

Sounds good, but to clarify @mnjalil you just want to export a sequence of flat 2D images moving through the volume in x, y, or z directions? I think @ercius...

I have seen this occasionally, but I am not sure if this is a Tomviz bug, or something in Qt/ParaView code. It would be good to get to the root...

According to [this](https://gitlab.kitware.com/paraview/paraview/issues/19364) it is an Intel driver bug that was fixed, that issue goes over which chipsets are broken, and which diver versions were affected. So hopefully we can...

We should still be able to show the widget in the GUI, and then pass in the start/end for the x, y and z - so six integers.

Has anyone actually hit an issue loading a raw data file? I think the ones I have been given have just worked, and I would assume they read from C...

In fact, why not just let people use the operator in the rare cases where this might be an issue? I think we need some examples of real world issues...