GFBANIM : Scale like maya. Todo: no idea what toggles this.

This commit is contained in:
KillzXGaming 2022-05-25 16:41:51 -04:00
parent bc808202c7
commit 7ba0eb7dcc

View file

@ -191,6 +191,8 @@ namespace FirstPlugin
b = skeleton.GetBone(node.Name);
if (b == null) continue;
b.UseSegmentScaleCompensate = true;
Updated = true;
if (node.TranslateX.HasKeys)