#1
|
|||
|
|||
How to make character animation sequence
Dear admin
-------------------- code: import viz viz.go() female = viz.add('vcc_female.cfg', pos = [0,0,5], euler = [90,0,0]) female.state(7) # jump forward female.state(6) #fight female.state(7) #jump forward ------------------------ We would like to make a sequence of character animation such as jump forward, fight and jump forward. But female.state(7) is returned at first frame after last frame of jump forward. It is problem to make character animation. So, #female.execute(7, freeze = True) can pause last frame. But, we can not connect smoothly next motion(female.state(6)). We want to connect next motion at the position of last frame of first motion. Please know me how to resolve this problem. Best regards, choi |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
animation sequence | Andy | Vizard | 1 | 10-01-2009 11:42 AM |
character animation | nlfrnassimi | Vizard | 3 | 03-11-2009 03:46 PM |
Native WorldViz support for character animation | luakt | Vizard | 10 | 09-16-2008 12:39 AM |
animation sequence | pkhoosh | Vizard | 2 | 01-23-2006 09:03 AM |
animation sequence | shai | Vizard | 1 | 10-27-2004 11:09 AM |