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
HTTP
HTTP (recommended)
Clone with Git using the repository's web address.
SSH
Clone with an SSH key and passphrase from your GitBucket settings.
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
6 years ago
.gitignore
Work on splitting up the driver into multiple files (we can ignore the .pyc files this produces)
7 years ago
args.py
Wasn't processing the out_dir argument properly or passing any base arguments to Job
7 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)
7 years ago
exporter.py
Pass in base_dir and out_dir on a per-command basis for stdin processing
6 years ago
files.txt
Sending messages properly back and forth using the new driver architecture, and a proper message queue+program completion
7 years ago
job.py
Clean up the data in the 2 types of exports
7 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)
7 years ago