Object Editor 4.2.4
What's Changed
-
In 4.2.0 (and 4.2.1) there was an issue where exporting and importing images would result in losing all of the x/y offsets, the zoom offset and the flags from the G1Elements in the image table. After a few changes and tests, the editor now exports a sprites.json file on image table export, in the same format as the blender sprites.json file, with a few extra properties to store all this data. On import the editor reads sprites.json as usual and imports all the relevant data.
- Fix issue causing G1Element data to be lost when exporting and re-importing images from objects. By @LeftofZen in 8427fa0
- Export all relevant g1 element data into sprites.json on imagetable export. By @LeftofZen in 8427fa0
- Use the zoomoffset and flags from the json file. By @LeftofZen in 2e5c6d0
Full Changelog: 4.2.1...4.2.4