WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-30-2009, 08:02 PM
mjabon mjabon is offline
Member
 
Join Date: Jul 2007
Posts: 63
Adding custom faces

Hello. I am trying to add a custom .vzf face to my avatar, but the face simply does not show up. I have read the posts on adding custom heads and tried the tips in them to no avail. We are just using a stock avatar body, but want the face of the child (the new vzf) on the avatar. We tried the following:

Code:
## CHILD SETUP
child = viz.add("child/child.cfg")
# texture with children's clothes
child.texture(textures[gender], 'm_legs.cmx')  
child.texture(textures[gender], 'm_torso_LS.cmx') 
child.texture(textures[gender], 'm_shoes.cmx')
# add custom head
childFace = viz.addFace(headFilename)
childFace.scale(.30, .30, .30)
child.setFace(childFace)
We also tried

Code:
## CHILD SETUP
child = viz.add("child/child.cfg")
# texture with children's clothes
child.texture(textures[gender], 'm_legs.cmx')  
child.texture(textures[gender], 'm_torso_LS.cmx') 
child.texture(textures[gender], 'm_shoes.cmx')
# add custom head
childFace = viz.add(headFilename)
childFace.scale(.30, .30, .30)
child.face(childFace)
None work. We just get the default face showing up.

Any ideas?

Thank you.
Reply With Quote
  #2  
Old 03-31-2009, 11:55 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Are you getting any error when you try that? Have you tried specifying the head and neckbone?
Code:
childFace = viz.addFace(headFilename)
child.setFace( childFace, 'Bip01 Head', 'Bip01 Neck' )
Reply With Quote
  #3  
Old 04-01-2009, 08:34 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
Perhaps the scale of the head is off?

The PeopleMaker app has that automatic scale to good size button.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Awkward neck/shoulder connection when adding custom head to vcc model. vEsotu Vizard 5 10-09-2008 05:07 PM
adding heads to custom avatars vAlexia Vizard 5 02-13-2007 11:14 AM
problems adding a custom morph head to a custom body Greenwu Vizard 1 07-27-2006 10:32 AM
animating custom faces: in search of "open_mouth" morphs vr_boyko Vizard 1 09-16-2004 10:30 AM
Creating Custom Avatar Heads farshizzo Vizard 22 09-12-2004 09:23 PM


All times are GMT -7. The time now is 01:21 AM.


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