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.
236
stars
51
forks
source link
"Image to Export" button should be insensitive when export format is not set to "Images" #4
Yes, I was just looking to see if there is some code already where we can plug
self.voiceimageBut.Disable()
and
self.voiceimageBut.Enable()
into depending on the state of the current exportChoice, haven't found a good place yet.
I also haven't tested if those two lines are enough to disable and enable the button or if we need to do more.
Yes, I was just looking to see if there is some code already where we can plug self.voiceimageBut.Disable() and self.voiceimageBut.Enable() into depending on the state of the current exportChoice, haven't found a good place yet. I also haven't tested if those two lines are enough to disable and enable the button or if we need to do more.