![]() |
#1
|
|||
|
|||
Adding a face to an existing avatar
i tried running
female = viz.add('resources/AVATARS/F_business01_adult_highheels_Hi/business01_f_highpoly.cfg') face = viz.addFace('resources/biohead_talk.vzf') female.setFace( face, 'Bip01 Head', 'Bip01 Neck' ) the female added is one that comes with the Characters package. the problem is that when executing this command the old face does not disappear, and instead there is a mess instead of a face. Isn't setFace supposed to automatically disappear the old face? how can i fix this? the following commands work just fine, with the default female character, just for comparison. female = viz.add('female.cfg') face = viz.addFace('resources/biohead_talk.vzf') female.setFace( face ) |
#2
|
|||
|
|||
You need to add the following line in the avatar cfg file in order for the head mesh to disappear:
Code:
head_mesh = mesh.cmf |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to make avatar's eyes to blink when speaking | michelcm3 | Vizard | 12 | 01-15-2008 08:48 AM |
avatar neck too short | aa-chris | Vizard | 2 | 10-16-2007 09:28 AM |
Problem with letting an avatar face towards another avatar | ghazanfar | Vizard | 2 | 03-21-2007 02:30 AM |
making a talking and imitating avatar | marc van gaal | Vizard | 9 | 10-20-2006 04:28 AM |
Face Hits | betancourtb82 | Vizard | 13 | 06-07-2006 12:00 PM |