• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

VaM 1.x Using two different morphs

Threads regarding the original VaM 1.x

Clive Bragin

Member
Joined
Mar 29, 2025
Messages
59
Reactions
5
Hello , can i ask i have one model who have his own genital morph but i found other model who have very good gen morph . When i load my model it see only his gen morphs .Is it possible to make my model to see/use second model morph. Here is how .vmi look:

{
"id" : "mymodel - Genital",
"displayName" : "mymodel - Genital",
"group" : "Characters",
"region" : "Characters",
"min" : "0",
"max" : "1",
"numDeltas" : "508",
"isPoseControl" : "false",
"formulas" : [
]
}


{
"id" : "Kolla - Genital",
"displayName" : "Kolla - Genital",
"group" : "Characters",
"region" : "Characters",
"min" : "0",
"max" : "1",
"numDeltas" : "1452",
"isPoseControl" : "false",
"formulas" : [
]
}

I add second morph to .var but same. try with replace name mymodel1 - Genital no result. Are somehow this gen morph locked for exact model?
I also try to put Kolla - Genital.vmb and Kolla - Genital.vmi in /Custom/Atom/Person/Morphs/female and /female_genitalia and in that way the morph show up, but i need it to be in .var pack.
 
Last edited:
Hello , can i ask i have one model who have his own genital morph but i found other model who have very good gen morph . When i load my model it see only his gen morphs .Is it possible to make my model to see/use second model morph. Here is how .vmi look:

{
"id" : "mymodel - Genital",
"displayName" : "mymodel - Genital",
"group" : "Characters",
"region" : "Characters",
"min" : "0",
"max" : "1",
"numDeltas" : "508",
"isPoseControl" : "false",
"formulas" : [
]
}


{
"id" : "Kolla - Genital",
"displayName" : "Kolla - Genital",
"group" : "Characters",
"region" : "Characters",
"min" : "0",
"max" : "1",
"numDeltas" : "1452",
"isPoseControl" : "false",
"formulas" : [
]
}

I add second morph to .var but same. try with replace name mymodel1 - Genital no result. Are somehow this gen morph locked for exact model?
I also try to put Kolla - Genital.vmb and Kolla - Genital.vmi in /Custom/Atom/Person/Morphs/female and /female_genitalia and in that way the morph show up, but i need it to be in .var pack.

You probably don’t need to put it inside the .var unless you are trying to redistribute it or make a self-contained package. However if you'd like to do that, just dropping the morph into an existing .var usually will not work by itself. If scenes or presets inside that .var need to use the morph, the .json files also need to reference the new morph name/path.

If all you only want is for the morph to show up for other models, place the .vmi/.vmb in:

VaM Installation Folder/Custom/Atom/Person/Morphs/female

or for genital morphs:

VaM Installation Folder/Custom/Atom/Person/Morphs/female_genitalia

Then reload custom morphs within Female Morphs tab or restart VaM.

If the morph comes from another .var, open Package Manager, select that .var and enable the morph preload option. Otherwise VaM might only load that morph when the original package/model is loaded.

So it is probably not "locked", it is just not being loaded globally or not referenced correctly. For an easy way to extract/save morphs, Morph Merge and Split is probably a plugin you should look into.
 
Upvote 0
Back
Top Bottom