Page 1 of 1

EXP_FaceConstriaints script

Posted: Thu Nov 25, 2010 8:23 am
by alexPL
Hello!

I�ve downloaded the MoBu pluggin folder in order to test streaming data with Arena software. I�ve followed the tutorial video but the script doesn�t work. Looking at the Python Editor I�ve seen the problem is it can�t find the strTargetName :

[color:#3333FF]Creating constraint for optical : FaceTemplate_LBrowInner
Error finding target : [/color]

Should appear the name of the target in the error message.

Thanks in advance! I would like to solve this because is much easier to make the constraints instead one by one...

Re: EXP_FaceConstriaints script

Posted: Fri Nov 26, 2010 1:12 pm
by alexPL
Hey again!

I forgot to write that I'm using MotionBuilder 2010 and 2009 version is used in the tutorial. So, maybe there is some difference for the script and that's why it can't find the targets...

Re: EXP_FaceConstriaints script

Posted: Mon Nov 29, 2010 2:02 pm
by morgan
Please contact support and we can get you the most current script. It's possible the naming conventions from Arena Expression have changed.

thx

Morgan

Re: EXP_FaceConstriaints script

Posted: Tue Dec 21, 2010 3:56 am
by AbhishekSubba
I'm having the same issue, I have renamed all my bones to the reference file. I'm still getting the same error. Can you post the latest working script.

Re: EXP_FaceConstriaints script

Posted: Tue Dec 21, 2010 8:40 pm
by AbhishekSubba
I think I found the issue in the script,

this line:
strMidfix = "-"

should be:
strMidfix = "_"

Re: EXP_FaceConstriaints script

Posted: Tue Dec 21, 2010 9:17 pm
by AbhishekSubba
I still can't get the offset interface shown up on the window.

Re: EXP_FaceConstriaints script

Posted: Tue Dec 21, 2010 9:45 pm
by AbhishekSubba
Ok, this is why it was not showing up.

this line:
strNames = lMarker.Name.partition("-")

should be:
strNames = lMarker.Name.partition(strMidfix)

Re: EXP_FaceConstriaints script

Posted: Wed Dec 22, 2010 3:17 pm
by morgan
The current version of the GoodyPack sample:

http://www.naturalpoint.com/optitrack/s ... ds.html#mb

now contains the fixes you describe above.

thanks!

Morgan