![]() |
|
#1
|
|||
|
|||
|
Change Avatar Head
I found the tutorial for the old avatars, but what's the easiest way to change an avatar's head if we're using the new avatars?
|
|
#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)
|
![]() |
|
|