In the past, MotionBuilder classes may be prefixed with a 'H'. The SDK now will enforce not using this syntax, and you will need to change your code accordingly. To avoid too much work here is a tip on doing it in VisualStudio or Notepad++ using Regular Expression.
In copy paste form:
{^|:b|\(|,|<}H{FB:i*}{[&*\)>]*:b*}
\1\2*\3
Comments
You can follow this conversation by subscribing to the comment feed for this post.