Hi,
Just getting started with se-expr and it's great so far. I'm now trying to get the name of an image from one of its embedded layer.
I can get the name of the layer itself through "get_name()" or its context through "get_context()". But I cant find a way to access it's image as it is not exposed as an attribute on the layer. Something like get_parent_item() in python.
I can have it work through find_item() when i have only one image per context but thats not our projects structure.
Any help appreciated.
Thanks
Sylvain