WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-07-2014, 09:59 AM
carlosppamaral carlosppamaral is offline
Member
 
Join Date: Feb 2011
Posts: 2
Get head of the avatar models alone

Hello.

I know there are individuals head models I can use, but I rather prefer to use the head of the HD avatar models, for obvious reasons.

Is it possible?

I've tried to turn off the visibility of all the other bones of the avatar models, but it didn't work. Neither disable...

Any help?

Thanks!
Reply With Quote
  #2  
Old 03-08-2014, 02:18 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
Hi carlosppamaral,

It's possible. I used the standard HD character that is included with Vizard. To make the body of any HD character invisible, open it's .cfg file, and look for the name of the material file for the body. The characters have a different file for the head and for the body. It's the name of the file that you should put in the avatar.visible() part of the code.

Code:
import viz

viz.go()

avatar = viz.add('vcc_male2.cfg')
avatar.visible(0, 'male_body.crfx')
Reply With Quote
  #3  
Old 03-19-2014, 04:37 AM
carlosppamaral carlosppamaral is offline
Member
 
Join Date: Feb 2011
Posts: 2
It works. Still, the result is not what I expected. Anyway, I think I can overcome this from here. Thanks!
Reply With Quote
  #4  
Old 03-23-2014, 03:05 PM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
The result is different for the HD complete characters than for the normal complete characters. The head of the normal complete characters does not include the head, whereas the head of the HD complete characters does include the neck. Making the head of a HD complete character invisible also means the neck is invisible. So custom head swapping is different for both type of characters (if that is what you're trying to accomplish).
Reply With Quote
Reply

Tags
avatar, model

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
Head models should be rotated a few degrees before attached to head Josh Vizard 0 04-16-2010 06:36 AM
View attached to avatar head -> artifacts of head model! Josh Vizard 2 04-16-2010 06:35 AM
Texturing Avatar head problems S.Telemaque Vizard 0 04-01-2007 10:01 PM
Texturing avatar head : same problemes S.Telemaque Vizard 0 03-27-2007 07:19 PM
Problems Texturing avatar head S.Telemaque Vizard 3 03-27-2007 07:18 PM


All times are GMT -7. The time now is 11:33 AM.


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