-
-
Notifications
You must be signed in to change notification settings - Fork 56
More Import Plugins for Animation Software #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, I just updated this to a pretty much fully functional plugin. |
For my Blender Greasepencil Plugin up there. papagayo_greasepencil_plugin.mp4There is some wild gesturing in the middle after I click on "Select Papagayo-NG Project File", that is the file select dialog which OBS did not record. |
@steveway wow. looks like a cool addon |
No problem. you should now be able to also use the .json Files from Papagayo-NG. I updated it just now. |
@steveway awesome |
I just tested rendering that scene from my video earlier to a video animation directly with the sound. animation_test_lame.mp4There are for sure more improvements needed but for a first implementation most things are there. |
@steveway wow. Did you use the Allosaurus breakdown for this? |
That is still using the old handmade breakdown in this case. |
OK, with Blender integration you definitely got my attention back! One of the only reasons I keep after effects around was for this purpose! |
Alright, this seems to be quite usable now. |
Awesome, let me download the updated version and give it a try. |
Alright, after some more testing I have some ideas for improvement. |
Ok. that will be great. |
Aww. I just downloaded the updated version, but it didn't work. I guess there is a bug. |
That is strange. Can you tell what happens when you try to use this? |
It worked yesterday with the version of yesterday, but today when I downloaded the upgraded version, there were issues. Anyways, let me re-download and try. |
It's OK. It works now. |
But I actually don't know how to use the addon properly. Please, can you provide a detail tutorial on the addon? I get stuck at the level of creating Grease pencil objects and adding to timeline. |
Alright, I added the sound file path to the .json export files. |
That looks awesome. Let me give it a try. |
I added the mentioned checkbox, the Plugin is now available in its own Repository instead of in a Gist: |
Ok |
Ok I just tested it, but the ''PapagayoNGLipSync Importer for Blender'' addon file is absent. The directory containing it is empty. |
Very cool! That will make it much easier in the future for everyone. Thank you @aziagiles I am not sure what the arrow symbol on the folder means, perhaps a symbolic link of sorts, but the files seem present in that folder at this point Edit : Oh, the arrow is only present on the lipsync importer, but the files for both Grease Pencil plugin and Lipsync seem to be present now |
@Hunanbean ok.that's awesome. |
That arrow is because that is included as a submodule. I think a Plugin for Krita would be nice too. |
Alright, I have a rough framework for a Krita Plugin. |
@steveway Great. That should be awesome. |
Alright, I've update the Krita Plugin.
|
About the Blender Plugin. greasepencil_armature.mp4So, if you have a full character with an armature and bones, you should be able to assign this layer to the "mouth bone". 2021-09-24.11-17-47.mp4 |
So, Papagayo-NG is getting pretty good.

But to attract users this needs to be integrated in a workflow.
I've created a new save format, .pg2 which saves the project as a json object.
This should be easier to load and integrate into other software.
I've begun creating a script for blender (2.8) that can load these files and populates GreasePencil Objects with Layers and frames.
https://github.com/steveway/PapagayoNGPlugins
This is more of a prove of concept, creates only empty keyframes, has no UI etc...
But look at this filled timeline:
If anyone wants to extend that and create a real usable blender addon, go ahead.
Plugins for other applications would also be great if anyone wants to help.
EDIT: Moved Code from Gist to its own Repository.
The text was updated successfully, but these errors were encountered: