Merge pull request #1487 from ousttrue/fix10/fix_neutral

Fix10/fix neutral
This commit is contained in:
ousttrue
2022-02-03 20:22:02 +09:00
committed by GitHub
10 changed files with 475 additions and 17 deletions

View File

@@ -50,6 +50,7 @@ namespace UniVRM10
if (expressions.Preset?.LookDown != null) yield return ExpressionKey.LookDown.SubAssetKey;
if (expressions.Preset?.LookLeft != null) yield return ExpressionKey.LookLeft.SubAssetKey;
if (expressions.Preset?.LookRight != null) yield return ExpressionKey.LookRight.SubAssetKey;
if (expressions.Preset?.Neutral != null) yield return ExpressionKey.Neutral.SubAssetKey;
if (expressions.Custom != null)
{