• 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.

Fixed (1.20.1.5) Morphs can sometimes get double set when there are duplicates and both scene and trigger try to set the morph

meshedvr

Administrator
Staff member
Developer
Joined
Apr 20, 2020
Messages
1,220
Solutions
13
Reactions
1,688
Some morphs that in Custom/ folder and then added to a package with a scene can get double-set after reloading the scene from the package. This was 1st reported by @WeebUVR on Discord
 
I managed to track this down and fix it. The cause was as follows: if duplicate morphs were found, the 1st one in alphabetical order would be chosen as the one that was the parameter that could be controlled by triggers. Depending on the name of the package, it could come after the local Custom morph. In that case the scene would set the morph from the package, but the trigger would control the local Custom one instead. This often led to morphs getting double set in the scene.

I have fixed it so already active morphs are considered 1st when registering the parameters. That way whatever morph the scene might have set will get priority as the one to use for the parameter.

Fix will be in 1.20.1.5 release
 
Last edited:
Back
Top Bottom