- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've stored out some arm/finger poses to a .json file and I read them back into Motionbuilder through my tool (effectively pasting the pose).
If it's on th ebase layer the pose pastes fine, but if it's on any other layer it's all screwed up...I must be missing something....
I'm using
limbRotx.KeyAdd(FBTime(0,0,0,CurrentFrame), xRot)
limbRoty.KeyAdd(FBTime(0,0,0,CurrentFrame), yRot)
limbRotz.KeyAdd(FBTime(0,0,0,CurrentFrame), zRot)
Solved! Go to Solution.