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

io_import_lipSync_Importer.py for blender 2.8 #62

Open iCEE-HAM opened 5 years ago

iCEE-HAM commented 5 years ago

Hi there, I have been looking for io_import_lipSync_Importer.py plugin for blender 2.8. I couldnt find it anywhere so I ended up with just updating it my self. I have it up and running with blender 2.8 now, her is my project https://github.com/iCEE-HAM/io_import_lipSync-blender2.8

steveway commented 5 years ago

That's pretty cool. It would be great if you could update it to use the new .pg2 project format. If you look into Issue #61 you'll find a plugin I wrote for the GreasePencil which utilizes that. (It's simply json, which should make it easier to parse.)

Hunanbean commented 4 years ago

This is great stuff. I have decided to abandon my attempt at altering the MHX2 plugin thanks to the io_import_lipsync-blender2.8 plugin. also, i have tested it with pose libraries, just for the sake of testing, and it worked fine. I will, however, be using it for shapekey keyframing.

Hunanbean commented 3 years ago

Here is the updated code of the Lipsync Plugin for Blender 2.93 compatibility

aziagiles commented 3 years ago

@Hunanbean I just tested it and it works great. Thank you.

Hunanbean commented 3 years ago

@aziagiles Glad i could help! Thanks for letting me know it is working for you

aziagiles commented 3 years ago

@Hunanbean Please, how does the eye 'Blink' function works in this version of Papagayo-NG Lipsync Importer For Blender?

Hunanbean commented 3 years ago

It appears it does not function at all. I am looking into it right now. Apologies, and thanks for pointing it out

On Fri, Sep 24, 2021 at 1:10 PM Azia Giles Abuara @.***> wrote:

@Hunanbean https://github.com/Hunanbean Please, how does the eye 'Blink' function works in this version of Papagayo-NG Lipsync Importer For Blender?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/morevnaproject-org/papagayo-ng/issues/62#issuecomment-926892149, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNVR7E2TAURJAJZYEPWCNLUDTLMRANCNFSM4I2S5M4A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Hunanbean commented 3 years ago

@aziagiles Ok, i see what is happeneing. it requires a shape key called blink, in all lowercase. If that shape key is present, it seems to work as expected. Are you attempting to do it with shape keys or bones? I do not know if it ever functioned with bones only, but i will look into that too.

Hunanbean commented 3 years ago

Just to note, I do not see any reference that it would function with bones only

aziagiles commented 3 years ago

@Hunanbean Ok I see. But I truly believe it will be great to have it work with bones whereby we add the 'blink' in the Pose library as most people working with grease pencil or 2d animation in general will greatly benefit from it.

Hunanbean commented 3 years ago

@aziagiles That is beyond my current skillset, but i will continue to look into it

aziagiles commented 3 years ago

@Hunanbean Ok. That will be great.

Hunanbean commented 2 years ago

Lipsync importer for Blender 3.0 is now available at https://github.com/Hunanbean/Papagayo-NGLipsyncImporterForBlender

sowibra2002 commented 2 years ago

@Hunanbean hi. it's seems that the blender 3.0 import doesn't work. I can't see it in my addon tab.

Hunanbean commented 2 years ago

I can't see it in my addon tab.

If after understanding this https://blendersensei.com/definitive-guide-to-installing-blender-addons/ you are still having difficulty, feel free to open up an issue over where the plugin is hosted, on my git. https://github.com/Hunanbean/Papagayo-NGLipsyncImporterForBlender

Good luck