Is there any way to find out if the contents of a layer have been edited?
Hii..
I wanted to find out whether the contents of a layer have been edited or not since its creation.. I am not looking for a solution where checks are made after the last modified document.. Lets look at a scenario where a document is not saved.. Then, in that case how can we find that a layer has been altered since it has been opened..?? Please guide me..
Thanks.. ![]()
P.S: I need to compare between two states of a layer. For eg, when I trigger my plugin to create a document, it opens a document from a specified path. It contains a layer whose editability is to be traced. Now, the scope of my plugin ends... The user is free to do any editing on the document, but is forbidden to edit that specific layer, but nobody can stop the user..!! ![]()
Now, I trigger my plugin again, and I check whether that layer has been edited or not... Now, can anyone guide me..?? Since, the scope of my plugin ends after document creation, so I am unable to retain any values for post-check..