View Single Post
  #1  
Old 11-09-2012, 03:47 AM
REI REI is offline
Member
 
Join Date: Sep 2012
Posts: 3
First Person View - Hands

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?
Reply With Quote