![]() |
|
#2
|
|||
|
|||
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) |
|
|