From c17df166521c93a58288640d70c7a9b248018537 Mon Sep 17 00:00:00 2001 From: dag-ed <149926927+dag-ed@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:34:33 +0900 Subject: [PATCH] fix missing physbone parameter suffixes (#517) --- Editor/ParameterPolicy.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Editor/ParameterPolicy.cs b/Editor/ParameterPolicy.cs index fccb1d21..57f4a9cb 100644 --- a/Editor/ParameterPolicy.cs +++ b/Editor/ParameterPolicy.cs @@ -56,6 +56,8 @@ namespace nadena.dev.modular_avatar.core.editor "_IsGrabbed", "_Angle", "_Stretch", + "_IsPosed", + "_Squish", }.ToImmutableList(); public static ImmutableDictionary ProbeParameters(GameObject root)