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

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,155
Solutions
13
Reactions
1,728
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