History for exporter / job.py
2019-04-30
@Mark
Clean up the data in the 2 types of exports
Mark committed on 30 Apr 2019
@Mark
Removed all old .as files from the original GraphicExport project, and move everything into a flash/ folder, and then into proper folders inside of that. Also fixed the ./exporter.py script to find the Exporter.exe no matter which folder it's run from, and make sure we include the resource names in both .graphic and .asset styles (and if there's only 1 resource file for an asset, don't append _0000 digits)
Mark committed on 30 Apr 2019
2019-04-27
@Mark
Separate "name" and "class_name" (so we can export the same graphic twice for testing) and also fixes to multi-graphic exporting (.graphic pointing to .asset file)
Mark committed on 27 Apr 2019
@Mark
Writing out proper data for both export formats now (could potentially be read and reconstructed in pixi)
Mark committed on 27 Apr 2019
@Mark
Actually writing out graphic data now (if it's a single graphic, just write the .graphic file with the data inline, otherwise write .graphic for each graphic and .asset for the total data)
Mark committed on 27 Apr 2019
2019-04-24
@Mark
Default the "name" param to the name of the .swf file being sent
Mark committed on 24 Apr 2019
2019-04-23
@Mark
Wasn't processing the out_dir argument properly or passing any base arguments to Job
Mark committed on 23 Apr 2019
2019-04-20
@Mark
Proper interaction with the exporter now using the new format
Mark committed on 20 Apr 2019
@Mark
JSON validation of src files by a schema
Mark committed on 20 Apr 2019
2019-04-19
@Mark
Fix typos
Mark committed on 19 Apr 2019
@Mark
Start processing asset jobs from a src file
Mark committed on 19 Apr 2019
2019-04-18
@Mark
Start doing a src file asset based export
Mark committed on 18 Apr 2019
2019-04-17
@Mark
Working sending base64 over the json channel to load a MovieClip source in the Exporter.fla
Mark committed on 17 Apr 2019
2019-04-16
@Mark
Sending messages properly back and forth using the new driver architecture, and a proper message queue+program completion
Mark committed on 16 Apr 2019
2019-04-15
@Mark
Work on splitting up the driver into multiple files (we can ignore the .pyc files this produces)
Mark committed on 15 Apr 2019