MotionBuilder 2010 Problem - Unable to use offset
Posted: Fri Jun 11, 2010 7:47 am
This is the error output when we tried to move the sliders on the offset part of the script:
Traceback (most recent call last):
File "C:/Program Files/Autodesk/MotionBuilder 2010/scripts/Exp_FaceConstraints.py", line 349, in _sliderCallback
if event.Name == FBEventName.kFBEventChange:
AttributeError: 'FBEvent' object has no attribute 'Name'
We are using MoBu 2010, the MotionBuilder Plugin (streaming client) Public Beta - 2.2 Beta 1 and the python script OptiTrack_MotionBuilder_GoodyPack-v2.zip.
This script won't work the offset part (adjusting the axis).
Need help....
Traceback (most recent call last):
File "C:/Program Files/Autodesk/MotionBuilder 2010/scripts/Exp_FaceConstraints.py", line 349, in _sliderCallback
if event.Name == FBEventName.kFBEventChange:
AttributeError: 'FBEvent' object has no attribute 'Name'
We are using MoBu 2010, the MotionBuilder Plugin (streaming client) Public Beta - 2.2 Beta 1 and the python script OptiTrack_MotionBuilder_GoodyPack-v2.zip.
This script won't work the offset part (adjusting the axis).
Need help....