View Single Post
  #2  
Old 06-30-2004, 10:08 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Assuming you already have a vzf file you would do the following:
Code:
#Add your new head
head = viz.add('myhead.vzf')

#Add the avatar
avatar = viz.add('male.cfg')

#Attach the head to the avatar
avatar.face(head)
Reply With Quote