joeVenner / control-3d-character-using-python

Controlling 3D character's Face Movements using OpenCV and pyhton
MIT License
162 stars 47 forks source link

about the bones parameter and its usage #3

Open moonshine90 opened 4 years ago

moonshine90 commented 4 years ago

Thanks for your amazing work! Could you kindly tell me how to get the bones parameter and how to use it? eg. the hand?

joeVenner commented 3 years ago

Hi Friend,

Glad to hear that from you!

to get the bones parameters you can find the function in OpenCVAnimOperator.py Line 160

bones = bpy.data.objects["NameOfTheCharacter"].pose.bones

Please check the file i put comments to make it more clear for you!

Thank you again! Joe