facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.33k stars 302 forks source link

keyframes-cli: Exported files should include AEP name as well as comp name #145

Open zlovatt opened 6 years ago

zlovatt commented 6 years ago

Currently, the jsons created from keyframes-cli are in the format of [compName].json.

Adding in the aep name would be more helpful, as we could then trace what version of an aep the comp came from ([aepName]_[compName].json).