morevnaproject-org / papagayo-ng

Papagayo is a lip-syncing program designed to help you line up phonemes (mouth shapes) with the actual recorded sound of actors speaking. Papagayo makes it easy to lip sync animated characters by making the process very simple - just type in the words being spoken (or copy/paste them from the animation's script), then drag the words on top of the sound's waveform until they line up with the proper sounds.
233 stars 51 forks source link

A few diverse small fixes and improvements #115

Closed steveway closed 3 years ago

steveway commented 3 years ago

We can now save the state and restore it kinda. This is for now only used to save before doing a breakdown. And if that is stopped we restore it. The Download options are now moved to it's own menu and you can change in the settings which Allosaurus Model to download. Also QSettings loads Bools from .ini files as strings. So a false in the .ini file will be loaded as the string "false" which is always True. We only have 2 Bools, so for these we compare the strings then when reading the value.