Raz

Results 9 issues of Raz

### Problem Face tracking often adds a significant number of parameters to deal with, which can make later manual editing of controllers unwieldy. ### Solution Add Optional detection and addressing...

### **Describe the bug** When driving the endpoint `/input/Voice` with the `pythonosc` library, input properties change unexpectedly. The same does not happen when using Hexler TouchOSC. On Desktop, the Mute/Unmute...

bug

## Summary This change adds the following features: - `[HarmonyPatchCategory(string category)]` attribute, applied to patch container classes to specify one category for a patch - `Harmony.PatchCategories(string category)` method, called to...

Adds Hierarchy2 entries to the GameObject context menu, for quicker access. ![image](https://user-images.githubusercontent.com/47901762/206069248-2de74e3b-fa3a-44a0-b5cc-9db98322c0b9.png)

**Describe the bug** The `--profile` argument (among others) for VRChat isn't handled during relaunches, meaning it will always relaunch into the last instance with profile 0 (the default). This can...

bug

The new "status automation" feature has 5 pre-specified combinations of statuses. This is a good feature, but limiting - there are more combos available. Users should be able to toggle...

feature
niche

It's possible to pop out the parameter window, and this breaks certain things. Ex. when deleting a parameter: ![image](https://github.com/rrazgriz/RATS/assets/47901762/fe008d31-2deb-4bf7-afd1-d7b9d3f57cb8) Thanks to @jetees for reporting this.

bug

This can cause issues with other scripts that generate states with AddState. Let's patch internal functions so this doesn't happen. Thanks @dreadrith for the help pointing this out and some...

bug

Currently, if an avatar is disabled in the scene and ContinuousAvatarUploader attempts to upload it, the upload will fail. I keep most avatars disabled in my scene for better editor...

bug