Skip to content
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

New Character #5

Open
syedasara-angelium opened this issue Jan 21, 2021 · 2 comments
Open

New Character #5

syedasara-angelium opened this issue Jan 21, 2021 · 2 comments

Comments

@syedasara-angelium
Copy link

Hi
I want to use this character for this module.
https://www.cgtrader.com/items/979192/download-page

But I do not have its bone,eyelids and head values which are mentioned in OpenCVAnimOperator.py
Kindly tell me how to get those values if I use another 3d model

@joeVenner
Copy link
Owner

Hi Syedasara,

Yes you can use another character, u need just to change the name of the character,
bones = bpy.data.objects["RIG-Vincent"].pose.bones
You can find in the code in OpenCVAnimOperator.py Line 160

Thank you!
Joe

@syedasara-angelium
Copy link
Author

The name of the blender file is angry_man.blend. I changed the Line 160 to
"bones = bpy.data.objects["RIG-angry_man"].pose.bones" and "bones = bpy.data.objects["angry_man"].pose.bones"
but still found error that "It cannot find this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants