Hi,
I would like to set the selection of an operator to grab all shapes that are invisible to camera rays. My idea was to grab even numbers via regex in the selection like so for example:
`*.(visibility == r'.*[02468]$')`
However, I can't seem to get regex selection working for visibility. I also tried simpler expressions for testing to no avail. Is this something that is not supported?
Thanks,
Julius