GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
mark
/
exporter
Export .swf clips to a json/png format from the command line
Download ZIP
44 commits
Transfer to URL with SHA
branch:
driver
Switch branches
×
driver
master
latest commit
f8298cb01e
Mark
authored
on 25 Sep 2019
flash
Pass in base_dir and out_dir on a per-command basis for stdin processing
5 years ago
.gitignore
Work on splitting up the driver into multiple files (we can ignore the .pyc files this produces)
6 years ago
args.py
Wasn't processing the out_dir argument properly or passing any base arguments to Job
6 years ago
driver.py
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)
5 years ago
exporter.py
Pass in base_dir and out_dir on a per-command basis for stdin processing
5 years ago
files.txt
Sending messages properly back and forth using the new driver architecture, and a proper message queue+program completion
6 years ago
job.py
Clean up the data in the 2 types of exports
5 years ago
validate.py
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)
6 years ago