EXP_FaceConstriaints script

Post Reply
alexPL
Posts: 9
Joined: Thu Nov 25, 2010 7:59 am

EXP_FaceConstriaints script

Post 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...
alexPL
Posts: 9
Joined: Thu Nov 25, 2010 7:59 am

Re: EXP_FaceConstriaints script

Post 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...
morgan
NaturalPoint Employee
NaturalPoint Employee
Posts: 199
Joined: Tue Jun 24, 2008 2:01 pm
Location: Corvallis, OR, USA
Contact:

Re: EXP_FaceConstriaints script

Post 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
AbhishekSubba
Posts: 12
Joined: Wed Nov 24, 2010 4:28 am

Re: EXP_FaceConstriaints script

Post 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.
AbhishekSubba
Posts: 12
Joined: Wed Nov 24, 2010 4:28 am

Re: EXP_FaceConstriaints script

Post by AbhishekSubba »

I think I found the issue in the script,

this line:
strMidfix = "-"

should be:
strMidfix = "_"
AbhishekSubba
Posts: 12
Joined: Wed Nov 24, 2010 4:28 am

Re: EXP_FaceConstriaints script

Post by AbhishekSubba »

I still can't get the offset interface shown up on the window.
AbhishekSubba
Posts: 12
Joined: Wed Nov 24, 2010 4:28 am

Re: EXP_FaceConstriaints script

Post by AbhishekSubba »

Ok, this is why it was not showing up.

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

should be:
strNames = lMarker.Name.partition(strMidfix)
morgan
NaturalPoint Employee
NaturalPoint Employee
Posts: 199
Joined: Tue Jun 24, 2008 2:01 pm
Location: Corvallis, OR, USA
Contact:

Re: EXP_FaceConstriaints script

Post 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
Post Reply