Denchi
Denchi
That is a planned feature for the item API.
I'll need some more info on this. What exactly is happening? What doesn't work? Any way I can reproduce it?
Starting with the next update (current beta), you can use the `FacePositionX`, `FacePositionY` and `FacePositionZ` parameters to control the movement config.
Still figuring out some details, but I'll implement this in a similar way to the "Toggle Expressions" API: https://github.com/DenchiSoft/VTubeStudio#requesting-execution-of-hotkeys
You can already set opacity of ArtMeshes via the API. As for the other parameters, do you have any interesting use-case for that? Any plugin you plan to make that...
This is related to an ongoing issue with macOS Sonoma and Unity (the engine VTube Studio uses). It has been reported to both Apple and Unity, so hopefully a solution...
You don't have the `System32` folder (which is where `regsvr32.exe` resides) added to your Windows `PATH` variable. It might have been accidentally deleted at some point. You have to make...
That's how I wanted to set it up originally, but I'm a bit reluctant to enable people to just push strings directly into VTube Studio. Worst case would be someone...
I think if this is set up correctly, it shouldn't add much workload at all. I'm looking into the implementation right now. The biggest problem is that VTS expects all...
There's currently the `InputParameterListRequest` and the `Live2DParameterListRequest`. Although neither of those will give you any information about existing mappings. I'm not opposed to adding that information, but do you have...