Hi,
I'm trying to just get the property groups that are visible to a given layer in my script. Is there such a property?
For example, when I loop through a Shape Layer's property groups, I get Masks, Layer Styles, Material Options, and Audio property groups, when none of these are appropriate. I've tried using property().elided, but it just gives me the hidden "Contents" folders within the Vector Groups and 'Masks' within 'Compositing Options'.
** on a side note, I have gotten the error "Can not 'set expression' with this property, because the property or a parent property is hidden." when trying to access X or Y Rotation on a 2D layer. It makes it seem like there is a 'hidden' Boolean somewhere in the Property Object, but I can't find it.