• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Converting Poses to Morphs?

Random Lunatic

New member
Joined
Sep 29, 2022
Messages
3
Reactions
0
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