View Single Post
  #5  
Old 09-25-2007, 02:49 AM
carmoe carmoe is offline
Member
 
Join Date: Aug 2007
Posts: 4
I've tried to adapt your code, but failed.

So again here is the code I used

--------------------------
import viz

viz.go()

avatar = viz.add('female.cfg', pos=(0,0,1), euler=(180,0,0))
avatar.face('biohead_all_morph.vzf')

#Blink morph ID of avatar
BLINK_MORPH = blinkL #NameError: name 'blinkL' is not defined
BLINK_MORPH = 4 #nothing happens

the parts omited here are equal to yours.
--------------------------------------------

What did I wrong?
Reply With Quote