Genteki / pyvts

A python library for interacting with the VTube Studio API
https://genteki.github.io/pyvts/
MIT License
73 stars 12 forks source link

multi parameter update #47

Closed ZegerUser closed 6 months ago

ZegerUser commented 6 months ago

This adds VERY basic support to update multiple parameters at once.

I added a new function to the vts_request class called 'requestSetMultiParameterValue' this generates the json payload to update multiple parameters at once. I updated the test_utils to support testing for these multi parameter updates.

https://github.com/Genteki/pyvts/assets/90973852/4dcf97e8-ca8e-4f79-8267-9af140660d33

Zeger PS: this is my first pull request to a public repo. Any critisicm is welcome.

Genteki commented 6 months ago

looks good to me :)

organics2016 commented 1 week ago

Thanks for this pull request But this update is not integrated into the latest release version, can you release this update? @Genteki Thank you very much for your work :)

Genteki commented 1 week ago

Thanks for this pull request But this update is not integrated into the latest release version, can you release this update? @Genteki Thank you very much for your work :)

Thanks for your remind, I've release it in Release Page and PyPI. #50