VRCFaceTracking-blender-plugin icon indicating copy to clipboard operation
VRCFaceTracking-blender-plugin copied to clipboard

Various fixes for Numpy, explicitly match keys rather than fuzzy match

Open feilen opened this issue 3 years ago • 1 comments

Prior optimizations incorrectly used np.vectorize() and incorrectly reused some arrays, creating wrong results. Should all be functional now.

feilen avatar Sep 20 '22 20:09 feilen

updated code to add toggle when creating from visemes to disable it with single button. Seams to work decently with the Rindo face, upper up is little low. Eye lid squeeze is not correct eye lid blink + eye lid squeeze are additive, it was just lower blink with the squeeze shape key. Need to subtract the blink from squeeze shape key.

Adjerry91 avatar Oct 03 '22 23:10 Adjerry91