History for exporter / FramePacker.as
2019-04-23
@Mark
FramePacker sort only *remaining* frames to pack, because when we skip the index forward by the number of frames we packed, we won't necessarily be skipping the correct frames (since we skip in the *UN*sorted array). Instead, sort this.frames at the start of FramePacker process
Mark committed on 23 Apr 2019
@Mark
Exporter.fla now grabs sprite-style frames and packs them to sheets (no return data yet)
Mark committed on 23 Apr 2019
2019-04-22
@Mark
FramePacker has an outline of an algorithm to get good sheets out of a list of rectangles (next: get those rectangles!)
Mark committed on 22 Apr 2019
2019-04-21
@Mark
Start a packer that works purely on rectangular bitmap areas (export type agnostic). How should we determine best sheet size?
Mark committed on 21 Apr 2019