View Single Post
  #1  
Old 01-15-2014, 03:05 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
How to make neck of avatar invisible

Hi all,

I want to replace an existing head of a complete character with an other head. When I make the original head invisible, the neck is still visible. Is there any way to make the neck invisible as well? I've tried tweaking the .tga file, making the neck transparent. However, then the neck is white. I want the neck to be invisible. See the example:
Code:
import viz

viz.go()

avatar = viz.add('vcc_male.cfg', pos = [0,.15,.65], euler = [180,0,0])
avatar.visible(0, 'casual32_m_highpoly.CMFX')
Reply With Quote