![]() |
#5
|
|||
|
|||
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? |
|
|