Timothy Yuen
Timothy Yuen
vpuppr has had its git refs pruned. Basically, it should be much leaner now when grabbing the source code (from a 200mb download to 100mb). If this PR is still...
Thanks for the PR. This is technically in the latest stable release [here](https://github.com/virtual-puppet-project/vpuppr/tree/7627a2bd1d2d0feb498091a9c697a47b28a95073/resources/scripts), but still needs to be restored for master. I want to avoid polluting the user's global python...
Perhaps your PR could be reworded as a manual install step?
I agree with the comments from @ByteDream . For local development (not using the `pyinstaller` version of OpenSeeFace included with the current Linux alpha), the instructions could be consolidated into...
vpuppr has had its git refs pruned. Basically, it should be much leaner now when grabbing the source code (from a 200mb download to 100mb). If this PR is still...
This should be doable by: 1. Splitting out the UDP receiver from `utils/OpenSeeFace.gd` 2. Rebroadcasting the corrected localhost data from OpenSeeFace (face tracker) 3. Some sort of signaling server might...
Is the suggestion to make bvh the standard data format? Sending data from OpenSeeFace -> OpenSeeFace is easy enough, just repack the data in an equivalent buffer. I think once...
That's a good suggestion, not sure how I missed that considering that the environment effects + lighting can be adjusted in-app. Notes for implementation (mostly for me): * The following...
Update, my hack totally works
The underlying Godot control that the `` tag maps back to is a [LineEdit](https://docs.godotengine.org/en/stable/classes/class_lineedit.html#signals). So if you wanted to have the change take effect immediately (instead of waiting for `Enter`...