Version 1.4.0

This commit is contained in:
Daniel Wolf 2017-01-03 11:35:57 +01:00
parent b987071009
commit 78ed1c7815
2 changed files with 11 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment ver
set(appName "Rhubarb Lip Sync") set(appName "Rhubarb Lip Sync")
set(appVersionMajor 1) set(appVersionMajor 1)
set(appVersionMinor 3) set(appVersionMinor 4)
set(appVersionPatch 0) set(appVersionPatch 0)
set(appVersionSuffix "") set(appVersionSuffix "")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}") set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")

View File

@ -1,5 +1,15 @@
# Version history # Version history
## Version 1.4.0
* **Preventing long static segments**
Watch yourself in a mirror saying "He seized his keys." Your lips barely moved, right? That's exactly what would happen in previous versions of Rhubarb Lip-Sync. Only worse: Because there is only one "clenched teeth" mouth shape, the mouth would stay completely static during phrases like this. Rhubarb Lip-Sync 1.4.0 now does what [a professional animator would do](http://animateducated.blogspot.de/2016/10/lip-sync-animation-2.html?showComment=1478861729702#c2940729096183546458): It opens the mouth a bit wider for some syllables, keeping the lips moving. This may be cheating, but it looks much better!
* **Using wide-open mouth shape more often**
Previous versions used mouth shape D (the wide-open mouth) very sparingly. This release uses it more often, which makes the resulting animation more lively and interesting.
## Version 1.3.0 ## Version 1.3.0
* **New, bidirectional animation algorithm** * **New, bidirectional animation algorithm**