![]() |
#2
|
|||
|
|||
Can you post the code you are using to set the morph? If you want to set the smile to 10% you would do something like this:
Code:
face.morph(1,0.1) #Assuming smile morph number is 1 Code:
face.morph(1,1.0) |
|
|