Notifications
Clear all

[Closed] Exporting Morph Data

Hello

I’m trying to export morph data for facial animations. Basically all i need is the slider value at each frame. The only clue I have as to how this is done is from an old post on the sparks webboard about a class called MorphR3. The post suggests editing the file wm3.h (which is in the samples folder of the max sdk) until it is possible to include it in my project. There must be a better way!?!

Does anyone have any suggestions??

Luke

1 Reply

Can you just get the slider values using this:

WM3_MC_GetValue $.modifiers[#morpher] 1

Where 1 is the slider number.

Stev