As an experienced user of ParaView, I press Apply
in order to load a data file after choosing the proper reader - automatically. However, I had once more a support case with a less experienced customer - like I had it already several times before: You have some geometric object visible on the screen that was loaded from a file, but no way to attach any “filter” to it, like Transform
or Clip
or any other!
And only after some struggling also from my side I realized: The customer had not pressed the Apply
button, but only the “eye” in the pipeline brower. With that it is possible to trigger loading the file as well and view the geometric object, only that it somehow is not “completed” yet - internally.
Since I do not know how all this is working internally, I cannot propose a proper solution. But somehow I assume that there must be one, and I could imagine many from a user’s point of view:
- Disable the “eye” as long as
Apply
was not pressed. Not really “friendly”, but at least a way to enforce pressing that button - Or else, automatically trigger the
Apply
actions if the user presses the “eye” - Or issue some message if the user presses the “eye” for an “unfinished” object
- Or whatever…