Skip to content

Releases: benaclejames/VRCFaceTracking

🛠 Pimax Support!

04 Jun 16:40
Compare
Choose a tag to compare

This update brings support for pimax eye tracking which, while untested, works using the same parameters as the current SRanipal Implementation

🛠 UI Updates!

05 May 01:45
Compare
Choose a tag to compare

This update brings Lip Tracking and the new eye tracking UI!
Initial testing seems to have proven stable so feel free to test it out now that it's enabled by default!

A list of the new Lip Tracking parameter names can be found here until a wiki page is released with more detailed instructions on setup.

Enjoy!

😜 Lip Tracking Experimental

24 Apr 03:57
Compare
Choose a tag to compare

This is an experimental release of lip tracking! Everything seems to be working fine with merged parameters now. All that is left to do is write documentation. The Lip params are as follows:

            JawRight
            Jaw_Left
            JawForward
            JawOpen
            MouthApeShape
            MouthUpperRight
            MouthUpperLeft
            MouthLowerRight
            MouthLowerLeft
            MouthUpperOverturn
            MouthLowerOverturn
            MouthPout
            MouthSmileRight
            MouthSmileLeft
            MouthSadRight
            MouthSadLeft
            CheekPuffRight
            CheekPuffLeft
            CheekSuck
            MouthUpperUpRight
            MouthUpperUpLeft
            MouthLowerDownRight
            MouthLowerDownLeft
            MouthUpperInside
            MouthLowerInside
            MouthLowerOverlay
            TongueLongStep1
            TongueLongStep2
            TongueDown
            TongueUp
            TongueRight
            TongueLeft
            TongueRoll
            TongueUpLeftMorph
            TongueUpRightMorph
            TongueDownLeftMorph
            TongueDownRightMorph

The merged parameters are:

        JawX
        MouthUpper
        MouthLower
        SmileSadRight
        SmileSadLeft
        TongueY
        TongueX
        PuffSuckRight
        PuffSuckLeft

PLEASE USE MERGED PARAMETERS WHERE POSSIBLE! They save parameter space and networking bandwidth!

TODO: QuickMenu tab for mod management in progress! Prioritization may look a little jank but I will be fixing it when I have my hands on an actual tracker.

🛠 Patches

20 Apr 15:09
2037427
Compare
Choose a tag to compare

This release fixes the broken parameter setting functionality caused by the latest update. Already-working avatars require no changes.

Stability Improvements

01 Apr 01:45
Compare
Choose a tag to compare

This update switches to the SRanipal V2 prediction algorthm and implements a lot more stable parameter sync framework in preparation for implemeing Lip Tracking support. Have fun!

Fixes

24 Feb 00:56
Compare
Choose a tag to compare

This should fix any issues introduced in the latest update

Fixes

03 Feb 05:21
Compare
Choose a tag to compare

This should fix any issues created by the latest update.

🔧 Hotfix for Updates

20 Jan 06:11
Compare
Choose a tag to compare

Hey all! This quick fix restores the parameters back to normal and the tracking will continue to work.

Threading Update

08 Jan 15:41
Compare
Choose a tag to compare

This update fixes a major issue with the main tracking code for the SRanipal module and shifts the majority of processing to a different thread. This should boost performance significantly. This update also incldues support for eye squeeze parameters. Threading may result in slightly less stability so please be sure to report any bugs encountered!

🛠 Patches

08 Nov 23:06
0e3cf52
Compare
Choose a tag to compare

This release fixes some hooks for functions that got changed in the latest update. With this update, new and existing eye tracking setups should work as normal again 😀