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

Plugins + Scripts MultiCurveMapper

Download [<1 MB]
- issue : implemented Graph Types – Bezier, BezierLinear, and SimpleLinear.
- issue : implemented Random Start feature (request by @FantasiWrapper )
- issue : Threshold feature implementation (request by @FantasiWrapper ).
- issue : Implemented curve target triggering via normalized value (0–1) (request by @prefectionist , @BossG )
- issue : fixed bug copy/paste action
● Graph Types – Bezier, BezierLinear, and SimpleLinear.

● Three different ways to start – Start All, Start Random (OnlyOne), Start Random (Continuous).
- Start (All Mapper): as original action, When clicked, all curves are executed simultaneously. However, curves with Loop = false will not repeat.
- Start Random (OnlyOne): When clicked, one curve is randomly selected and executed. If Loop = true, it will keep repeating; if Loop = false, it will not repeat.
- Start Random (Continuous): When clicked, curves are continuously-randomly selected one after another and executed. In this mode, playback continues regardless of whether Loop is true or false.

● Feature to configure 3-thresholds (Press Ctrl+Shift+Right Click to open the property box).

● Implemented curve target triggering via normalized value (0–1).
● Updates
- issue : changed the tab-level save location to \\MultiCurveMapper\\tab.
- issue : UI response speed has improved dramatically (can verify it yourself by running Plugin).
● Fixed Bug
- issue : fixed bug where filter value Apply/Cancel malfunctioned. (report by @BossG )
- issue : resolve hidden errors caused by graphic cyclic loops in Unity when editing graphs.
● Fixed Bug
- issue : fixed the issue where the Filter value was not reset when pressing the Clear button.
- issue : fixed the issue of CustomUIPanelResizer not being visible when undocked
14mhz.Plugin-MultiCurveMapper.3.gif
Back
Top Bottom