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

about the bones parameter and its usage

Opened this issue · 1 comments

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

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