I would like to continue updating my paraview versions (especially for usage with updated python versions) and I use SurfaceLIC a lot. However, the plugin for enabling the visualisation with SurfaceLIC seems to be unavailable (in both 5.13 and 6.0). I assume the process of enabling this feature has changed - could you please point me in the right direction?
Hi @Rafa, the SurfaceLIC plugin was promoted to being a regular feature in ParaView 5.13. You don’t need to enable it to use it - the SurfaceLIC representation will just be available.
By the way, I double checked our release notes for 5.13 and this change was mentioned, but it was fairly hidden among a list of removals: https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.13.0.md?ref_type=heads#removals
Thanks @cory.quammen !
I am sorry I didnt spot that in the release notes, but thanks for the heads up.
It appears my issue was linked to how my data was getting loaded. By default, on the later versions, I was not loading the point-data needed (only cell-data). Once this was sorted, I can generate the visualisations I was looking for. Completely mea culpa…
Thanks again for the support.