• Hi Guest!

    This is a notice regarding recent upgrades to the Hub. Over the last month, we have added several new features to improve your experience.
    You can check out the details in our official announcement!

Converting Poses to Morphs?

Random Lunatic

New member
Messages
3
Reactions
0
Points
3
Heyo,

I've been trying to create a few more monstrous looks, and found some morphs I wanted only existed as poses, meaning they can't be saved as part of the look.

Is there a way to convert poses to morphs?

Or a way to "bake" a pose into a look, such that it is retained in spite of being loaded into another scene, with its own set of poses?

Cheers!
 
If you edit the pose .vmi file with a text editor, near the start (line 8 or so) you'll find the line:

"isPoseControl" : "true",

If you change "true" to "false" and resave, the morph is no longer a pose morph.

Of course, if the morph in question is inside a var, you can't edit it. You'd need to unpack the var first.
 
Back
Top Bottom