Skip to content

Commit

Permalink
v0.2.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kk49 committed Aug 10, 2020
1 parent feed8fe commit 5861dc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### v0.2.11 ???
#### v0.2.11 Damn it's hot (applicable only in the norther hemisphere)
* Added option to extract maps both full resolution png and tiles for webmaps
* Added hack to handle bone weights being all zero when vertex is not connected to any bones, APEX is fine with this GLTF2/Blender is not
* Added guessing of textures/hp_ai_textures/{\*,\*_user}.ddsc from settings/hp_settings/hp_ai_textures/\*.bmp_datac
Expand All @@ -22,7 +22,7 @@
* Reset to previously accepted value if **Esc** is key'ed or **CLEAR** is pressed
* Has a yellow text background when valid but not yet accepted expression is entered
* Has a red text background when not valid

#### v0.2.10 Half Way There
* GLTF2: Added option to export skeletons with models (Using [HavokLib!](https://github.com/PredatorCZ/HavokLib))
* GUI: will now create a new tab with the contents of a SARC (nl/fl/...) when the open button in the SARC tab is pressed
Expand Down
2 changes: 1 addition & 1 deletion deca/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from PySide2.QtGui import QDesktopServices, QKeyEvent


window_title = 'decaGUI: v0.2.11-dev'
window_title = 'decaGUI: v0.2.11'


class MainWindowDataSource(IVfsViewSrc):
Expand Down

0 comments on commit 5861dc4

Please sign in to comment.