control-3d-character-using-python icon indicating copy to clipboard operation
control-3d-character-using-python copied to clipboard

New Character

Open syedasara-angelium opened this issue 4 years ago • 2 comments

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

syedasara-angelium avatar Jan 21 '21 08:01 syedasara-angelium

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

joeVenner avatar Jan 23 '21 22:01 joeVenner

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.

syedasara-angelium avatar Jan 25 '21 05:01 syedasara-angelium