Actor addons and animation

- Includes addons for hands and sex toys
- WIP and very buggy
This commit is contained in:
AbstractConcept 2022-10-24 23:43:25 -05:00
parent d9e6288e3a
commit cd4711a8e5
400 changed files with 10269 additions and 661 deletions

View file

@ -91,6 +91,12 @@ namespace RimWorldAnimationStudio
else if (animationDef.animationStages.Count == 0)
{ animationDef.animationStages[0].playTimeTicksQuick = animationDef.animationStages[0].playTimeTicks; }
}
foreach (AnimationStage stage in animationDef.animationStages)
{
stage.OnPostLoad();
}
}
public void TryToSaveAnimation()