#1
|
|||
|
|||
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! |
#2
|
|||
|
|||
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') |
#3
|
|||
|
|||
It works. Still, the result is not what I expected. Anyway, I think I can overcome this from here. Thanks!
|
#4
|
|||
|
|||
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).
|
Tags |
avatar, model |
|
|
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 07:36 AM |
View attached to avatar head -> artifacts of head model! | Josh | Vizard | 2 | 04-16-2010 07:35 AM |
Texturing Avatar head problems | S.Telemaque | Vizard | 0 | 04-01-2007 11:01 PM |
Texturing avatar head : same problemes | S.Telemaque | Vizard | 0 | 03-27-2007 08:19 PM |
Problems Texturing avatar head | S.Telemaque | Vizard | 3 | 03-27-2007 08:18 PM |