Conversation
Hi @paulotex, I have tried to implement this but I cannot find a nice way to do it. The issue is that the readers just provide the VTK data for ParaView to display, how ParaView renders this (e.g. color / line width) we don't have much a control over from the plugin side. A workaround I have found is to attach an integer (0 or 1) to the camera data to flag the active selection. You would need to select this Screencast.From.2026-04-09.17-31-12.mp4 |
maarten-ic
left a comment
There was a problem hiding this comment.
Couple of comments. Please have a look and let me know if you'd like to discuss any.
GH also indicates there's a merge conflict, can you have a look at that as well?
Thanks!
Thanks, this would work. However, it now duplicates some of the functionality of the Multiblock Inspector. So I think we can leave this feature for now and we can point the user to the multiblock inspector, if they need to highlight a camera. |
This reverts commit 7da218f.
maarten-ic
left a comment
There was a problem hiding this comment.
Two minor comments. Can you have a look at the Merge conflicts as well?
Thanks!


This adds a new reader, the
Camera Reader, to visualize the camera sightlines ofcamera_irandcamera_visible. This includes the option to match the ParaView camera with a selected camera, and get a point of view visualization of what the camera is seeing.