• 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.
JoyBoy's Smile Morph

Morphs JoyBoy's Smile Morph

Download [<1 MB]

JoyBoy

Well-known member
Featured Contributor
Joined
Jun 23, 2020
Messages
181
Reactions
2,768
You can make them available in VARs (other then knowing their exact path/name, set in a script) by checking the "Morph Pack (if set, ...)" box in the Add-On package builder. Or you edit the meta.json after the fact, by changing
"customOptions" : {
"preloadMorphs" : "false"

to
"true"
 
You can make them available in VARs (other then knowing their exact path/name, set in a script) by checking the "Morph Pack (if set, ...)" box in the Add-On package builder. Or you edit the meta.json after the fact, by changing
"customOptions" : {
"preloadMorphs" : "false"

to
"true"
ohh ill look into that thanks for the info
 
You can make them available in VARs (other then knowing their exact path/name, set in a script) by checking the "Morph Pack (if set, ...)" box in the Add-On package builder. Or you edit the meta.json after the fact, by changing
"customOptions" : {
"preloadMorphs" : "false"

to
"true"
Brilliant! it worked thanks! update coming.
 
Back
Top Bottom