lipsync help! <plugin script>

{http://www.meloware.com/blender/lipsync.htm}-this is the site/tute.

ok… so i wana use this python script and i understand the tutorial well cause i spent a while staring at it… but when it tells me to run the python script using alt+P, i do that but it gives me an error message… or a message saying “python error, check script”.

I downloaded there sample, and basicly, out of the box tryed to run the script…and no sucsess. im not shure if i have to have a python download or somthing else… but i cant figure it out… i did what the tutorial said…
so if anyone can tell me whats wrong here, id be major happy.

oh yah… and the console says’


Traceback (most recent call last):
File “lip6.py”, line 648, in ?
File “lip6.py”, line 672, in get_ipos
AttributeError: name


…so please help my lack of knowlage in python :smiley:

Moving to Python & Plugins section, I think this question belongs better there.

I just had a quick look at it, but it seems to work if you replace line 672 by

stringX = stringX+('l%s' %ip)

I hope that works for you.

well, the owner of the plugin emailed me back about this problemb and it was simply a code typo. and solved my problemb. on line 672, you change this (examp. below)

%ip.name -------> %iponame

so that solved a ton of problembs and it works great now! yay! and thankyou everyone for helping and thankye grouch also cause that code also works. thanks again

Could this script possibly be used with the output from JLipsync:

http://jlipsync.sourceforge.net/

I want to have a fiddle with lip synching, and found this free software.

Ken