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

Question How to turn clothing on/off from animation?

clevenger

Member
Joined
Nov 25, 2020
Messages
29
Reactions
10
Is there some way you can turn a piece of clothing on/off from inside an animation? For example, from the timeline plugin?

The same as if I had ticked the checkbox in the clothing menu, but done from an animation.

For example, if the character "undresses" a shirt and drops it, I would like to turn it off so it won't slow down the rest of the animation.

I can't seem to find anything in the triggers that does this, but might have missed it.
 
Solution
You can use as triggers:
- Hiding clothes using alpha -1 (clothesName_Materials)
- Remove clothes from list using Person > Geometry > clothesName
You can use as triggers:
- Hiding clothes using alpha -1 (clothesName_Materials)
- Remove clothes from list using Person > Geometry > clothesName
 
Upvote 2
Solution
You can use as triggers:
- Hiding clothes using alpha -1 (clothesName_Materials)
- Remove clothes from list using Person > Geometry > clothesName
thank you so much for sharing this. I have been retrofitting a few favorit scenes and this is working perfect!
 
Upvote 0
Back
Top Bottom