-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Hello,
I noticed that linked layer data gets lost in the parsing. Is there any way to retain this information?
What it is: In Photoshop you can link layers together, so that moving or resizing one layer moves/resizes the linked ones as well. You can link layers by selecting multiple layers, right clicking, and choosing "link layers". You can link as many layers together as you want.
In your data: Since layers have unique IDs, looks like you can just add a new linkedLayers attribute with an array of IDs for each layer that it is linked to (i.e. each linked layer would have an array of its linked layers).
Example of linked layers: See the attached zip.
I hope this isn't too difficult. I really appreciate all the quick fixes you have done recently. Your library is a life saver!
Best,
Tim