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

VaM 1.x Looking for Specific VaM Slider.

Threads regarding the original VaM 1.x

RNDVAMVRuser

Active member
Joined
May 30, 2024
Messages
201
Reactions
197
Hi VaM Community, i'm looking for Specific Slider used on Various VaM Plugins.
Its a form of "Step" Slider, but i can't find it under Triggers Atom, so wonder if it exist anyway, or if there is a plugin to "create it" somehow ?
Its this One :
1757613111293.png
 
Hi VaM Community, i'm looking for Specific Slider used on Various VaM Plugins.
Its a form of "Step" Slider, but i can't find it under Triggers Atom, so wonder if it exist anyway, or if there is a plugin to "create it" somehow ?
Its this One :
View attachment 524343
It's a default JSONStorableStringChooser used with an UIDynamicPopup:

test1 = new JSONStorableStringChooser("Name", ValueList, defaultMode, "Decal", callback);
UIDynamicPopup popup1 = CreateScrollablePopup(test1, false);
 
Upvote 0
It's a default JSONStorableStringChooser used with an UIDynamicPopup:

test1 = new JSONStorableStringChooser("Name", ValueList, defaultMode, "Decal", callback);
UIDynamicPopup popup1 = CreateScrollablePopup(test1, false);
Yeah, but i'm looking for in interactive solution in the world, just like UISlider.
 
Upvote 0
Back
Top Bottom