WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-29-2008, 01:44 AM
dan12345 dan12345 is offline
Member
 
Join Date: Jan 2008
Posts: 58
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 )
Reply With Quote
  #2  
Old 01-29-2008, 07:26 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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
You will need to replace mesh.cmf with the actual filename of the head mesh.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -7. The time now is 04:41 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC