mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 13:58:26 +00:00
GFBANIM : Scale like maya. Todo: no idea what toggles this.
This commit is contained in:
parent
bc808202c7
commit
7ba0eb7dcc
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ namespace FirstPlugin
|
|||
b = skeleton.GetBone(node.Name);
|
||||
if (b == null) continue;
|
||||
|
||||
b.UseSegmentScaleCompensate = true;
|
||||
|
||||
Updated = true;
|
||||
|
||||
if (node.TranslateX.HasKeys)
|
||||
|
|
Loading…
Add table
Reference in a new issue