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

about the bones parameter and its usage

Open moonshine90 opened this issue 5 years ago • 1 comments
trafficstars

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

moonshine90 avatar Oct 21 '20 02:10 moonshine90

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

joeVenner avatar Jan 23 '21 22:01 joeVenner