You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: