In ParaView 5.x version, I frequently used the “Extract a subgrid or subsample” filter from the toolbar as shown below:
However, in ParaView 6.x, that icon has been removed.
How can I restore it?
Thank you
In ParaView 5.x version, I frequently used the “Extract a subgrid or subsample” filter from the toolbar as shown below:
However, in ParaView 6.x, that icon has been removed.
How can I restore it?
Thank you
I’m sorry to hear that the removal of that button has interrupted your workflow. We removed it to make room for some other icons that were added, thinking there weren’t many users of this filter.
Unfortunately you cannot customize toolbars with your choice of buttons for commonly used filters, but that is an interesting idea.
As a workaround, you could add a Macro containing the script
from paraview.simple import *
ExtractSubset()
This will add a button to the Macros toolbar that will create an Extract Subset filter attached to the filter you’ve created. It will not highlight the Apply button, but if you modify any properties of the filter, the Apply button will be enabled.