View Single Post
  #2  
Old 07-08-2010, 04:57 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The following will hide the head mesh. The first name in the list is for the head mesh.
Code:
avatar = viz.add('vcc_male.cfg', pos=[0,0,5], euler=[180,0,0])

list = avatar.getMeshList()
avatar.visible(0,list[0])
Reply With Quote