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

Solved How to make a two-way link between SceneAnimation/VAMTimeline playback time and a slider?

david5128

New member
Joined
Apr 19, 2024
Messages
3
Reactions
0
Hi, I was wondering if there is a way to making SceneAnimation/VAMTimeline playback time and an UI slider link together, current I can add a trigger to the slider with playback time control, however the playback time itself doesn't reflected in the slider value (when playing).

Thank you!
 
If I understand you correctly, you want a UIslider to increase as the animation progresses in time.
I know that CuddleMocap has a progress slider doing that, you can check their scenes and learn how they do it.
 
Upvote 0
If I understand you correctly, you want a UIslider to increase as the animation progresses in time.
I know that CuddleMocap has a progress slider doing that, you can check their scenes and learn how they do it.
Hi, thanks for the hint, just checked for their scene, they created a VAM Timeline storable float params target for the slider, and add two keyframes to the animation representing from start time to end time, which making the slider increase and decrease as the timeline plays, however the slider itself become 'disabled' since it no longer controllable (timeline plugin will update the slider value every frame)
 
Upvote 0
if you need to have it controllable and keep the progress, I guess you could make 2 sliders.
 
Upvote 0
Solution
Back
Top Bottom