![]() |
|
#1
|
|||
|
|||
I do not understand your problem fully. Providing sample code helps to clarify the problem greatly. Please use the code tags (click the # symbol while writing your message) to preserve indentation in your code as well.
As far as I know, you can put as many actions as you want in a vizact.sequence. Therefore, Code:
vizact.sequence( wait_blink, closing_eyes, opening_eyes, angry, neutral, viz.FOREVER ) See http://docs.worldviz.com/vizard/comm...t/sequence.htm for more information. |
#2
|
|||
|
|||
Hi,
Thank you for your kind and patience reply. I really feel helpful with the knowledge what you provide Here i included my code and problem i face, face=avatar.face('pradeephead_black.vzf')This is my code where i need the avatar blink action for the entire session. while i can add some other morphs in-between when ever i need in my code in some functions. Thank you, Regards, Pradeep Raj |
#3
|
|||
|
|||
Again, your question is not completely clear to me. If you want to have multiple action at the same time, add them to separate pools. Now, you add the blink action to pool 0, and for your angry action, you don't specify a pool. Because the default is pool 0, both actions are added to the same pool. This should do it:
Code:
face.addAction(action,1) |
#4
|
|||
|
|||
Ya i got my mistake, actually i dint used the pool vales. That is the problem i faced. Thank you for your answer.
Regards, Pradeep Raj |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Adding morphs from FaceGen in peoplemaker | Frank Verberne | Vizard | 2 | 03-06-2013 11:24 AM |
Randomly and Continuously Change Avatar's Face Texture | Karla | Vizard | 4 | 08-22-2008 12:14 PM |
Adding a face to an existing avatar | dan12345 | Vizard | 1 | 01-29-2008 07:26 PM |
How to make avatar's eyes to blink when speaking | michelcm3 | Vizard | 12 | 01-15-2008 08:48 AM |
Problem with letting an avatar face towards another avatar | ghazanfar | Vizard | 2 | 03-21-2007 02:30 AM |