In one same filter, hide Enumeration Entries of a property based on another property value

Hi there!

I’ve been searching for a way to hide an entry in an enumeration domain of property A when property B is false, for example.

Is there any way to do this using pure xml?

Thank you!

Patrick Laurin

Not doable with XML only. You need to use a StringListDomain and an associated information property that will query the available string server side.

There is a few example in the Example Plugins of ParaView.