I’m not sure if this is intended, but I’d like to know if it is or whether its a bug.
These are the repro steps as of version “1.3.15.2-x64”:
- Create a timeline of sprites
- Select a range (ex: 1- 3) and create a tag “A”
- Select the same range (ex: 1-3) and create a tag “B”
- Export JSON metadata.
Result:
While both tags show up in the tag array under meta, the frames array only shows the frames for tag “A” (3 entries)
I understand that they’re technically the same frames, but the default behavior for JSON outputting is to have every entry in the frame array named according to the tag they belong to (assuming because it makes it easy for user developed parsers to match each tag with their frames). Thus, I’d expect to see 6 entries, 3 for each tag.