fix: RCs can't be used in conjunction with custom animations

Closes: #1440
This commit is contained in:
bd_ 2025-02-16 16:54:44 -08:00
parent 61d4b203ca
commit d3ae37c3cf

View File

@ -250,11 +250,6 @@ namespace nadena.dev.modular_avatar.core.editor
{
info = new AnimatedProperty(key, currentValue);
shapeKeys[key] = info;
// Add initial state
var agk = new ReactionRule(key, value);
agk.Value = currentValue;
info.actionGroups.Add(agk);
}
var action = ObjectRule(key, changer, value);