-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding more filters and readers #35
Comments
Hi Mariana, Did you add a source and try to add a new filter to it? If so, the filter that you've added should be available in the filter list. Was it or not? As changing that file should not change the UI in any other way than changing the content of the "+" menu. The time handling is already supported if your data is time dependent. But it is true, that those controls are not available if you don't have time information in your dataset. |
Yes, I added a source and I wanted to try to add the new filter to it but the content of the "+" hasn't changed. Any ideas? My data is time dependent so I can see the time controls. Could you advise me how to add "go to first frame", "go to last frame", or "typing the step/time value by hand"? |
Hum that should work. Did you try to provide the full path to that |
As you can see the That is most likely the issue. |
Hello, |
Yes, we are missing a code block like below for the https://github.com/Kitware/visualizer/blob/master/bin/pvw-visualizer-cli.js#L90-L93 |
to be able to customize reader and filter, it needs to use --proxies Kitware#35
May I ask, where is the documentation found, to construct the filter.json file used above? |
The keys used are the one defined in the XML that shape the proxies. https://github.com/Kitware/ParaView/tree/master/ParaViewCore/ServerManager/SMApplication/Resources |
Hi all,
I am trying to add more filters and readers to Visualizer. I have created file named filter.json, see below:
I am starting the Visualizer like this:
./node_modules/.bin/Visualizer --paraview ../ParaView-5.4.1-RC2-Qt5-OpenGL2-MPI-Linux-64bit/ --data ../vtk/ --proxies ../filter.json
But when I open Visualizer in my browser I don't see any changes. Can you advise me what should I do differently?
I was also wondering if I can add functionalities like "go to first frame", "go to last frame", or "manually type frame number" by adding them to this filter.json file. If yes, could you please advise me what I should type there?
I saw that you had these functions implemented in Visualizer 4 years ago, based on your video here, so I assume that it has to be somehow possible to implement these functionalities.
Thank you
Mariana
The text was updated successfully, but these errors were encountered: