scaredyfish / blender-rhubarb-lipsync

Blender Rhubarb Lipsync is an addon for Blender integrating Rhubarb Lip Sync to automatically generate mouth-shape keyframes from a pose library.
189 stars 34 forks source link

Rhubarb processes to 99% and stops. #7

Closed BossClaw closed 5 years ago

BossClaw commented 5 years ago

I open up the Blender Console and click "Rhubarb Lipsync" and watch the progress update until 99% and then it stops.

Outside of Blender I ran Rhubarb lipsync on the same audio file with no problem so it's likely the "all done" mesg that Rhubarb sends isn't being received by Blender, so Blender sits and waits.

I'm looking into the code to see if I can find anything beween the newest Rhubarb Version and this Addon, but I'm new to Python and don't expect to figure it out.

BossClaw commented 5 years ago

I added some extra mesgs to the progress to hopefully see what it's getting and when it hits 99%, there's no more progress and only ever a return type of "None" which prevents the next stage from happening. image

scaredyfish commented 5 years ago

Could you try the release I just uploaded with a possible fix: https://github.com/scaredyfish/blender-rhubarb-lipsync/releases/download/1.0.4/blender-rhubarb-lipsync.zip

BossClaw commented 5 years ago

Trying it right now, will let you know ASAP

BossClaw commented 5 years ago

Bingo! That did it. Got to 99% then processed the Mouthcues and filled my timeline with keyframes!

image