BinaryParameterTool icon indicating copy to clipboard operation
BinaryParameterTool copied to clipboard

Create animations for Binary Parameters for VRCFaceTracking

Results 6 BinaryParameterTool issues
Sort by recently updated
recently updated
newest added

Added code to remove "/" in the parameter name to allow support with tiered parameters. Names with "/" will cause failure in referencing animations. Fix create parameter option

Various fixes to the behavior of the "Create" button, including fix for the "create parameter" toggle similar to Jerry's PR #9. This is a more comprehensive rewrite of that segment...

Create parameter switch was still creating parameters when disabled which was causing problems with animation setup.

AnyState blending is useful for taking advantage of transition blending, Binary Decision Trees (not using AnyState, using float smoothing) are theoretically more performant.

enhancement

The current expressions parameter handling within the tool could use some work. Mainly that the behavior of it seems inconsistent when dealing with existing parameters and parameter storage limits

enhancement

This will tidy up the animator, especially when using many binary parameters (unfortunately can not condense Binary State Machines this way.)

enhancement