Hi @all, I have a quick question. Is there a way to hide the avatar body parts? The attribute "visible(viz.OFF)" does not work here unfortunately. I'm just want to simulate the first-person view with hands. So I thought that I just can hide individual body parts of the avatar.. but it does not seem to work...
avatar = viz.addAvatar('vcc_male.cfg')
sampleBone = avatar.getBone('Bip01 L UpperArm')
sampleBone.visible( viz.OFF )
It's even possible to hide the whole avatar (or another objects) but not the individual parts of the body..
Can someone help me?