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.
236 stars 51 forks source link

"Image to Export" button should be insensitive when export format is not set to "Images" #4

Closed morevnaproject closed 8 years ago

steveway commented 8 years ago

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.

steveway commented 8 years ago

I haven't tested this yet, need to do this later after work, but this might work to enable and disable it: 87b3acfe4e394dbcba4b2c9c7c06880d1845bbd8

morevnaproject commented 8 years ago

Works perfectly with a little fix. Thank you! ^__^