justbilt / untp

A command line tool to split TexturePacker published files.
MIT License
153 stars 66 forks source link

add new support #13

Closed jigelang closed 7 years ago

jigelang commented 7 years ago

add the support of plist metadata format type == 0

justbilt commented 7 years ago

Sorry for later and thanks for you pull request. I will merge it and make a new release as soon as possible.

There is a problem that i don't know how to make the plist that format is equal 0, could you tell me haw to do that or provide a test file ?

jigelang commented 7 years ago

We can get the plist from Cocos Studio , the default export of the Animation Editor .

Cowboy.zip

justbilt commented 7 years ago

Pull request has been merged. The new version 1.1.3 also released too. You could upgrade by

pip install -U untp

There are some features in several version:

  1. A gui support, just type untp without any params to open it.
  2. Unpack directory also support specify output path.

I think you will enjoy it, thanks for your pr again. 😄