View Single Post
  #2  
Old 01-30-2007, 09:35 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
On the bone names, spaces don't convert to underscores. Heres what I do to add a head:

Code:
		
face = viz.add( 'biohead_all_morph.vzf' )
avatar.setFace( face, 'Bip01 Head', 'Bip01 Neck' )
__________________
Paul Elliott
WorldViz LLC
Reply With Quote