View Single Post
  #2  
Old 10-14-2014, 09:51 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
It does not solve the exporting problem of 3DS Max, but you can also use the morphs in Vizard. For example:
Code:
female = viz.add('vcc_female.cfg')

print female.getMorphList()

female.setMorph(0,0.5)
The morph list should include your happy morph. If so, you can set it to a certain percentage. I don't know what you're trying to accomplish exactly, but in this way you could also use the happy morph in Vizard.
Reply With Quote